Forum Moderators: coopster

Message Too Old, No Replies

"Offline" application for mySql

         

cyclic

12:58 pm on May 8, 2005 (gmt 0)

10+ Year Member



Hi

I have a database driven website (villa rental) running in php/mySql.

I want to access the db and pull down data to use with a non-browser application for admin tasks such as sending out directions etc. What is the best way to do this? I have looked at Delphi but cannot easily get a mysql connection.

coopster

1:59 am on May 11, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



MySQL has ODBC Support [dev.mysql.com], have you looked into that?

cyclic

4:07 pm on May 11, 2005 (gmt 0)

10+ Year Member



Thanks.

I was wondering if anyone had experience of the best api to use. Is VB ot delphi the only option?

coopster

11:38 pm on May 13, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You could use whatever development tool you would like, as long as it supports ODBC.