Home > database > Difficult problem, PB can't data window for multithreaded queries?
Difficult problem, PB can't data window for multithreaded queries?
Time:09-26
Want to implement the data window multi-threaded retrieve, However, Shared object only to deal with non visual object business, When it comes to visual operation, the Shared object is unable to call, If I want to implement a data window in another thread to execute queries, and the main thread is able to respond to user actions, will not be able to achieve?
CodePudding user response:
This is one of the pb defects,
CodePudding user response:
Pb should do, whether can be set by the developer to use multithreading, for the update, delete, insert statement, are not allowed to use multithreading, for dynamic SQL statements, are not allowed to use multithreading, the select statement data window (for example), if the user specified by the multi-thread query for filling the data, allows multithreading, otherwise, the single thread (the default), during the period of multithreading, the datawindow read-only, do not allow the operation,
CodePudding user response:
Sbigwolf, said your idea is good, can be sent to sybase,
CodePudding user response:
PB now multi-threaded, actually was on the server side in the three layers structure of distributed processing nvo, don't you have three layers, put it in the front end realize multithreading, server-side nvo how is it possible to realize visualization operation, you said a data window in another thread to execute queries, and the main thread is able to respond to user actions, completely can be implemented for variety and use the datastore to query, check out the results to the datawindow, why have to drill the deep end?