|
-
Feb 14th, 2012, 11:43 AM
#1
Thread Starter
New Member
how to write a sql with two or more conditions
how to use select * from table where codition1 condition2 condition3
all conditions related to textbox or combobox value = < > parameters
please help me.
-
Feb 14th, 2012, 11:55 AM
#2
Re: how to write a sql with two or more conditions
To use multiple conditions in a Where clause, put the keywords AND or OR between them (which one(s) depends on how you want it to work).
-
Feb 15th, 2012, 11:50 PM
#3
Thread Starter
New Member
Re: how to write a sql with two or more conditions
i am very new to programming, please provide exect code, table name = tblsales, billno between billnofromtextbox and billnototextbox
-
Feb 15th, 2012, 11:51 PM
#4
Thread Starter
New Member
Re: how to write a sql with two or more conditions
other issue with dates same table datefromtextbox datetotextbox
-
Feb 15th, 2012, 11:51 PM
#5
Thread Starter
New Member
Re: how to write a sql with two or more conditions
-
Feb 16th, 2012, 12:39 AM
#6
Re: how to write a sql with two or more conditions
Go thougth This tutorial and let us know if you have any problem
__________________
Rate the posts that helped you 
-
Feb 16th, 2012, 01:12 PM
#7
Thread Starter
New Member
Re: how to write a sql with two or more conditions
cannot get enough. please provide exact code how to write sql with expressions. please
-
Feb 16th, 2012, 01:30 PM
#8
Re: how to write a sql with two or more conditions
You aren't likely to get much help that way.
Very few people are willing to give up their own time working for a complete stranger for free. Most of us know that only leads to more of the same, so will only help you if you put in at least some effort yourself.
You have already been given a link to a brief tutorial which contains examples and explanations, so you should at least try to get it working for your situation - and then if you get stuck, show us what you have done and ask us for help with the specific issue(s) you are facing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|