Page 1 of 1

sql stetment

Posted: Sun 12 Jun 2005 17:10
by Avi
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 + ..... ???

Posted: Mon 13 Jun 2005 06:58
by Alex
Try to use OraSQL->SQL->Add("New SQL line");