Results 1 to 4 of 4

Thread: Beginning databases

  1. #1

    Thread Starter
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772

    Beginning databases

    Can anyone recommend to me any good beginner's tutorials on using Access 2000 databases in ASP?
    Alcohol & calculus don't mix.
    Never drink & derive.

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Active Server Pages 3.0 from Sams is pretty good.


    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3

    Thread Starter
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Ok, I found a tutorial online, and I am doing what it says, except when I try to run the ASP page, i get this error:

    Code:
    Microsoft OLE DB Provider for ODBC Drivers error '80004005' 
    
    [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 
    
    /Contacts.asp, line 12
    Seems like I need drivers of some sort, can someone help me with this? The ASP page is attached if you need it.
    Attached Files Attached Files
    Alcohol & calculus don't mix.
    Never drink & derive.

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    1) Make sure you have MDAC installed so you have the ADO objects and OLEDB drivers installed.

    2) Don't put ADO objects in the session object.

    3) You are using a DSN called "ASPDeveloper". Make sure you have it set up in the ODBC admin tool.

    4) You should really avoid using ODBC to hit any database that has an OLEDB driver. The OLEDB driver will always be faster.
    Last edited by monte96; Jun 30th, 2001 at 12:50 AM.
    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