Insert path fails

Поиск
Список
Период
Сортировка
От Steven Sluter
Тема Insert path fails
Дата
Msg-id 20030109163411.W25392@sidehack.sat.gweep.net
обсуждение исходный текст
Ответы Re: Insert path fails  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Re: Insert path fails  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-odbc
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




Here is the relevent stuff from the psqlodbc file:

conn=215355400, query='Insert Into
Images(OrderID,Roll,Frame,ImageType,Path,Category,Sequence,Gamma,Width,
Length,Filetype,PreviewWidth,PreviewLength,CropX,CropY,CropWidth,CropLength)
Values('me','control tiffs','50_gray',0,'\\RAID\Raid\control tiffs\50_gray.tif'
,'All',0,1.0,2000,2500,'TIFF',400,500,50.0,50.0,100.0,100.0)'





Why does this insert the wrong value into the database?


Thanks

-Steve

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Christina"
Дата:
Сообщение:
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Insert path fails