Just the SQLiteDataAdapter component to work in 2005. I've no immediate
need to compile SQLite from source as the downloadable Setup for .NET is
enabling me build my projects successfully.  The problem is I initially
used the designer to create a number of SQLiteDataAdapters and related
components and I have modified the database schema and now need to
regenerate the adapters related SLQ commands.   To include the new fields I
simply delete the old SQLiteDataAdapters and drag a new one in from the
Toolbox and use the SQL query builder to create the new SQL commands.  It's
easy enough for me to build these commands programatically however, the
designer was used extensively throughout the project so it would be very
time consuming to remove the designer generated code and replace it with
normal code.

Patrick

On Mon, Feb 20, 2012 at 12:58 PM, Joe Mistachkin <sql...@mistachkin.com>wrote:

>
> Electric Eddy wrote:
> >
> > Maybe not going as far as including updates in the installer for support
> > for 2005 but at least a manual process for getting it working in 2005
> would
> > be very helpful.
> >
>
> Out of curiosity, what do you need more, the design-time component
> installer
> to work with Visual Studio 2005 or the actual project files and build
> system
> to work with Visual Studio 2005?
>
> --
> Joe Mistachkin
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to