Home > database >  O PB9.0 connect to the database
O PB9.0 connect to the database

Time:09-19

Run there is no problem, each master PB9.0, compiled, running in the executable is always connect to the database failed, what reason did not previously encountered such a problem, give advice or comments, thank you?

CodePudding user response:

Database connection fails, look at the error message

Messagebox (' ', the sqlca. Sqlerrtext)

Have a look at where the problem is
  • Related