J
Jacob
From Access I need to execute a stored procedure in a SQL
Server 2000 database. I am connecting to tables through
an ODBC connection. I am currently executing code on SQL
Server by checking the ODBC connection of one of my linked
ODBC tables.
My problem is, I need to execute a stored proc. in another
database in which I have no linked tables. So, I guess
just need to hardcode the connection string for the other
database and execute the stored procedure. I need the
code for defining the connection string and executing the
stored proc.
Thanks for any help.
Jacob
Server 2000 database. I am connecting to tables through
an ODBC connection. I am currently executing code on SQL
Server by checking the ODBC connection of one of my linked
ODBC tables.
My problem is, I need to execute a stored proc. in another
database in which I have no linked tables. So, I guess
just need to hardcode the connection string for the other
database and execute the stored procedure. I need the
code for defining the connection string and executing the
stored proc.
Thanks for any help.
Jacob