Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with VFPOLEDB driver
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Problem with VFPOLEDB driver
Divers
Thread ID:
01236245
Message ID:
01236245
Vues:
72
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform