in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » designer (RSS)

Browse by Tags

  • Re: Data Provider for SQLite ERRORS

    please give your valuable suggestions I too facing the same problem in VS2005 (full edition)after compiling from Source Code v1.0.65.0 but, in VS2008 (full edition) but, there is no issue if we use the supplied compiled binaries downloaded from sourceforge.net. run Install.exe set Visual Studio VS2005...
    Posted to Designer (Forum) by mkhan on 03-02-2010
  • using Active Record design pattern in C# on an sqlite database

    Hi all, First of all, thanks Robert for this excellent piece of code of yours. I've been a big fan of sqlite for small/medium projects. I've loved using it with ruby & ror. I have a java and mostly php background. I am not a big fan of microsoft products but for some reason i just have to...
    Posted to How To (Forum) by fourchu on 01-23-2010
  • Re: Data Provider for SQLite ERRORS

    I am having the same error, and have attached a debugger to VS (2008) to catch the exception, but no useful information came of that. The exception (without any InnerException) is: Microsoft.VisualStudio.Data.DataProviderException occurred Message="An unexpected error occurred in the .NET Framework...
    Posted to Designer (Forum) by pckujawa on 12-22-2009
  • Problem with installation of designer

    Hi, Im newbie in C#. I have run installation of the System.Data.SQLite, everything went well. But at the end of the installation the is a form - SQLite Designer Installation, there is one checkbox - Visual Studio 2008, but only one button CLOSE. So, I dont know, how to install the designer... Also when...
    Posted to How To (Forum) by Lukas Plachta on 12-06-2009
  • Boolean and designer

    Hi, I'm wondering why I cant use de db designer except using views and it's not nearly the one of the screenshots.. and boolean is missing in table desig thank you
    Posted to Designer (Forum) by nakp on 11-22-2009
  • Possible to change default NullValue in TableAdapter column ?

    Hello, I've recently started using System.Data.SQLite (v1.0.65.0) and already like it very much :-). I've encountered two issues though, of which I'm wondering whether I'm doing something wrong or that they are bugs in the designer: When I create a TableAdapter for table x using the designer...
    Posted to Designer (Forum) by msanders on 09-18-2009
  • Design support in Visual Web Developer

    I have installed the ADO.Net provider for SQLite and I checked the options to install design support for the express editions installed on my machine. When I go to the Database Explorer to add a connection to a SQLite database I have created, I choose SQLite database as the data source, but the resulting...
    Posted to Designer (Forum) by pthalacker on 08-25-2009
  • Bug in designer: ON CONFLICT statements are ignored and reset to "Abort"

    Hi I'm not sure if this should be reported in the bugs section: If you open a table in design mode in VS2008 and change the conflict handling algorithm of a unique (primary key) column to anything different than the standard "Abort", save and then reopen the design mode, it's reset...
    Posted to Designer (Forum) by marioloeffel on 07-29-2009
  • Re: Compound Foreign Key in Designer

    Thanks Robert, I'll give this a try for now, but I'll look forward to a fix that won't leave me scratching my head when I come to maintain it in six month's time ;o)
    Posted to Designer (Forum) by alanetaylor on 07-27-2009
  • Compound Foreign Key in Designer

    I have a Master table: Code nvarchar(50) FuelType nvarchar(50) <...other columns...> and a Child table: Id int Code nvarchar(50) FuelType nvarchar(50) <...other columns...> I need to define a foreign key from the Code and FuelType columns in the child table to the same columns in the master...
    Posted to Designer (Forum) by alanetaylor on 07-23-2009
Page 1 of 2 (17 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems