Click to See Complete Forum and Search --> : Client/Server


Jorge Ramirez
August 12th, 1999, 12:23 AM
I have to do a system using Client/Server Model in a local network. My question is: Should I use the SQL Server ?

Is there another option using only Professional VB 6.0?

Chris Eastwood
August 12th, 1999, 03:56 AM
You can create a client server system using just about any database (access, sql-server 7, oracle, sybase etc - even using flat-files).

VB4/5/6 allows you to talk to many different databases. Depending upon the Drivers for those databases, you can use the DAO, RDO or ADO database access methods available in VB.

As for database choice, that depends on how big/the number of users your database needs to handle.

Chris Eastwood

CodeGuru - the website for developers
http://www.codeguru.com/vb

askus
August 17th, 1999, 11:41 PM
Its not necessary to use SQL Server as ur backend, if u want to use the latest technology either use SQL Server or Oracle, else use MSAccess but for visual basic and ADO SqlServer,Oracle goes well.

please get back to solutionproviders@hotmail.com or solutionproviders@yahoo.com for further clarifications


The Ultimate Solution Providers

Authors

Sriman & Jayaraman

Email : solutionproviders@hotmail.com
solutionproviders@yahoo.com

Hand Phone : +(6) 016 2237147

kieran_rush
August 19th, 1999, 05:10 PM
You can use SQL, think about how big your solution should be, and what do you want to do in database
Regards