I'm using VB 6 SP5 with Access 97. I created a database app in the textbook fashion using ADODC's. Now that I'm in the testing phase, I'm finding all manor of problems with multi-user access using ADODC.
I need to reconfigure my application so that I have one connection string, one connection type, etc. Currently, I have approximately 25 forms that each have multiple ADODC's that are set to:
adUseClient, adOpenDynamic, adLockOptimistic
The connection string on each control points to a data link file: c:\file.udl.
I have no idea how to reconfigure this mess so that I don't have to manage all of these data controls. When I install the app on a server, I'll have to manually change the connection string on each individual data control. What a nightmare! I also need to be using a CursorLocation of adUseServer, but my data controls won't allow me to do that.
Any suggestions would be great. I'm at wits end! (
I need to reconfigure my application so that I have one connection string, one connection type, etc. Currently, I have approximately 25 forms that each have multiple ADODC's that are set to:
adUseClient, adOpenDynamic, adLockOptimistic
The connection string on each control points to a data link file: c:\file.udl.
I have no idea how to reconfigure this mess so that I don't have to manage all of these data controls. When I install the app on a server, I'll have to manually change the connection string on each individual data control. What a nightmare! I also need to be using a CursorLocation of adUseServer, but my data controls won't allow me to do that.
Any suggestions would be great. I'm at wits end! (