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

Reply via email to