Re: Reviewing my code. Displaying a BLOB image through a browser
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 20 Dec 2006 09:11:31 -0500
bfiser@xxxxxxxxx wrote:
· Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
Set objConn = Server.CreateObject("ODBC.Connection")
I don't know of a class called "ODBC". You need to replace "ODBC" with
"adodb" in this and the other CreateObject lines that follow.
objConn.Open "DSN=AsureIDc51Test", "xx", "xxxxx" ß username and
password removed for security
Don't use ODBC if you have the choice:
http://www.aspfaq.com/show.asp?id=2126
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Follow-Ups:
- References:
- Prev by Date: Reviewing my code. Displaying a BLOB image through a browser
- Next by Date: Re: Reviewing my code. Displaying a BLOB image through a browser
- Previous by thread: Reviewing my code. Displaying a BLOB image through a browser
- Next by thread: Re: Reviewing my code. Displaying a BLOB image through a browser
- Index(es):
Relevant Pages
|