How to create db independent data layer using linq
11 views
Skip to first unread message
Sharique
unread,
Feb 23, 2011, 9:21:55 AM2/23/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DbLinq
Hi,
Is there any way by which I can write data base independent data layer
using Linq to sql/DbLinq.
Consider a scenario I have created a dbml file using designer
(dragging item from toolbox), this dbml file is not associated any db,
this file contains only mapping.
Now I wan to use it with Mysql and my friend want to use with SqlLite
or something else.