Question how to make a server - client billing system?

trialer

Well-known member
Joined
Oct 4, 2010
Messages
64
Programming Experience
1-3
anyone can teach me how to make billing system which is
server - client.

i will put the sql database to one pc

then clients - the gui system.

i want to run may system from other pc then connect to sql database which in another pc..

thanks!
 
how to make a server - client billing system?

I'm guessing your question to be "how to make client-server system".

If my understanding is correct, you are trying to build a vb.net front-end that connects to sql server as your back-end server.

There is a lot you need to cover in terms of developing such system, namely database design, sql programming and front-end programming.

If you intend to build this system on your own, I suggest you start doing some reading on these topics. Robert Vieira has a good book on sql server programming, which would cover the designing and sql scripting you'll need. You may try reading this book from accountingdes.com, it probably gives you some ideas on designing an accounting system.

Best of Luck:cool:
 
Back
Top