Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: select after insert in Access


Message #1 by "Alan Grobert" <alangrobert@h...> on Mon, 07 May 2001 14:03:00 -0400
I need to insert some fields into a temp table then run a SELECT statement 
to get the final records for a report and sometimes for a
recordset used in an ASP page. The INSERT followed by a SELECT FROM works 
fine in the SQL2000 query analyser but in an Access stored proc
it only does the INSERT but not the SELECT and so reports that the
stored procedure executed without errors, but no records were returned.

Alan

  Return to Index