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
, 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
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
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