I'm Migrating my Delphi 2006 application to Delphi 10 Seattle. I have used TDatabase, TQuery and TUpdateSQL components in my application. When I replace these components with TFDConnection, TFDQuery and TFDUpdatesQL. I'm getting error SQL3008IN.. Please let me know how to migrate DB components in Delphi 10 Seattle. Im using DB2 database.
1 Answers
0
votes
That error, SQL30081N
(note it's a 1
, and not an I
at the end), indicates some sort of network communication error. Have a look at this article (or this one) to see what the sub-code you are getting means.