Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to call a stored procedure on my SQLSVR2K database from an Access 97 front-end using ODBCDirect.
Two date parameters (start, end) are collected on an Access
form. I then want to pass these paramaters off to a stored procedure on the SQLSVR2K DB and return the results in an Access report.
I've tried a myriad of ways but am open to any suggestions at this point... Anyone?!?
thanks
Oh yeah linking tables is not practical bcz the SQLSRV table with the data contains over 3 million rows... too slow.
Two date parameters (start, end) are collected on an Access
form. I then want to pass these paramaters off to a stored procedure on the SQLSVR2K DB and return the results in an Access report.
I've tried a myriad of ways but am open to any suggestions at this point... Anyone?!?
thanks
Oh yeah linking tables is not practical bcz the SQLSRV table with the data contains over 3 million rows... too slow.