Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ASP SQL Error

0 views
Skip to first unread message

D Castaldi

unread,
Nov 27, 2000, 3:00:00 AM11/27/00
to
I get this error after publishing local, using W2K Pro with IIS
personal server:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
/Property/assets/lib/MSDBConnection.inc, line 133

This ASP tool would be good if it worked....any updates coming soon?

Ed Mini

unread,
Nov 29, 2000, 3:00:00 AM11/29/00
to
D Castaldi wrote:

You got caught by the "publish local" trap! Here's the problem. When
you "publish local", NOF opens the page using a "file" protocol. This
won't work with an ASP page. After you "publish local" (and get the
error) look up in the location bar of your browser. You'll see

//file://myasppage.asp

Change this to:

http://localhost.myasppage.asp

Also, don't forget to change the page extension to .asp in site view.

This is documented in the "Business Solutions" ASP tutorial but it's buried.

As to your remark about the ASP Connector. Amen! This was a great idea
but very badly implemented. I was one of the early users of this and if
you go back to the spring 99 newsgroup archives you'll see many, many
messages from me and others trying to get this going. Of course that
was when NOF tech support at least looked at the newsgroups once in a
while!

HTH

--
Ed Mini
edm...@inftek.com


Blake Kadatz

unread,
Nov 29, 2000, 3:00:00 AM11/29/00
to

Ed Mini wrote:
>
> You got caught by the "publish local" trap! Here's the problem.
> When you "publish local", NOF opens the page using a "file"
> protocol. This won't work with an ASP page. After you "publish
> local" (and get the error) look up in the location bar of your
> browser. You'll see
>
> //file://myasppage.asp

Though if it's being viewed this way, the ASP code wouldn't get
processed so an error message wouldn't appear. I'm thinking it's
something to do with how the database connection is specified.


Blake Kadatz
BitMotion Software Inc.
------------------------------------------
BitMotion: http://www.bitmotion.com
Fusion FAQ: http://fusionfaq.bitmotion.com

0 new messages