Insert or Update a path from textbox... - Mailing list pgsql-general

From
Subject Insert or Update a path from textbox...
Date
Msg-id 0F03E097B31F4A0CB3AEFCE99745A237@1EURO.1EURO
Whole thread Raw
Responses Re: Insert or Update a path from textbox...  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
List pgsql-general
Hi,
 
I'm just try to insert or update an actually table with Microsoft .NET platform VS2005.
 
The problem is that de "\" dissapear when I make the insert or Update.
 
If i debug the object has all detailed path...so Why is not saved on the table.
The type of column is character (100).
 
So:
 
I have: C:\EVOL\Carga\
I obtain on table of the postgresql: c:EVOLCarga.
 
Is an X-File?
 
If anybody can has any idea...
 
Thanks.
 
David Catasús
 

pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: PG backup performance
Next
From: Alban Hertroys
Date:
Subject: Re: Insert or Update a path from textbox...