DbType.String to OracleType
394967May 19 2003 — edited May 19 2003I currently have to use the Microsoft Provider for Oracle because we have not upgraded to 9i yet but I was wondering if the Microsoft mapping of the DbType.String was correct. The DbType.String maps to the OracleType.NVarChar. I thought that it should map to Varchar or VarChar2. What's the right call?
Thanks,
Aaron