the_auracle
New member
- Joined
- Jul 15, 2006
- Messages
- 3
hey there
i want to use the combobox.text property in the where clause but it is not working. where is working if i use it inth form of
OracleDataAdapter da = new OracleDataAdapter("select * from int_try where field_name = 12(or any value) ","user id=****;data source=;password=*****");
if i pass 12 in the combox, .net is not taking it. please suggest some solution...
i want to use the combobox.text property in the where clause but it is not working. where is working if i use it inth form of
OracleDataAdapter da = new OracleDataAdapter("select * from int_try where field_name = 12(or any value) ","user id=****;data source=;password=*****");
if i pass 12 in the combox, .net is not taking it. please suggest some solution...