Hello
I am a newbie using F# and MySQL. I have a project that needs to retrive data from mySQL database.So far, i installed wamp, mySQL, mySQL connector, php.
I don’t know how to contribute F# and mySQL.
Can you please give me a piece of information about the steps .
Thanks,
You need a MySQL connector for .NET, this one, for example.
See System.Data documentation for detailed information.
Hope this is helpful.