Hi
I need name of table from text file which contain multiple select staments
select Studentid,Stunm,StuClass from Student;
Selct BookNm,booknbr,Bookcd from Book
I want name of table ie
Book and Student in two string array
How can I do that
I need name of table from text file which contain multiple select staments
select Studentid,Stunm,StuClass from Student;
Selct BookNm,booknbr,Bookcd from Book
I want name of table ie
Book and Student in two string array
How can I do that

Replies
Know the answer? Post it — somebody with the same question will find it here.