Results 1 to 3 of 3

Thread: User Database

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Posts
    331

    User Database

    I know PHP and MySQL very well. But I am selling a product which can have multiple users login into it. It is easy to make the users built in, but how do I make the program read the users from a file? And how do I make it so when somebody clicks "Make a new account" I can make a account and they can login to it because it is reaing the data from the file. I can make a MySQL user database, but will I have to include MySQL with my application? Or can I host the database on my server and make my program read it from there?

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: User Database

    If you created an asp.net app, connecting to a local database would be a snap. You could also set an application variable to keep track of who is logged in.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2005
    Posts
    331

    Re: User Database

    How do I make an asp.net project in VB.NET?

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