Home > database > Pb11 webservice, the client can see the data window, but can't update to update.
Pb11 webservice, the client can see the data window, but can't update to update.
Time:10-01
Hello, I made a according to the example of online pb11 webservice example, the client can see the data window, but can't update to update, can you tell me how to update? A use the update function, there is error, : the database transaction information not available Call SetTrans or SteTranobject function. I am using pb11 + IIS + the.net application, Now is the use of pb in the server and the client, the client calls the data window is successful, but cannot save a modified,
CodePudding user response:
1 if the database is connected 2 if dw set up transaction object, settransobject (sqlca)
CodePudding user response:
Database connection, now I will only use data storage call data window, in client how to call the server to connect to the database, also don't understand, so I won't be able to update, ever do pb11 webservice, give advice or comments please!!!!!
CodePudding user response:
Data storage call data window? Use stored procedures? Should not, if it is, must first connect to the database do
The client how to invoke the server to connect to the database This should be fixed by connecting to the server IP to implement it, haven't tried:)