On Tue, 2010-06-01 at 10:53 -0700, glen wrote: > I'm considering trying to create a DBLinq provider for the Pervasive > SQL database. I've been looking over the source to the various > existing providers to try and get a handle on what this would entail. > Just wondering if anyone could point me in the right direction in > getting started.
If there is a SQL dialect it's similar to, copy the src/DbLinq.PROVIDER/* files into a new src/DbLinq.PervasiveSql directory and hack until it works. Ideally, all the code you need to change will be self-contained in the src/DbLinq.* directories. - Jon -- You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/dblinq?hl=en.
