Click here to Skip to main content
15,922,533 members

Comments by Member 11793580 (Top 32 by date)

Member 11793580 3-Jul-15 1:03am View    
ya i did. I have used parameters for insert, update and delete in my code. where am i going wrong
Member 11793580 3-Jul-15 0:52am View    
This query is not working
Member 11793580 3-Jul-15 0:51am View    
I have tried everything i.e., REGEXP,wild cards, Autosuggest etc but everything in vain. I have used parameters in my code.my only worry is that am not able to display names in autosuggest textbox when i run my application
Member 11793580 2-Jul-15 1:00am View    
I have fixed that error. Now the problem is i am not able to get the list of names when i give part of a name i.e., when i give "da" in textbox it should display all the names starting with "da". I am able to get this in database but not through code.
Member 11793580 2-Jul-15 0:02am View    
I have fixed it. But the problem is i am not able to run the query through code. It is working fine when i execute it in DB