Results 1 to 2 of 2

Thread: ASP Problems

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Australia
    Posts
    149

    Wink

    I am new to ASP and do not know much about it so I downloaded some stuff from planetsourcecode.com
    The problem is that I put the stuff that I download on my Internet server and nothing works, I get different types of errors.
    Some of the errors
    ADO could not find the specified provider.
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
    Can Anybody Please Tell Me What I am doing wrong???

    I understand what the errors are saying but I am not sure how to fix them.

    Any help would be much appreciated.

    Thanks
    Hurgh

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    OK... only because you say you don't know much about it, I would have to say step one, make sure your using IIS or PWS.

    Step two, make sure you have MDAC installed on your Server PC.

    If you downloaded code and they were using a DSN (Data Source Name) which is set up in their registry on their PC, the code will not be able to locate the database. You should probably use the code more as a guide unless they posted the database as well.

    You will need to look at the connection string on the connection or recordset for starters. If your connecting to an ODBC data source, that data source must exist, and you have to specify in the connection string where it exists. (driver/provider, server, database, user, pw). If your trying to connect to an access database, you have to also include the physical path to the .mdb file.

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width