G
Guest
Hello
I am working on a VB.Net project where I need to change the data provider from OLEDB to OracleClient. I am also looking to use "shaping" and I am looking for the equivalent to "Provider=MSDataShape.1" when using an OracleClient connection string. The provider syntax works fine with an OLEDB Connection String. Does anyone know how to do this? I am using the 1.1 framework, and Visual Studio vb.net
(Note ... I switched to OracleClient because I cannot use a SQL TO_DATE command with a four digit year mask, if the TO_DATE is nested within a DECODE. The OLEDB provider keeps adding 100 years to any years beginning with 1900 with such a scenario. The OracleClient data provider tested well in this regard and does not have this problem.
Thanks
Paul Deibel.
I am working on a VB.Net project where I need to change the data provider from OLEDB to OracleClient. I am also looking to use "shaping" and I am looking for the equivalent to "Provider=MSDataShape.1" when using an OracleClient connection string. The provider syntax works fine with an OLEDB Connection String. Does anyone know how to do this? I am using the 1.1 framework, and Visual Studio vb.net
(Note ... I switched to OracleClient because I cannot use a SQL TO_DATE command with a four digit year mask, if the TO_DATE is nested within a DECODE. The OLEDB provider keeps adding 100 years to any years beginning with 1900 with such a scenario. The OracleClient data provider tested well in this regard and does not have this problem.
Thanks
Paul Deibel.