CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Client/Server

  1. #1
    Join Date
    Aug 1999
    Location
    Toluca, Mexico
    Posts
    8

    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?


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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

  3. #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

  4. #4
    Join Date
    Jun 1999
    Posts
    42

    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
  •  





Click Here to Expand Forum to Full Width

Featured