Returning Records from SQL 7.0 Stored Procedure in Access 2000 Pro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having trouble returning records from a complex stored procedure (my
definition of a complex SP is one that uses more than a single select
statement). The SP should be returning the results set for a gaussian curve
that I am building into a temp table. Unfortunatly from Access I get a
message along the lines of: "The stored procedure executed successfully, but
did not return any records". I have a few other SPs that only have a single
Select statement and they return just fine. Any help or suggestions would be
greatly appreciated.

Thanks
 
Well, it trucated my subject line so here is a bit more info. The application
is an MS Access 2000 Project (.adp) with an SQL 7.0 backend.
 
Back
Top