Type "lo" question
Posted: Mon 16 Nov 2009 18:53
In project Blob fields, change "Bytea" to "lo";
DLL Version: 1.10.0.7
Delphi 2010.
Parameters;
HostName=localhost
DataBase=test
DriverName=DevartPostgreSQL
User_Name=postgres
Password=
OIDAsLargeObject=True
DetectParamTypes =True
UseUnicode=True
Load Picture; OK
Apply Change;
ERROR: TDBXError column "picture" type "lo" but expression is type "Bytea"
Monitor:
INSERT INTO DbxPgsql_BLOB
(id, name, picture)
values
($1, $2, $3)
:1 (Int32,IN) = 1
:2 (WideString,IN) = "Picture test"
:3 (Blob,IN) =
I need work types "LO".
DLL Version: 1.10.0.7
Delphi 2010.
Parameters;
HostName=localhost
DataBase=test
DriverName=DevartPostgreSQL
User_Name=postgres
Password=
OIDAsLargeObject=True
DetectParamTypes =True
UseUnicode=True
Load Picture; OK
Apply Change;
ERROR: TDBXError column "picture" type "lo" but expression is type "Bytea"
Monitor:
INSERT INTO DbxPgsql_BLOB
(id, name, picture)
values
($1, $2, $3)
:1 (Int32,IN) = 1
:2 (WideString,IN) = "Picture test"
:3 (Blob,IN) =
I need work types "LO".