.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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -