> This is cut and paste from debug results...
>
> -----------------
> INSERT INTO LDocsList
>
> (LDocsList_ID,LDocsListDevice_ID,filename,description,title)
>
> VALUES (11,50,'C:\images\divider1.gif','fooo','fighters')
>
> -----------However the table holds: C:imagesdivider1.gif (Note how the back
> slashes are missing?)
In PostgreSQL backslashes are escape characters.
> Is there something I can do to the form variable holding the insert data
> that will not remove the slashes?
cfqueryparam
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

