Hi to all,
I experienced a problem when inserting/updating a PostgreSQL table out from Centura Team Developer.
The variable in Centura is defined as Long String and the correspnodent column in the database is defined as text or varchar().
The result is the same. The database sends an error message to use the functions lo_import() or lo_export() for large objects.
Unfortunately take this functions only a filename as parameter. But I have no file at that moment and I do not want to save my variable to a file.
What I want, is to put my Long String from Centura into the Text column in the table (in the same way as it works with varchar(250))
Has anybody an idea how work around this problem?
Any hint is appreciated
With best regards
Hans
I experienced a problem when inserting/updating a PostgreSQL table out from Centura Team Developer.
The variable in Centura is defined as Long String and the correspnodent column in the database is defined as text or varchar().
The result is the same. The database sends an error message to use the functions lo_import() or lo_export() for large objects.
Unfortunately take this functions only a filename as parameter. But I have no file at that moment and I do not want to save my variable to a file.
What I want, is to put my Long String from Centura into the Text column in the table (in the same way as it works with varchar(250))
Has anybody an idea how work around this problem?
Any hint is appreciated
With best regards
Hans