.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
Post a Comment