Results 1 to 8 of 8

Thread: how to pass the register information to server?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Resolved how to pass the register information to server?

    i'm developing a chat system......at the client, new user must register first before use the system.......so when the user fill up all the information, how client pass the data to server side for save into the database?
    Last edited by kenny_oh; Sep 30th, 2005 at 06:36 AM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to pass the register information to server?

    Unless I'm missing something, this sounds as simply as an standard SQL INSERT INTO statement.

    Are you doing this in VB?

    What database are you using?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: how to pass the register information to server?

    no.....i'm using vb.net, using microsoft access.............database is in server side but register is on every client side...........how to register since database is at server side......

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to pass the register information to server?

    You have all of your clients up and connected, via a connection object, to the Access database on the server, right?

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: how to pass the register information to server?

    the connection is done..........but what u said, i have not do yet.....it seen like what i want........can direct connect to server database without process by the server?

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to pass the register information to server?

    Are you using DAO or ADO to connect to the database?

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: how to pass the register information to server?

    ADO.net.........

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: how to pass the register information to server?

    how? hack!!

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