Hi
I'm using (trying !!!) odac componnent for borland c++.
I'm trying to write this code :
OraSQL1->Text = "CREATE TABLE FILE_DATA (
index NUMBER(12) PRIMARY KEY,";
My problem is :
How can I write more then one line code to OraSQL1->Text ?
Without to use OraSQL1->Text = OraSQL1->Text + ..... ???