RE: Different Stored Proc Help

2001-01-11 Thread DeVoil, Nick
TED]] Sent: Wednesday, January 10, 2001 5:03 PM To: CF-Talk Subject: Different Stored Proc Help I ahve a stored procedure that checks to see if any records exisit, and if not creates a default one. The it polls the database and creates basically an empty query. The problem is if this new defa

Different Stored Proc Help

2001-01-10 Thread Joe Sheble aka Wizaerd
I ahve a stored procedure that checks to see if any records exisit, and if not creates a default one. The it polls the database and creates basically an empty query. The problem is if this new default record gets created, my main resultset variable does not contain a valid query. Whereas if