 |
BOOK: Beginning ASP.NET 1.0  | This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 1.0 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
|
|
|
|
|

October 8th, 2003, 05:12 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Problem running datacontrol.aspx in Chapter 2
When I run the datacontrol.aspx from Chapter 2 I am receiving the following message:
"Could not find installable ISAM"
Please could anyone advise me what could be causing this message.
Details of software:
XP professional running IIS and Visual Studio.Net 2003.
David Anderson
|
|

October 8th, 2003, 09:24 AM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
can you post your code.
"Is the glass half full, half empty, or twice as large as it needs to be?"
|
|

October 17th, 2003, 06:42 AM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I'm having the same problem, my code is exactly as it is in the book excepct my path to the database is different ie
strConnect += @"Data Source=C:\Program Files\Microsoft.NET\SDK\";
strConnect += @"v1.1\QuickStart\aspplus\samples\grocertogo\data" ;
strConnect += @"\grocertogo.mdb;";
|
|

October 20th, 2003, 07:51 PM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello all,
Well I did alittle research on MS knowledge base and this is what I came up with. This error "Could not find installable ISAM" is related to an Access driver. Follow the link below to get all the details.
http://support.microsoft.com/default...b;en-us;209805
Jason
"Is the glass half full, half empty, or twice as large as it needs to be?"
|
|

October 24th, 2003, 01:16 PM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
If connecting to Access is the issue, go to the subsection in Chapter 1 titled "Configuring Directory Security" (beginning on page 42 of my book), and make sure you've followed the instructions in this section to add the ASPNET user account with correct permissions.
|
|

October 29th, 2003, 07:45 PM
|
|
Authorized User
|
|
Join Date: Oct 2003
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Found out that not putting a space between 'data source' in your code will cause this error to happen.
"Is the glass half full, half empty, or twice as large as it needs to be?"
|
|
 |