Now I know the Select command. I want to replace the "column" keyword with text from a combobox and "Value" keyword with text from a textbox.
string sql = "Select*From records WHERE column = value";
How do I do that ?
Can anyone just edit my code to show me how it's done.
Thanks
VulpesPosted Jul 22, 2012, 4:34 AM