Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error using the File DSN...
Message
De
26/08/2002 02:40:06
 
 
À
26/08/2002 00:43:19
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00692866
Message ID:
00693542
Vues:
18
I am using Microsoft Access.
When i open the connection with the following way it works...

***
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & App.Path & "\books.mdb;" & _
"Persist Security Info=False"
***

when i open it following way, it generate the error that i mentioned in my
previous message.

***
conn.open "FileDsn=Books.Dsn"
***

regards,
Mobeen.

>you have not mentioned what RDBMS you are using.
>Check the data Types of both front end and back end i.e. the data type you are trying to save and the data type expected by backend.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform