Filtering the database

pekt2s

Member
Joined
Apr 26, 2007
Messages
15
Programming Experience
Beginner
What will be the code if i want to filter the database when the user type the account number in the textbox and it will filter the database? for example the account number length is 8 digits. on the length of 3, the database will start filtering, refers to the first 3 numbers entered by the user. pls help. thank you.
 
Moved to more relevant category.

Your terminology is a bit off. You can not filter a database. You are most probably wanting to know how to filter a datatable but there's no way for us to know unless you tell us more about your application.
 
What will be the code if i want to filter the database when the user type the account number in the textbox and it will filter the database? for example the account number length is 8 digits. on the length of 3, the database will start filtering, refers to the first 3 numbers entered by the user. pls help. thank you.

Have a good read of the DW1 link in my signature. Youll find your answer and a whole lot more useful information in there..
 
Back
Top