in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Browse by Tags

  • NGEN/JIT Issue with SQLiteConnectionStringBuilder, Regex.Compile

    I recently converted a program to use NGEN at installation time. The program is a .NET 3.5 app. The confusing thing is that even after NGEN, I would get 9 JITted methods! I was looking at the app in Process Explorer. The JIT DLL (mscorjit.dll I think) was also loaded. So I had to figure out what was...
    Posted to Bugs (Forum) by Sam on 02-16-2008
  • SqliteConnectionStringBuilder not threadsafe

    Please note: This is Microsoft bug, not a bug in System.Data.Sqlite. I have submitted this bug to Microsoft, but thought it prudent to submit it here as well. SliteConnectionStringBuilder inherits from DbConnectionStringBuilder, which (eventually) uses ReflectTypeDescriptionProvider.ReflectGetProperties...
    Posted to Bugs (Forum) by jpwkeeper on 12-18-2007
  • database not found

    Hi Robert I use your product for my application. My connection string us like this "Data Source=pub.s3db;New=True;UTF8Encoding=True;Version=3;Pooling=True". At first query to the database. It was perfectly no problem. But when I open new file using the open dialog/save dialog ( the environment...
    Posted to Bugs (Forum) by ms_breeze1012 on 12-14-2007
  • Connection String

    How do you build a connection string? I have seen some examples like this: Data Source=C:\\folder\\file.db;Version=3;New=False;Compress=True But I don't know what this parameters mean or if there are more parameters that could be used. Thanks, am65
    Posted to How To (Forum) by am65 on 10-26-2007
  • ConnectionString in settings

    Hi! maybe this question shouldn.t appeer here but.... i'll try :) I made dataset and connection string with wizard. It wrote connection string into ....exe.config file. How can I change string in COnnectionString dynamically in my application? I want to give in menu an option to change default database...
    Posted to How To (Forum) by Wiaz on 09-23-2007
  • managing database in dataset and app

    Hi! How to manage databse in IDE (dataset, table preview) and application with relative database path in connection string? For now i have to insert into connection string full path to database. When I use connection string like : "data source=|DataDirectory|database.db3" then in dataset i...
    Posted to How To (Forum) by Wiaz on 08-06-2007
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems