Results 1 to 12 of 12

Thread: log in page

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    log in page

    im trying to make a log in page..can someone help me get started please? thanks

  2. #2
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: log in page

    BrianA:

    log in page
    I am sure you know what you mean, but it would help us to help you if you would give a little more information.
    What are you login into? An application, a Web page, etc,,,,,
    How are you going to handle your User Names and Passwords?
    Store them in a database?
    What kind of database?

    Information such as the above would really help.

    Good Luck

  3. #3
    Hyperactive Member Capp's Avatar
    Join Date
    May 2005
    Location
    Texas
    Posts
    409

    Re: log in page

    To get a better idea of what you are needing, Are you using a database/textfile/registry setting or anything to store usernames and passwords or are you going to have it hard coded?
    AmazingAntivirus.com
    Remote Data Backups


    Please Mark your Thread "Resolved", if the query is solved...

    If a post has helped you then Please Rate it!

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: log in page

    Quote Originally Posted by AIS4U
    BrianA:

    I am sure you know what you mean, but it would help us to help you if you would give a little more information.
    What are you login into? An application, a Web page, etc,,,,,
    How are you going to handle your User Names and Passwords?
    Store them in a database?
    What kind of database?

    Information such as the above would really help.

    Good Luck
    well the problem is i dont know how to use database and stuff...im trying to create a chatroom..when you log in it will send you to the chat box and stuff and i have no idea how to do that..thx for the help guys

  5. #5
    Hyperactive Member Capp's Avatar
    Join Date
    May 2005
    Location
    Texas
    Posts
    409

    Re: log in page

    Here is a real quick example using an Access database and ADO
    Attached Files Attached Files
    AmazingAntivirus.com
    Remote Data Backups


    Please Mark your Thread "Resolved", if the query is solved...

    If a post has helped you then Please Rate it!

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: log in page

    Quote Originally Posted by Capp
    Here is a real quick example using an Access database and ADO

    wow nice..thanks

  7. #7
    Hyperactive Member Capp's Avatar
    Join Date
    May 2005
    Location
    Texas
    Posts
    409

    Re: log in page

    Quote Originally Posted by BrainA
    wow nice..thanks

    You're quite welcome. That is a very similar format that I use on most of my programs. A few things changed around here for the ones that require a secure login, but that is a very basic plain-jane loging page.

    Assuming, of course, that you setup your Access database the same way I did.

    I hope it helps anyway
    AmazingAntivirus.com
    Remote Data Backups


    Please Mark your Thread "Resolved", if the query is solved...

    If a post has helped you then Please Rate it!

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: log in page

    Quote Originally Posted by Capp
    Assuming, of course, that you setup your Access database the same way I did.

    I hope it helps anyway
    can you show me how to setup a database please? thanks a lot!

  9. #9
    Hyperactive Member Capp's Avatar
    Join Date
    May 2005
    Location
    Texas
    Posts
    409

    Re: log in page

    Quote Originally Posted by BrainA
    can you show me how to setup a database please? thanks a lot!
    That can be a little more complex based on what all you are needing. I don't have a demo database I can upload to show you how one looks. Without sounding too vague, you should try and do a search on the forums here for using ADO and an Access database.

    I'll see if I can find a good tutorial and post it for you.
    AmazingAntivirus.com
    Remote Data Backups


    Please Mark your Thread "Resolved", if the query is solved...

    If a post has helped you then Please Rate it!

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: log in page

    Quote Originally Posted by Capp
    That can be a little more complex based on what all you are needing. I don't have a demo database I can upload to show you how one looks. Without sounding too vague, you should try and do a search on the forums here for using ADO and an Access database.

    I'll see if I can find a good tutorial and post it for you.

    okay sounds good..thank you so much for you help really appreciate it!

  11. #11
    Hyperactive Member Capp's Avatar
    Join Date
    May 2005
    Location
    Texas
    Posts
    409

    Re: log in page

    Without really understanding how a database works and what you are looking at, im not sure how much this will help but I dumbed down the database that goes with that login form I showed you.

    It's in a .zip file so you'll have to unzip it.

    Basically there is the "Key" column in every database. This is the Unique Identifier and in this database, it is "id". I have it set to AutoNumber that way anytime a new record is added, it auto-increments and keeps all the id's unique.
    Attached Files Attached Files
    AmazingAntivirus.com
    Remote Data Backups


    Please Mark your Thread "Resolved", if the query is solved...

    If a post has helped you then Please Rate it!

  12. #12

    Thread Starter
    Lively Member
    Join Date
    Feb 2007
    Posts
    99

    Re: log in page

    Quote Originally Posted by Capp
    Without really understanding how a database works and what you are looking at, im not sure how much this will help but I dumbed down the database that goes with that login form I showed you.

    It's in a .zip file so you'll have to unzip it.

    Basically there is the "Key" column in every database. This is the Unique Identifier and in this database, it is "id". I have it set to AutoNumber that way anytime a new record is added, it auto-increments and keeps all the id's unique.
    okay! thank you so much!

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