On Wed, 8 Oct 2003 14:10:34 -0400, "Brian Henry" <(E-Mail Removed)> wrote:
¤ is there info about data type conversions between access to ado.net? I have
¤ tried a lot of the ones that say oledb data types should work for and get a
¤ lot of "data type mismatch" errors using them.. is there a sheet somewhere
¤ or a refrence for them? all i really need to know is
¤
¤ Access ADO.NET
¤ Numeric Integer/numeric?
¤ Memo VarWChar?
¤ Text VarWChar?
¤ Date/Time ? (dbdate never seems to work)
¤ Yes/No Boolean
¤
¤ what are the correct conversions of oledb.oledbtype? thanks!
¤
OLE fields are System.Data.OleDb.OleDbType.LongVarBinary
You can compare the System.Data.OleDb.OleDbType enum with ADOX.DataTypeEnum in order to determine
the corresponding data column types.
Paul ~~~
(E-Mail Removed)
Microsoft MVP (Visual Basic)