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,
A two-wire (signal and ground) coaxial cable connector used to connect antennas and set-top boxes to TVs, VCRs and DVDs. F connector cables typically carry analog NTSC TV signals, and the plug's socket is easily identified by its threads. Plugs come threaded and unthreaded, both of which fit the threaded socket.
You need a MySQL connector for .NET, this one, for example.
let connectionStr = "Data Source=localhost; Port=3306; User ID=root; Password=q1w2e3;"
let connection : IDbConnection = upcast new MySql.Data.MySqlClient.MySqlConnection(connectionStr)
See System.Data documentation for detailed information.
Hope this is helpful.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With