Results 1 to 2 of 2

Thread: help

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    1

    help

    I hope somebody could help me with my problem

    I have made an application in VB6 and MS Access, I have upload my Access database to our website and I want my application to do a real time updates of the database how can I do that? I dont know how to use MYSQL please help me

  2. #2
    "Digital Revolution"
    Join Date
    Mar 2005
    Posts
    4,471

    Re: help

    Access supports SQL statements. You'll probably have to setup OBDC on the server with the database.

    But it is so much easier to learn the basics of SQL and use a MySQL database. Much easier and quicker than configuring OBDC and whatever else you need to do.

    It would be basically the same thing as MySQL anyway, as far as queries go, so I would suggest taking the 2 hours it takes to learn the basics of MySQL and use that instead.

    However, there is code for remote database queries with Access using the Winsock control on www.pscode.com/vb.

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