database connectivity..

Discussion in 'MySQL' started by sudes16, Mar 6, 2009.

  1. #1
    I am a beginner regarding this.
    i want to know that how to connect database to my website.
    Actually i have login pages and a registration from . One need to fill it to become a member .After that he can login into that.

    What i wan tot know is is the data dase is provided by the hosting or what i need to do for that. Please be serious in replying.
     
    sudes16, Mar 6, 2009 IP
  2. ilarathka

    ilarathka Peon

    Messages:
    6
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Load Drivers according to database like Oracle, Access, MySQL, DB
    Create ADODB and Connection Object
    Create Connection with table
    fetch record of your login table
    Take input from User ID and Password Field
    match user Id and Password with all record in login table
    if match found give welcome message or whats ever you like or navigate him to particular page
     
    ilarathka, Mar 7, 2009 IP
  3. peterCx

    peterCx Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What tool you want to use ?
     
    peterCx, Mar 9, 2009 IP