_______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
System.Data.SqlTypes.SqlDecimal is specific to the SQL Server provider
and thus the SQLite provider doesn't know how to handle it. Try using
System.Decimal as a more generic approach. If you need to be portable
across providers, you will be better off using classes from
System.Data.Common anyway.
- [sqlite] Need help with System.Data.SQL... Burtsev , Dmitriy
- Re: [sqlite] Need help with System... Drago, William @ CSG - NARDA-MITEQ
- Re: [sqlite] Need help with System... GB
- Re: [sqlite] Need help with Sy... Burtsev , Dmitriy
- Re: [sqlite] Need help wit... GB
- Re: [sqlite] Need help... Burtsev , Dmitriy
- Re: [sqlite] Need... Hick Gunter
- Re: [sqlite] ... Burtsev , Dmitriy