Hi all,
I need some suggetion.
click on "Submit" button, how can I check which unit has been entered specially with unit stores in database table called "Unit" and then direct my database connection to appropriate database.
Please help and give me some suggetion on how can do that.
I have database connection set up and all but don't know how to make a textbox value with a database table to find a valid match and open a appropriate connection.
Thank You,
I need some suggetion.
Code:
I have two different database. 1) Has information about all M series unit like m1,m2 etc 2) second one has information about all B series unit like b1,bls1,bls12 etc. here, I have table called Unit which store all b series unit. and I have .net form with a textbox. user can add a unit number like m1,b12 ect.
Please help and give me some suggetion on how can do that.
I have database connection set up and all but don't know how to make a textbox value with a database table to find a valid match and open a appropriate connection.
Thank You,
Comment