Hi,
I've got a text box called "txtSQLTemplate" while contains an SQL Statement. What I want to do is to extract all the data the occurs before the first opening bracket.
txtSQLTemplate contains:
INSERT INTO myTable VALUES ( WorkOrder, Bla, bla, bla )
So I want a string to contain everything up to the first bracket: "INSERT INTO myTable VALUES ("
Thankx,
Jonathan
I've got a text box called "txtSQLTemplate" while contains an SQL Statement. What I want to do is to extract all the data the occurs before the first opening bracket.
txtSQLTemplate contains:
INSERT INTO myTable VALUES ( WorkOrder, Bla, bla, bla )
So I want a string to contain everything up to the first bracket: "INSERT INTO myTable VALUES ("
Thankx,
Jonathan