Database Connection Types

Discussion in 'MySQL' started by plecosword, Jun 16, 2009.

  1. #1
    I am very confused of all the database connection types, or how to set them up, and which is good for what. As I understand, there is ODBC, OLE, ADO, and ADO.net I think thats all of them right?
    I also installed SQL Server 2008(express) and I am confused on how to configure it. :confused:
     
    plecosword, Jun 16, 2009 IP
  2. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #2
    ADO, ADO.NET, OLEDB are providers that allow you to access a data source.

    What specifically are you trying to do? Can you provide more information?
     
    Social.Network, Jun 16, 2009 IP
  3. plecosword

    plecosword Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well first I was trying to test drive phpbb on my computer running iis7-.net35sp1 but I only got as far as the database configuration, It only detects ms sql via ODBC. Im not even sure what it is so I left it there.
    But there was another way phpbb can be installed, one of the undetected listed was ms sql server 2000+
    so im confused
     
    plecosword, Jun 16, 2009 IP
  4. Social.Network

    Social.Network Member

    Messages:
    517
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    35
    #4
    Well, it appears phpBB supports several database engines:

    A SQL database system, one of:
    • FireBird 2.0 or above
    • MySQL 3.23 or above
    • MS SQL Server 2000 or above (directly or via ODBC)
    • Oracle
    • PostgreSQL 7.x or above
    • SQLite 2

    I am not familiar with phpBB, but can try to help out.

    Quick install @ http://tinyurl.com/lkxt3y
     
    Social.Network, Jun 16, 2009 IP
  5. plecosword

    plecosword Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Im trying to connect directly to the database, I don't know how to set it up.
     
    plecosword, Jun 18, 2009 IP