Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access a DBase IV table with an extension STL
Message
De
19/11/2009 23:02:51
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Access a DBase IV table with an extension STL
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01435738
Message ID:
01435738
Vues:
117
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform