0

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.

RRUZ
  • 134,889
  • 20
  • 356
  • 483
Uma Maheswari
  • 21
  • 1
  • 1
  • 2

1 Answers1

0

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.

bhamby
  • 15,112
  • 1
  • 45
  • 66
  • Hi Bhamby, I'm able to connect DB2 database from my old application. I'm not sure how to establish connection in TFDconnection component. can you please help me on this. thanks. – Uma Maheswari Feb 11 '16 at 11:13