Link to home
Start Free TrialLog in
Avatar of IanTh
IanThFlag for United Kingdom of Great Britain and Northern Ireland

asked on

c# mysql code

currently got an c# application and need code for inserting data into a mysql database local or remote
At the moment it writes to a txt file but as its going to go onto linux via mono I am going to use mysql as thats part of a linux distro like i said it needs to be local and remote

currently the are 4 values written into a csv and in the future I  need 6 inputs

I am a semi-nuub by the way in linux and c#
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IanTh

ASKER

I do plan on using mono on linux which has .net support so will the .net be the one to use as even if I do c# its just in time compiler turns it into a .net application hopefully I will be using vb.net as thats easier than c# as my application is already kind working in vb.net
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IanTh

ASKER

ok be back soon when tested
Avatar of IanTh

ASKER

c# is .net