Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File corrupted with ADO
Message
From
21/03/2004 18:10:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
File corrupted with ADO
Miscellaneous
Thread ID:
00888341
Message ID:
00888341
Views:
37
On my test PC, I can execute this:
oConn = CreateObject("ADODB.Connection")
oConn.ConnectionString = "Provider=VFPOLEDB;Data Source=d:\ADNWebService\Employe.dbf;Password='';Collating Sequence=MACHINE"
oConn.Open
oRs = oConn.Execute('Select * from Employe')
But, when moving the same code on the production server, in the last line, I get "OLE object may be corrupt". Any idea where I should look to resolve that issue?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Reply
Map
View

Click here to load this message in the networking platform