> -----Original Message-----
> From: Steven Sluter
>
> Hello-
>
> I am running PostgreSQL 7.2.1 on i386-portbld-freebsd4.6. I'm connecting
> from a program on windows nt 4.0, using the 7.02.00.05 ver. of PGSQL-ODBC
> drivers.
>
> When I try to insert a windows UNC path:
>
> \\RAID\Raid\control tiffs\50_gray.tif
>
>
> into the database, I end up with this:
>
> \RAIDRaidcontrol tiffs(_gray.tif
It's a spec of PostgreSQL.
The ODBC driver passes the query as is.
regards,
Hiroshi Inoue