Ask a Question related to Dreamweaver AppDev, Design and Development.
-
shan_chin #1
asp error .....need help
Hi,
I'm a newbie trying out asp for my new project. Assuming all the DSN and page
designation are correct and complete, the error generated when preview as
follow :-
HTTP 500.100 Internal Server Error - ASP ...........
.......Error type :
ADODB. Recordset (0x800A0E7A)
Provider cannot be found. It may not be installed properly
/testing-asp/view_.............asp, line 8
the line 8 in my page as follow:-
rs_user_info.ActiveConnection = MM_con_user_info_STRING
need help on handling this error...please
thanks in advance
shan_chin Guest
-
Error Message "A drawing error ocurrred which is probably due to an out-of-memory condition. Try qu
I am running Acrobat Reader 5.0 on a Mac Powerbook running OS 9.2 and keep getting "A drawing error occurred which is probably due to an out of... -
Error 403 Failed to read heders Error for long-runningCFMAIL and CFINDEX command
I have two different pages with long-running scripts on which I am recieving the following error: Error - 403 Failed to read headers to server:... -
Error Creating Control: Parser Error DocHeader does not have a property named 'cc3:MyItems'
I am having problems getting this webcontrol working properly. Everything else works fine except having items. So here is the low-down on the... -
Unexpected error. A trappable error (C0000005) occurred in an external object.
Hi Elvin, After doing some reseaarch on this problem, I found there is a lot of issues which may cause the problem, for example, incorrect access... -
An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888)
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources... -
Manuel Socarras #2
Re: asp error .....need help
are you using a DSN or a connection string? it looks like the second
one, if it's the case check for an typo error
another reason could be Jet provider not installed if you're using OLEDB
- Access DB. is your server local or remote?
shan_chin wrote:> Hi,
>
> I'm a newbie trying out asp for my new project. Assuming all the DSN and page
> designation are correct and complete, the error generated when preview as
> follow :-
>
> HTTP 500.100 Internal Server Error - ASP ...........
>
> .......Error type :
> ADODB. Recordset (0x800A0E7A)
> Provider cannot be found. It may not be installed properly
> /testing-asp/view_.............asp, line 8
>
>
> the line 8 in my page as follow:-
>
> rs_user_info.ActiveConnection = MM_con_user_info_STRING
>
> need help on handling this error...please
>
> thanks in advance
>Manuel Socarras Guest



Reply With Quote

