bradmaunsell
Programmer
Based on some recent reading, it is my understanding that an ACCESS ADP uses LINKED tables.
That is, the upsizer creates some kind of internal ODBC connection to the SQL database.
Furthermore, because it is ODBC linked, the ADP actually runs the Access Jet engine and not the SQL engine. That means everything is happeneing on the workstation/network and not the server.
During my SQL 2005 Express learning curve, I have set up a SQL 2005 Express database and then created a sepearte Access front end (without running the upsizer). I have created a connection string and call module for connecting and discnnecting for use with unbound forms. This works fine. I am still struggling with rnning stored procedures in from Access VBA for sp stored SQL 2005 Express.
Can anybody confirm my thining, tell me I am absolutely wrong, point me in the right direction or throw me some kind of life preserver?
Thanks
That is, the upsizer creates some kind of internal ODBC connection to the SQL database.
Furthermore, because it is ODBC linked, the ADP actually runs the Access Jet engine and not the SQL engine. That means everything is happeneing on the workstation/network and not the server.
During my SQL 2005 Express learning curve, I have set up a SQL 2005 Express database and then created a sepearte Access front end (without running the upsizer). I have created a connection string and call module for connecting and discnnecting for use with unbound forms. This works fine. I am still struggling with rnning stored procedures in from Access VBA for sp stored SQL 2005 Express.
Can anybody confirm my thining, tell me I am absolutely wrong, point me in the right direction or throw me some kind of life preserver?
Thanks