Is it possible to trigger a SQL stored procedure from VBA without using an ODBC connection ?
Software involved laptop: Access 2003, Windows XP,
Software involved server: SQL 2000, Windows 2003 Server.
I would like to write the VBA code and trigger a stored procedure from my laptop to the server in Access 2003. Is this possible without creating a ODBC connection in the control panel ?
Now I have a Access 2003 query saved which has all the ODBC connection data saved within and code that calls the query to execute the stored procedure within the query. I would like to remove the query and do this directly from VBA. Possible ? Thank you.
Software involved laptop: Access 2003, Windows XP,
Software involved server: SQL 2000, Windows 2003 Server.
I would like to write the VBA code and trigger a stored procedure from my laptop to the server in Access 2003. Is this possible without creating a ODBC connection in the control panel ?
Now I have a Access 2003 query saved which has all the ODBC connection data saved within and code that calls the query to execute the stored procedure within the query. I would like to remove the query and do this directly from VBA. Possible ? Thank you.