r - RODBC sqlSave column types: how determined? -


I am trying to understand how RODBC determines the column type of a newly created (Access) table? The R documentation for SqlSave is very confidential: "Types are sorted by selection in preferences and type configurations". And there is no example for this argument. Where can I find a better explanation? There is no need to see the sources instead of "getSqlTypeInfo (driver)".

  & gt; "Worker (255)" $ logical [1] "Attitudes (5)" & gt; GetSqlTypeInfo ("ACCESS") $ double [1] "double" $ integer [1] "article" $ character [1]  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -