View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 05:58 PM
Joe Seamour
 
Posts: n/a
Default Connnecting to an MS Access DB with an MS SQL 2000 Stored Proc

I would like to access a table in MS Access from a stored procedure on MS
SQL 2000. The MS Access DB is running on a diferent computer attached on the
same network. I think I need to create an ODBC connection from the MS SQL
2000 to the MS Access DB but not sure. Secondly how do I refer to the table
in the MS SQL stored proc?

Thanks for your input,

Joe Seamour



Reply With Quote