|
-
Sep 20th, 2009, 11:18 PM
#1
Thread Starter
Hyperactive Member
Database and Networking ???
Hello guys!
I'm just took my 1st step to networking, and database handling and I want to know the how's, do's and don'ts, briefly.
Can somebody upload a very simple and basic example project from which I can/may learn? Please.
This example will do:
1 database (MS Access) - just 1 table with 2 fields(idnumber, membername)
1 form
1 combobox - cboID for listing available IDnumber
1 textbox - txtName for membername
2 buttons - cmdUpdate for update, cmdExit for exit
The database contain 1 or 2 records already
The scenario:
On form load textboxes contain "".
When the user select an IDnumber from the combobox, txtName will be filled with the name of the owner of the idnumber
When the user click update button, the entry will be updated of course
When the user click exit, guess what?( )
Now that, I can do. But how can I implement that on two PCs on a network. Just 1 PC has the database. Where 1 PC serves the database and only can update it. While PC 2 can only view.
Well, I guess someone make an example project out of that in less than 5 minutes. If you have time, I would greatly appreciate it.
Thanks guys!
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
|