Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: SELECT after INSERT


Message #1 by "Alan Grobert" <alangrobert@h...> on Sat, 12 May 2001 15:32:26 -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