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?
Printable View
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?
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?
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......
You have all of your clients up and connected, via a connection object, to the Access database on the server, right?
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?
Are you using DAO or ADO to connect to the database?
ADO.net.........
how? hack!!