Just to make sure I understand you, you need to check the sql statements themselves 
for errors. Is this correct? 

Or, do you instead need to check that a query ran with success?

Late on,
BDKR

----- Original Message -----
From: "mustafa karabulut" <[EMAIL PROTECTED]>
Date: Sat, 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-execute the statement
> 
> Is there a way to intrude in between step1 and step2 so that we could get 
> sql statement parsed without it is executed ?
> 
> A few people recommended me to do it by transactions, to query first and 
> rollback your work after the query is performed succesfully. But you know 
> disadvantages of transaction safe tables and my tables are already non 
> trans. safe and if there is a way to parse sql statements then I will get 
> rid of lot of work.
> 
> I need your help. And of your help and suggestions are very appreciated.
> 
> Best regards
> 
> M.K.
> 
> 
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 
> 

    
-- 

_______________________________________________
Download the free Opera browser at http://www.opera.com/

Powered by Outblaze

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to