Khalid_Afridi
Registered User.
- Local time
- Today, 14:16
- Joined
- Jan 25, 2009
- Messages
- 491
Hi Friendz!
I have back-end database on Local Network, around 50 users are directly connected to the back end database from their front end applications.
Sometime the server is too busy to pull the data and the application processing becomes very much slow and data get corrupt.
I decided to convert my application to the disconnected record-set connection, so the server will have less load of traffic in processing data from the back-end.
The problem is:
I have too many complex queries on front-end database, which perform lot of functionality on the front end, so if I use disconnected recordset I have to write all these queries in code on front end to pull the data from the back end moreover there will be no visual/graphic interface to create the query easily.
Is there a way to move all my queries to back end and from there could I refer the same to my front end using disconnected record-set connection.
I know a lot work have to be done to accomplish all these.
Any idea?
Khalid
I have back-end database on Local Network, around 50 users are directly connected to the back end database from their front end applications.
Sometime the server is too busy to pull the data and the application processing becomes very much slow and data get corrupt.
I decided to convert my application to the disconnected record-set connection, so the server will have less load of traffic in processing data from the back-end.
The problem is:
I have too many complex queries on front-end database, which perform lot of functionality on the front end, so if I use disconnected recordset I have to write all these queries in code on front end to pull the data from the back end moreover there will be no visual/graphic interface to create the query easily.
Is there a way to move all my queries to back end and from there could I refer the same to my front end using disconnected record-set connection.
I know a lot work have to be done to accomplish all these.
Any idea?
Khalid