Re: Parsing SQL statements

2002-05-04 Thread Terrence Cox
t; <[EMAIL PROTECTED]> Date: Sat, 04 May 2002 16:36:33 +0300 To: [EMAIL PROTECTED] Subject: Re: Parsing SQL statements > Thanks for your reply. > I meant the second, to check the query whether it can be executed > succesfully. > Seems transactions are needed, is there any

Re: Parsing SQL statements

2002-05-04 Thread Terrence Cox
, 04 May 2002 12:42:26 +0300 To: [EMAIL PROTECTED] Subject: Parsing SQL statements > Hello, > > I need sql statements parsed before they are sent to be queried. I > know-though I am not sure- mysql does these steps: > > 1-Parse sql statement,check for errors > > 2-exec

RE: Parsing SQL statements

2002-05-04 Thread domi
It would be nice to know what You're actually trying to do... How do You want the get Your query back.. eh... "parsed"... ??? Or do You simply want to errocheck Your queries... ?? In this case You could run an "EXPLAIN " Query. And then check for errors if any... =d0Mi= DCS.net [EMAIL P

Parsing SQL statements

2002-05-04 Thread mustafa karabulut
Hello, I need sql statements parsed before they are sent to be queried. I know-though I am not sure- mysql does these steps: 1-Parse sql statement,check for errors 2-execute the statement Is there a way to intrude in between step1 and step2 so that we could get sql statement parsed without i