Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mono

How To Load A Disk-based Database To In-memory Database Using Sqlite In Mono?

Can I load a disk-database file (.db) to a in-memory database created by :memory: in Sqlite? I am u… Read more How To Load A Disk-based Database To In-memory Database Using Sqlite In Mono?

Table Valued Parameter Issue With Mono Cs

I have a simple code to create SqlParameter for Table Valued Type. The given code works just fine w… Read more Table Valued Parameter Issue With Mono Cs

Custom Functions Sqlite With Mono

is there a way to add SQLite custom function using Mono? (Mono.Data.Sqlite) I tried to add distance… Read more Custom Functions Sqlite With Mono

Sqlite In Mono, Sqliteconnection Could Not Be Found

I am not sure how to correct this error. The type or namespace name `SQLiteConnection' could no… Read more Sqlite In Mono, Sqliteconnection Could Not Be Found