Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Connection Problem (With OLEDB)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00565686
Message ID:
00579418
Vues:
35
And to make this more fun, this is breaking in VBScript (WSH5.6, cscript.exe):
Set oCat = CreateObject("ADOX.Catalog")
Set oTable = CreateObject("ADOX.Table")
Set oIndex = CreateObject("ADOX.Index")
Set oCols = oTable.Columns
oCat.ActiveConnection = oCacheConn.ConnectionString
Set oTable = oCat.Tables("accidentstate")
With oIndex
.Name = "nuindex"
.Columns.Append cResultTable
End With
oTable.Indexes.Append oIndex
The error I get is:
Microsoft OLE DB Provider for Visual FoxPro: Variable '' is not found.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform