You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Bind ResolutionPath to the folder containing MySQL driver dll files.
let ResolutionPath = "FOLDER CONTAINING MYSQL DRIVER DLL FILES"
type sql = SqlDataProvider<"Server=YOUR_SERVER;Database=YOUR_DATABASE;Uid=USER_NAME;Pwd=PASSWORD", Common.DatabaseProviderTypes.MYSQL,ResolutionPath=ResolutionPath>