Hi Dick,

On 6/27/08, Richard W. Kulp <[EMAIL PROTECTED]> wrote:
> ............ how to replace the
> AspNetSql providers with the SQLite providers. I have copied everything into
> App_Code as instructed and changed the Web.Config file but when trying to
> use the WebAdmin tool, the only providers available are the AspNet ones.

You are using AspNetSql providers - this is the problem. These
providers are ONLY meant for connecting to the SQL Server data sources
- nothing else. For connecting to Sqlite, you'll have to use ADO.NET
provider for SQLite and use general (NOT SQL Server specific
providers) code for data access.

--
Asif
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to