|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm new fairly new to ASP and I'm stuck. My ASP site works great on my PC using IIS. Now it is up on the web it does not work.
I get a message which points me to the first time I try to access the access database behind it. My newly acquired host service say they are able to host ASP but admit I am the first one they have. Could someone tell me if I have done something wrong or is it that they have not set something at their end. |
|
#2
|
|||
|
|||
|
What is the code you're using to connect to your Access database?
|
|
#3
|
||||
|
||||
|
And what error messages are you getting?
Are you using DSN? |
|
#4
|
|||
|
|||
|
Answers to your questions
Hi
Yes I am using DSN Here's the code I have in my page PHP:-------------------------------------------------------------------------------- $code = '<% set qryWebMenu=server.createObject("ADODB.RECORDSET") qryWebMenu.open "SELECT * From qryWebMenu", "DSN=FRP" %> '; -------------------------------------------------------------------------------- Thanks Paula Last edited by Paula : March 15th, 2003 at 11:58 PM. |
|
#5
|
|||
|
|||
|
More anwsers
sorry forgot the message
this is the message I get on the page now it is up on the web ADODB.Recordset.1 error '80004005' SQLState: IM002 Native Error Code: 0 [INTERSOLV][ODBC lib] Data source name not found and no default driver specified /LeftMenu.asp, line 12 Thanks Paula |
|
#6
|
|||
|
|||
|
Hi Paula,
have you tried to ask your webhosting company that they have setup the DSN correctly and that they have verified it.....? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Problems with ASP connection on host |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|