Hi all,
I have bunch of text files that contain sql statements:
ie. contents of Loan.txt (command continuation added at eol)
select ......,........,;
from .................. ;
where ..... ;
order by .., .. into cursor ....
Can somebody suggest me an efficient way of executing queries without reformatting contents (conforms to VFP6 sql) of txt files.
Foxbldr
Foxbldr
I have bunch of text files that contain sql statements:
ie. contents of Loan.txt (command continuation added at eol)
select ......,........,;
from .................. ;
where ..... ;
order by .., .. into cursor ....
Can somebody suggest me an efficient way of executing queries without reformatting contents (conforms to VFP6 sql) of txt files.
Foxbldr
Foxbldr