Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with VFPOLEDB driver
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Problem with VFPOLEDB driver
Miscellaneous
Thread ID:
01236245
Message ID:
01236245
Views:
73
Hi All, I have a simple console app that inserts records into a newly created VFP table using the VFPOLEDB driver, I can create and populate the table ok, however , at the end of the run I want to copy the table to an Excel file - my code fails with the error "One or more errors occurred" - the errant code is shown below
    Command.CommandText = "Select MyTable";
    Command.ExecuteNonQuery(); // this works ok - or at least doesn't produce an error

    Command.CommandText = "Copy to MySheet type xls";
    Command.ExecuteNonQuery(); // BOMBS !!!
any ideas ?
Regards,
Peter J. Kane



Pete
Next
Reply
Map
View

Click here to load this message in the networking platform