[Springnet-commits] Spring.Net/doc/reference/src dbprovider.xml, 1.13, 1.14
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2007-11-22 00:14:55
|
Update of /cvsroot/springnet/Spring.Net/doc/reference/src In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25823 Modified Files: dbprovider.xml Log Message: SPRNET-768 - Add support for ODBC provider SPRNET-766 - Add support for Sybase provider Index: dbprovider.xml =================================================================== RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/dbprovider.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** dbprovider.xml 10 Oct 2007 20:59:13 -0000 1.13 --- dbprovider.xml 22 Nov 2007 00:14:06 -0000 1.14 *************** *** 40,44 **** </section> ! <section> <title>IDbProvider and DbProviderFactory</title> --- 40,44 ---- </section> ! <section id="dbprovider-dbprovider"> <title>IDbProvider and DbProviderFactory</title> *************** *** 183,186 **** --- 183,206 ---- 2.0</para> </listitem> + + <listitem> + <para><literal>SybaseAse-12</literal> - Sybase ASE provider for ASE + 12.x</para> + </listitem> + + <listitem> + <para><literal>SybaseAse-15</literal> - Sybase ASE provider for ASE + 15.x</para> + </listitem> + + <listitem> + <para><literal>Odbc-1.1</literal> - ODBC provider V1.0.5000.0 in + framework .NET V1.1</para> + </listitem> + + <listitem> + <para><literal>Odbc-2.0</literal> - ODBC provider V2.0.0.0 in + framework .NET V2</para> + </listitem> </itemizedlist> *************** *** 326,330 **** <section> ! <title>MultiDelegatingDbProvider </title> <para>There are use-cases in which there will need to be a runtime --- 346,350 ---- <section> ! <title>MultiDelegatingDbProvider</title> <para>There are use-cases in which there will need to be a runtime *************** *** 347,352 **** should execute the following code <literal>LogicalThreadContext.SetData("dbProviderName", ! "database1ProviderName")</literal> and then call the data access layer. ! </para> </section> </chapter> \ No newline at end of file --- 367,372 ---- should execute the following code <literal>LogicalThreadContext.SetData("dbProviderName", ! "database1ProviderName")</literal> and then call the data access ! layer.</para> </section> </chapter> \ No newline at end of file |