On Tue, 2010-08-10 at 20:08 -0700, VenkateshSrini_CHN wrote: > Can any share with the some links or documents that will help to > create DBLinq for a new backend. I'm interested in creating > DBLinq.Informix.dll for my project and I'm planning to use > IBM.Informix.dll. If it were a broad guide lines then that will also > help.
I don't think this has been documented anywhere. The process is as follows: copy e.g. src/DbLinq.SqlServer to src/DbLinq.Informix, and hack at the sources until it works. ;-) (Change 'src/DbLinq.SqlServer' to another existing provider if there's an implementation similar to Informix already. I suggest DbLinq.SqlServer because that's using the new DbSchemaLoader infrastructure, which avoids the need for hardcoded type mappings.) - 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.
