Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rascoe1717
Starting Member
1 Post |
Posted - 2006-05-10 : 11:24:32
|
| Hello to all, I am a web developer but I have been requested to develop a desktop application....I have experience using mysql databases on a server when the web application is on the server as well....I want to create a desktop application that can connect to a mysql database remotely...How do I do this? I am using Adobe Flash and a new program called Zinc to convert my flash app to a projector exe. I have already made a local mysql database and connected to this perfectly....im not quite sure how to connect to a database that is not local on the user machine but on a server someplace else....Any suggestions...Thank you so much |
|
|
fiXXXerMet
Starting Member
18 Posts |
Posted - 2006-05-10 : 11:38:42
|
| I don't know about flash, but in ASP.NET, you have to download a MySQL Connector and import that into your project - you can get that from the MySQL website. |
 |
|
|
|
|
|