[Adapdev-commits] Adapdev/src/Adapdev.Data/Xml ProviderInfo.xml,1.11,1.12
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2006-03-01 01:38:56
|
Update of /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6213/src/Adapdev.Data/Xml Modified Files: ProviderInfo.xml Log Message: Index: ProviderInfo.xml =================================================================== RCS file: /cvsroot/adapdev/Adapdev/src/Adapdev.Data/Xml/ProviderInfo.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ProviderInfo.xml 16 Nov 2005 07:01:48 -0000 1.11 --- ProviderInfo.xml 1 Mar 2006 01:38:51 -0000 1.12 *************** *** 817,1039 **** </Type> </ProviderInfo> ! <ProviderInfo Name="dbtype_oledb"> ! <Type> ! <Id>1</Id> ! <Name>AnsiString</Name> ! <Object>AnsiString</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>""</Default> ! <TestDefault>"test"</TestDefault> ! </Type> ! <Type> ! <Id>2</Id> ! <Name>AnsiStringFixedLength</Name> ! <Object>AnsiStringFixedLength</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>""</Default> ! <TestDefault>"test"</TestDefault> ! </Type> ! <Type> ! <Id>3</Id> ! <Name>Binary</Name> ! <Object>Byte[]</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>null</Default> ! <TestDefault>System.Text.Encoding.ASCII.GetBytes("Test String2")</TestDefault> ! </Type> ! <Type> ! <Id>4</Id> ! <Name>Boolean</Name> ! <Object>Boolean</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>false</Default> ! <TestDefault>false</TestDefault> ! </Type> ! <Type> ! <Id>5</Id> ! <Name>Byte</Name> ! <Object>Byte</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>6</Id> ! <Name>Currency</Name> ! <Object>Currency</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0.00</Default> ! <TestDefault>2.00</TestDefault> ! </Type> ! <Type> ! <Id>7</Id> ! <Name>Date</Name> ! <Object>Date</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>null</Default> ! <TestDefault>null</TestDefault> ! </Type> ! <Type> ! <Id>8</Id> ! <Name>DateTime</Name> ! <Object>DateTime</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>DateTime.Now</Default> ! <TestDefault>DateTime.Today</TestDefault> ! </Type> ! <Type> ! <Id>9</Id> ! <Name>Decimal</Name> ! <Object>Decimal</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0.00M</Default> ! <TestDefault>2.00M</TestDefault> ! </Type> ! <Type> ! <Id>10</Id> ! <Name>Double</Name> ! <Object>Double</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0.00</Default> ! <TestDefault>2.00</TestDefault> ! </Type> ! <Type> ! <Id>11</Id> ! <Name>Guid</Name> ! <Object>Guid</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>Guid.NewGuid()</Default> ! <TestDefault>Guid.NewGuid()</TestDefault> ! </Type> ! <Type> ! <Id>12</Id> ! <Name>Int16</Name> ! <Object>Int16</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>2</TestDefault> ! </Type> ! <Type> ! <Id>13</Id> ! <Name>Int32</Name> ! <Object>Int32</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>2</TestDefault> ! </Type> ! <Type> ! <Id>14</Id> ! <Name>Int64</Name> ! <Object>Int64</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>123456</TestDefault> ! </Type> ! <Type> ! <Id>15</Id> ! <Name>Object</Name> ! <Object>Object</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>null</Default> ! <TestDefault>null</TestDefault> ! </Type> ! <Type> ! <Id>16</Id> ! <Name>SByte</Name> ! <Object>SByte</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>17</Id> ! <Name>Single</Name> ! <Object>Single</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>18</Id> ! <Name>String</Name> ! <Object>string</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>""</Default> ! <TestDefault>"test"</TestDefault> ! </Type> ! <Type> ! <Id>19</Id> ! <Name>StringFixedLength</Name> ! <Object>StringFixedLength</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>""</Default> ! <TestDefault>"test"</TestDefault> ! </Type> ! <Type> ! <Id>20</Id> ! <Name>Time</Name> ! <Object>Time</Object> ! <Prefix>'</Prefix> ! <Postfix>'</Postfix> ! <Default>null</Default> ! <TestDefault>null</TestDefault> ! </Type> ! <Type> ! <Id>21</Id> ! <Name>UInt16</Name> ! <Object>UInt16</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>22</Id> ! <Name>UInt32</Name> ! <Object>UInt32</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>23</Id> ! <Name>UInt64</Name> ! <Object>UInt64</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! <Type> ! <Id>24</Id> ! <Name>VarNumeric</Name> ! <Object>VarNumeric</Object> ! <Prefix></Prefix> ! <Postfix></Postfix> ! <Default>0</Default> ! <TestDefault>0</TestDefault> ! </Type> ! </ProviderInfo> ! <ProviderInfo Name="dbtype_sqlserver"> <Type> <Id>1</Id> --- 817,821 ---- </Type> </ProviderInfo> ! <ProviderInfo Name="dbtype"> <Type> <Id>1</Id> |