Results 1 to 4 of 4

Thread: Network Programming In VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2004
    Location
    India
    Posts
    1

    Exclamation Network Programming In VB

    Hi

    I developed a standalong application with VB using an access DB with ODBC database connection.

    Now if i have to store the DB in PC01 & have to run the application from PC02,PC03 & PC04.

    How can I do that , Any Help Please.

    Can Contect me personally at www.solutiononline.org
    or mail me at 'pratikdutta at solutiononline dot org'
    Last edited by Pino; Feb 8th, 2005 at 05:04 AM. Reason: adjusted email
    do atleast one thing a day that you are afraid of.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Network Programming In VB

    use the package & deployment wizard to create a setup program that will install all the necessary file on any PC. It comes with VB6.

  3. #3
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Network Programming In VB

    Quote Originally Posted by pratikdutta
    Hi

    I developed a standalong application with VB using an access DB with ODBC database connection.

    Now if i have to store the DB in PC01 & have to run the application from PC02,PC03 & PC04.

    How can I do that , Any Help Please.

    Can Contect me personally at www.solutiononline.org
    or mail me at 'see above post'
    First off do not include you email in your post you will recieve lost of spam.

    Secondly assumign the standalone app can connect to the db via a network? have a look here for installer
    http://www.vbforums.com/showthread.php?t=315829

    Let me know if that helps
    Last edited by Pino; Feb 8th, 2005 at 12:05 PM.

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Network Programming In VB

    Quote Originally Posted by Pino
    First off do not include you email in your post you will recieve lost of spam.
    Don't forget to edit the one in the quote too

    You'll need the DBMS to act as a server to be able to connect to it over a network. Access is really bad at this, as soon as you have more than one concurrent connection it often struggles and crashes .

    If you want to do this then you should use Microsoft SQL server or MySql server or Oracle. These DBMS' are built to handle many concurrent connections from other PC's.

    Should you still want to use access then have a look at these:

    http://livedocs.macromedia.com/coldf...tasources8.htm
    http://support.microsoft.com/kb/253580
    http://msdn.microsoft.com/library/de...ccessguide.asp
    http://support.microsoft.com/?kbid=209091
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

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