.net - Communication between c# and MySql solution required -


i developing desktop application using c#.net , mysql. there solution communicate mysql out dll file. using mysql.data.dll , have put file exe file not feasible solution.

alternatively try merge mysql.data.dll exe using example one of tools discussed here. or, if app doesn't use database heavily, create kind of central service application app talks (through web services, perhaps) , in turn handles database querying (using mysql.data.dll).


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

c++ - Convert big endian to little endian when reading from a binary file -