Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 18th, 2006, 07:33 AM
Registered User
 
Join Date: Jun 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't find ISAM file

I want to check if a record exists in a Access database. When I try to open a connection I get an error message (Could not find installable ISAM file). I could use some help here.

The code:

 Dim conUser As Data.OleDb.OleDbConnection

 Dim cmdKiesGebruiker As Data.OleDb.OleDbCommand

 Dim dtrGegevens As Data.OleDb.OleDbDataReader

 conUser = New Data.OleDb.OleDbConnection("Provider=Microsoft.Jet .OLEDB.4.0;" & "DataSource=" & Server.MapPath("~/App_Data/Algemeen.mdb"))

 conUser.Open()








Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find installable ISAM Lillian ASP.NET 1.0 and 1.1 Basics 12 May 16th, 2010 09:01 AM
"Could not find installable ISAM" evidica ASP.NET 1.0 and 1.1 Basics 3 March 12th, 2007 11:27 AM
Could not find installable isam Johno13 BOOK: Beginning VB.NET Databases 1 October 5th, 2006 11:46 AM
Could not find install able ISAM zubairkhan VB Databases Basics 0 May 3rd, 2004 11:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.