 |
| Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases 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
|
|
|
|

September 9th, 2004, 01:56 AM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What is this error -2147417848 (0x80010108)
Hi,
Has anyone come across this error before?
-2147417848 (0x80010108)
That's all that appears on the page. I've never seen anything like it before.
Any tips much appreciated.
S
|
|

September 9th, 2004, 02:09 AM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
no, pls show the whole error and the possible reasons and may be we all can discuss on the issue.
regards
sinapra
|
|

September 9th, 2004, 02:20 AM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
That's the strange thing, that's the full error. The error page code is simply
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>-2147417848 (0x80010108)</BODY></HTML>
S
|
|

September 9th, 2004, 02:23 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Can you send the code here so that one can judge better that why this error is being occuring on the page
(*_*)
Numan
--------------------------------------------------
Love is the most precious thing of this world. So find and grab it!
|
|

September 9th, 2004, 02:45 AM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
right, you have sent the view source, send the code that you have written
regards
sinapra
|
|

September 9th, 2004, 02:59 AM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have about 775 lines of code - a lot of it generated by Dreamweaver - I'm not sure if I should post it all up here.
I'm not sure if there is a particular part that is most likely to cause the problem that I could post up?
I've never had this problem before, and I hadn't actually done any development on the pages for a couple of days prior to this problem occuring. The pages had been working fine in those days.
Thanks
s
|
|

September 9th, 2004, 03:54 AM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
ok if not the code, at least copy the whole line of error, I mean the error description where if describes the line number or anything valid??
regards
sinapra
|
|

September 9th, 2004, 04:10 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Dear You simply cut the asp code and then run the page and putiing it again by line by line and checking it that at which line there is an error
(*_*)
Numan
--------------------------------------------------
Love is the most precious thing of this world. So find and grab it!
|
|

September 9th, 2004, 04:12 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Does this help?
http://www.aspfaq.com/show.asp?id=2325
Have you googled for "asp error 80010108"?
There's not much else we can say as we don't evn know what your page is trying to do.
|
|

September 9th, 2004, 04:20 AM
|
|
Authorized User
|
|
Join Date: Aug 2004
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I think there is some calculation being done in the form and the result is not understood by parsers, haan!!!!
sinapra
|
|
 |