C
Carloz
Hi, i've made a connection with an informix database and now I want to
pass a parameter via a textbox to get the right values of the database
in a datagrid. When I enter an integer, I get the desired values, but
when I enter a string, I get no value at all. I don't know exactly why
this doesn't work, but I suppose it has something to do with the
correct data types. Informix works with varchars, just like an oracle
datebase, while the textbox.text property is a string. I don't know,
it's just a guess... Does anyone know why I don't get the right value
in the grid? (there's nothing wrong with the names I used in my SQL
statement to refer to the table and the columns)
thanks in advance
pass a parameter via a textbox to get the right values of the database
in a datagrid. When I enter an integer, I get the desired values, but
when I enter a string, I get no value at all. I don't know exactly why
this doesn't work, but I suppose it has something to do with the
correct data types. Informix works with varchars, just like an oracle
datebase, while the textbox.text property is a string. I don't know,
it's just a guess... Does anyone know why I don't get the right value
in the grid? (there's nothing wrong with the names I used in my SQL
statement to refer to the table and the columns)
thanks in advance