Showing related tags and posts accross the entire site.
-
Hello, I haven’t personally tested SQLite 3 support for .netTiers but it should work. Make sure the Provider your using has the Name property set to “Sqlite3SchemaProvider”. If you run into any problems with the stored procedures the template file is called “System.Data.SQLite.Procedures.cst”. If you...
-
This Schema Provider is based on the Schema Provider provided by Adam Nelson (anelson@apocryph.org) which can be found at http://community.codesmithtools.com/files/folders/schemaproviders/entry18263.aspx . If you have any questions or comments regarding this Schema Provider, contact me, Joseph Guadagno...
-
Hey, I always get these error message when I compile my SQLite - NetTiers project: "The type 'object' must be a non-nullable value type in order to use it as parameter 'T' in the generic type or method 'System.Nullable'" Anyone have some experience around this? I use...
-
.netTiers & other databases: now working with SQLite !!! Hi everybody, Lastly, I'm working on making netTiers compliant with other database than just SQL server. My primary interest is to be able to use .netTiers when i need to develop an application that required an embedded database, but of...
-
yes, you are right, sorry. i've updated the files and double checked the web solution. please note that some query (for exemple for sorting) may not work, it still require some more tests and work. cheers
-
I try to generate .netTiers for SQLite, but I have problem to find any templates thats works or manual thats explain how to generate datalayer for SQLite