I'd like to make standalone desktop application which is connected to mysql.
i mean my app will be used in different network rather than mysql DB .
DB will be set up in other network.
Is it possible to build this kind of application?
If so, how can i implement this? what factor should be taken into consideration?
My app will be created using c#.net.
I'm new in DB but fair exp in c#.net.
Who can help me this, even just a piece of idea .........
many thanks

Of course it's possible. Google for "c# mysql library" or the llke.
But first you should code as much of your database setup and logic as possible outside of C#. Do it in plain MySQL with some scripts or from the command line and learn to use the database hands-on. Only then start coding in C#.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.