|
-
Sep 23rd, 2005, 03:09 AM
#1
Thread Starter
Fanatic Member
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.
-
Sep 24th, 2005, 04:58 AM
#2
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?
-
Sep 24th, 2005, 06:09 AM
#3
Thread Starter
Fanatic Member
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......
-
Sep 24th, 2005, 06:41 AM
#4
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?
-
Sep 24th, 2005, 08:00 AM
#5
Thread Starter
Fanatic Member
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?
-
Sep 24th, 2005, 05:25 PM
#6
Re: how to pass the register information to server?
Are you using DAO or ADO to connect to the database?
-
Sep 24th, 2005, 09:33 PM
#7
Thread Starter
Fanatic Member
Re: how to pass the register information to server?
-
Sep 26th, 2005, 04:33 AM
#8
Thread Starter
Fanatic Member
Re: how to pass the register information to server?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|