[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: FoxPro Data Load



I agree with the general concensus, that you take the data from FoxPro
into a fixed-length or comma-delimited file, then use an SQR if you want
to edit and then insert the data into Oracle tables.  If you just want
to insert the data without a lot of complex editing, etc., you can use
SQL*Load rather than an SQR.

We have done similar things using both SQL*Load and SQR.