Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Connection Problem (With OLEDB)
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00565686
Message ID:
00579418
Views:
36
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform