Skip to content Skip to sidebar Skip to footer
Showing posts with the label F#

F# Connect To Online Mysql Db Execute Query

I am making a F# project and need to do some database queries to an online mysql db. Can anyone ple… Read more F# Connect To Online Mysql Db Execute Query

Sqlite Datetime Handling In Sqlprovider

How to use DateTime with SQLite via the SQLProvider type-provider? SQLite doesn't really have a… Read more Sqlite Datetime Handling In Sqlprovider

F# Oledb Syntax Error In Insert Into Statement Pulling Data From Access To Linked Sql Server

I'm running an F# application to pull data from an Access table to a linked SQL Server table. H… Read more F# Oledb Syntax Error In Insert Into Statement Pulling Data From Access To Linked Sql Server

F# Linq Add New Rows To Sql Server

I am learning LINQ with F# 3.0. I want to know how to re-write my old code to use new LINQ features… Read more F# Linq Add New Rows To Sql Server

Sql F# Type Provider, App.config, And Connectionstrings?

I am trying to use app.config file to load the connection string into the type provider but I am re… Read more Sql F# Type Provider, App.config, And Connectionstrings?

Can The F# Core Libs Be Sqlclr-approved?

According to this thread, F# Core must be SQLCLR-approved for assemblies to be marked SAFE. Is this… Read more Can The F# Core Libs Be Sqlclr-approved?