On Mon, Feb 23, 2004 at 02:24:32PM +0530, Sumita Biswas wrote: > The following Query string , when executed does not give an Error, even > though the table Tbl_Billing_Data is not present. > > QueryToPopulateTemp := ''INSERT INTO Tmp_Conference(ConferenceType, > CallManagerId, ClusterId, DestConversationId, ConnectDate, > FinalDestination)''+'' SELECT 2, Global_CallId_CallManagerId, > globalCallId_ClusterID, DestConversationID, StartDate = MIN > (Connect_Date), Final_Destination ''+'' FROM Tbl_Billing_Data'';
I had a situation where a subquery had an error in it, and the query simply returned no rows instead of throwing an error. It looks like it might well be a bug that we're experiencing, I just haven't had time to chase it down. Michael -- Michael Darrin Chaney [EMAIL PROTECTED] http://www.michaelchaney.com/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly