Hi
I've replaced my apps default transaction object SQLCA with "my_trans". In my applications open-event I set:
transaction my_trans
my_trans = create transaction
It connects OK to the database.
The problem is that dynamic SQL (format 3) doesn't work anymore. I recieve error message "Database command has not been successfully prepared". I have tried to replace SQLSA with a new variable my_sqlsa (of type DynamicStagingArea).
Can anyone help?
regards,
Helge
I've replaced my apps default transaction object SQLCA with "my_trans". In my applications open-event I set:
transaction my_trans
my_trans = create transaction
It connects OK to the database.
The problem is that dynamic SQL (format 3) doesn't work anymore. I recieve error message "Database command has not been successfully prepared". I have tried to replace SQLSA with a new variable my_sqlsa (of type DynamicStagingArea).
Can anyone help?
regards,
Helge