I have a desktop .NET application, which i am redoing in IPAD. Design and
part of coding is done, but interacting with the sqlite database without
dbml and datacontext like regular .NET is very hectic work.
I tried using the in built functionality in MonoTouch, by adding a
SQLite datasource and generating a dbml file to possibly drag and drop the
tables into layout, but i am stuck at Tools->Generate Linq Classes, as
MonoTouch throws error at this point. I tested it with a database with
single table, even then it says it can't read path for Output.dbml or it
doesn't have permissions.
Secondly if i use my own SQLite database, it throws SQL type 'Guid'
error, which i removed by deleting the column with that property. Now it
says more than one matching elements(more foreign keys in table). Does this
mean there is no efficient way to generate dbml in Monotouch for a fairly
complex SQLite database.
Well for simple database it says cant read path, for my own database it
says more than one matching elements(>1 foreign keys per table). While i
could generate dbml easily for both db's in Windows(.NET, SQL).
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/DBML-for-IPAD-apps-tp4657807.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch