Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table using VFP OleDB
Message
De
08/02/2005 19:49:05
 
 
À
08/02/2005 18:52:55
David Mckay
Australian Workplace Software
Sydney, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00984982
Message ID:
00984991
Vues:
40
> string conn = "Provider=VFPOLEDB.1;Data > >Source=C:\\Temp\\FoxPro\\test.dbc;Password='';Collating Sequence=MACHINE";

> OleDbConnection oleconn = new OleDbConnection(conn);

>OleDbCommand olecmd = new OleDbCommand("CREATE TABLE newtable (number CHAR(15))", oleconn);

>oleconn.Open();

>olecmd.ExecuteNonQuery();

>oleconn.Close();

>Could this be an issue with the oledb foxpro driver??


This could be a permission issue, try to give read/write access to ASPNET account(IIS5) or Network Service(IIS6).
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform