Hi all.
Well, my project is progressing quite nicely until ....
... I came to locking.
Having had a bit of experience with both access and SQL, I have decided to make my app run on two different back-ends - Access for single users, and SQL (or MSDE) for multi-user environments.
The problem I am having is I cant change the connection string on start up to the other back end.
If I set up my data environment connection to Access, then only my Access connection string works, and vice versa with sql. If I say have my data environment set up to access (at design time), and then try to change the connection string to a sql one it gives me a "multi step old db" error. I'm sure I've done it this way before, but I just cant get my head around it.
Any help would be appreciated.
Jeff
P.S. I am pulling stuff like database name, servername etc from variables.
Well, my project is progressing quite nicely until ....
... I came to locking.
Having had a bit of experience with both access and SQL, I have decided to make my app run on two different back-ends - Access for single users, and SQL (or MSDE) for multi-user environments.
The problem I am having is I cant change the connection string on start up to the other back end.
If I set up my data environment connection to Access, then only my Access connection string works, and vice versa with sql. If I say have my data environment set up to access (at design time), and then try to change the connection string to a sql one it gives me a "multi step old db" error. I'm sure I've done it this way before, but I just cant get my head around it.
Any help would be appreciated.
Jeff
P.S. I am pulling stuff like database name, servername etc from variables.