Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access a DBase IV table with an extension STL
Message
From
19/11/2009 23:02:51
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Access a DBase IV table with an extension STL
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01435738
Message ID:
01435738
Views:
116
From VB.NET, I have the code to access a DBase IV table. This works only as long as the table extension is .DBF. We are receiving the files as .STL as far as the extension goes. So, if I have a file name such as SGZYW56V.stl, I cannot have this command to be executed:
SELECT * FROM SGZYW56V
But, if I rename the file to SGZYW56V.dbf, this will work.

I am using the Microsoft.Jet.OLEDB.4.0 data provider to access it. I would like to know if the only option is to rename the file to SGZYW56V.dbf. We would like to avoid renaming the files. Will it be possible to handle the SQL command with a .STL extension?
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
Next
Reply
Map
View

Click here to load this message in the networking platform