Re: [snapdal-devel] ODBC?
Status: Beta
Brought to you by:
panmanphil
From: Cory F. <Cor...@mo...> - 2005-06-01 18:44:14
|
Philip Nelson wrote: > Actually, the Odbc provider is built on the fly from the metadata in the > DataFactory.config file. The class is CustomProvider and hasn't changed much in > the last year and a half. If you can provide a failing test, I may put it in > the suite. Sorry, but to initialize the connection, what would I do? Something like: SnapDAL.DataFactory dal = new SnapDAL.DataFactory(connString, "ODBC"); ? Or do I use something else? It is a straight ODBC connection I'm using. Cory |