|
-
August 12th, 1999, 12:23 AM
#1
Client/Server
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?
-
August 12th, 1999, 03:56 AM
#2
Re: Client/Server
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
-
August 17th, 1999, 11:41 PM
#3
Re: Client/Server
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 [email protected] or [email protected] for further clarifications
The Ultimate Solution Providers
Authors
Sriman & Jayaraman
Email : [email protected]
[email protected]
Hand Phone : +(6) 016 2237147
-
August 19th, 1999, 05:10 PM
#4
Re: Client/Server
You can use SQL, think about how big your solution should be, and what do you want to do in database
Regards
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
|