Results 1 to 5 of 5

Thread: MySQL database connecting or reconnecting

Threaded View

  1. #1

    Thread Starter
    Addicted Member Davor Geci's Avatar
    Join Date
    Sep 2009
    Posts
    224

    MySQL database connecting or reconnecting

    Hello guys,

    I have a very big project that previously was only used in a local environment and now it goes over the internet. The database in on a web server.
    The project is designed to once connect to the database and use this global connection everywhere. It was using Access mdb database.
    Now that the database is MySQL and on the web server if the connection is not used it triggers the timeout.
    Would you:
    1. go and reconnect the connection before using, or
    2. would you rewrite the code to use a local connection and connect and disconnect

    Thanks,
    Davor
    Last edited by Davor Geci; Aug 23rd, 2018 at 07:42 AM.
    My projects:
    Virtual Forms
    VBA Telemetry

Tags for this Thread

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