Home > database >  How to connect to multiple database in the PB (the same MSSQL server)
How to connect to multiple database in the PB (the same MSSQL server)

Time:10-06

If inscribe

CodePudding user response:

Declare multiple connection transaction, the connection transaction specified in the connection

CodePudding user response:

The transaction gtr_1, gtr_2,... , gtr_n
Grt_1=create transaction
Grt_2=create transaction
.
Grt_n=create transaction

Like setting the sqlca gtr_n parameters were set up, connect using gtr_n;
Using SQL gtr_1
The data window settransobject (gtr_n)
Close the program before destroy all GTR

CodePudding user response:

Agree with upstairs!
  • Related