Forums

ASP

This topic is locked

HELP

Posted 21 Dec 2005 01:12:18
1
has voted
21 Dec 2005 01:12:18 Rishi Rauli posted:
Hi
I'm new to using e-commerce asp programming, i using a book to teach me aspects of it. At the moment i have produced a form to enter information into a second page and then store it in the access database that i have created. However once i enter information into the form and press the submit button, i get the "page cannot be displayed message" telling me i have a problem on line 34. I looked at the script and it is the exact way it is in the book. the book is a few years old.
The code i have used on this lines 34-35 are:

Set.Con = Server.CreateObject( "ABODB.Connection" )
Con.Open "accessDSN"

Does anyone know what the problem could be?
Many Thanks

Replies

Replied 21 Dec 2005 12:51:16
21 Dec 2005 12:51:16 Rishi Rauli replied:
it also tells me the line is an Invalid class string

Reply to this topic