return value
Posted: Mon 27 Jun 2005 19:22
Hi
I'm using odac componnent for borland c++.
I creat a table and insert some values to the table.
Now i want to read a value from the table into c++ variable.
How can i do that ?
If i write select stetment like :
SELECT Company FROM Orders
How can i read the return value into my variable ?
How can i read more then one value into more then one variable ?
I'm using odac componnent for borland c++.
I creat a table and insert some values to the table.
Now i want to read a value from the table into c++ variable.
How can i do that ?
If i write select stetment like :
SELECT Company FROM Orders
How can i read the return value into my variable ?
How can i read more then one value into more then one variable ?