2006-10-11, 04:51 PM
Sub, kind of OffTopic to GBPVR.
GBPVR uses System.data.common.dbproviderfactories to provide an abstract app that does not need to be changed if one chooses MS access vs SQLite.
Does the system.data.sqlite.dll file that gets installed on the gbpvr folder register itself on the .net 2.0 framework Db Provider Factories ? or is it registered by the MSI Installation file ?
Basically I would like to port an application to use db provider factories that go from Sqlite or Mysql or MS Sql Server, so I do not have to rewrite the entire application, just like you did with GBPVR.
Hopefully , the MSI takes care of registering sqlite. I now I did not need to install anything extra on my GBPVR server to use sqlite.
Thanks for your support.
GBPVR uses System.data.common.dbproviderfactories to provide an abstract app that does not need to be changed if one chooses MS access vs SQLite.
Does the system.data.sqlite.dll file that gets installed on the gbpvr folder register itself on the .net 2.0 framework Db Provider Factories ? or is it registered by the MSI Installation file ?
Basically I would like to port an application to use db provider factories that go from Sqlite or Mysql or MS Sql Server, so I do not have to rewrite the entire application, just like you did with GBPVR.
Hopefully , the MSI takes care of registering sqlite. I now I did not need to install anything extra on my GBPVR server to use sqlite.
Thanks for your support.