On Wed, 8 Oct 2003 14:15:04 +0200, "Joerg Trumpfheller" <(E-Mail Removed)>
wrote:
¤ Hello Herfried,
¤
¤ > Did you have a look at <http://www.connectionstrings.com>?
¤ thanx for the tip, but .NET needs some more parameters
¤
¤ I rebuild it by using the existing data tool oledbadapter, oldbconnection
¤ and dataset
¤ I filled it and it works fine.
¤ Using the same connection string for the example I have shown throws an
¤ exception
¤ "Installable ISAM not found" (something like this - it is a German Message)
¤
¤ What's wrong? Is there any libary missing?
The ISAM message typically indicates that either the connection string is incorrect or you're
missing the Jet database components.
If you can connect with the Data Link Wizard then it's likely a problem with the connection string.
Try removing some of the parameters from the connection string to see if it works:
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Password="";User ID=Admin;Data Source=E:\My
Documents\db1.mdb;Jet OLEDB:System database=c:\winnt\system32\system.mdw;"
Paul ~~~
(E-Mail Removed)
Microsoft MVP (Visual Basic)