Click here to Skip to main content
15,904,024 members

Comments by Saeed.A (Top 11 by date)

Saeed.A 27-Aug-15 8:32am View    
thanks a lot.
Saeed.A 26-Aug-15 20:55pm View    
so can u give a solution on this?
http://www.codeproject.com/Questions/1022366/Mysql-Trigger-validating-data
i just wanna keep it on mysql level not application level because it may change a lot
Saeed.A 26-Aug-15 12:25pm View    
by the way thanks a lot, can u help me to make a trigger to validate my data in any field in my table?
Saeed.A 26-Aug-15 7:46am View    
thanks actualy i know but i was wondering if i dont know something so what about mix column search do i have to have multi_column index?
Saeed.A 19-Mar-15 0:07am View    
I want mysql validation, I mean when I want to update a table or add another row to my table and I fill all the field then run the query, mysql will validate my data then store them so I can't use this for validating user's data instantaneously?(by AJAX and PHP)