How would I write code to call a sproc from SQLServer? I connect to SQL
via ODBC. So, let's say the sproc is named sp_test, and my ODBC DSN is
'ABC'.
Thanks in advance.
Larry Linson - 27 Feb 2007 07:13 GMT
> How would I write code to call a sproc from SQLServer? I connect to SQL
> via ODBC. So, let's say the sproc is named sp_test, and my ODBC DSN is
> 'ABC'.
Use a passthrough query, with the exact SQL Server SQL.
Larry Linson
Microsoft Access MVP