(RODBC) defining variable as text
baked Toast <baked.toast <at> gmail.com> writes:
Now the problem is that when I want to import this data to R with the RODBC package (the used code is displayed on the bottom of this message) it converts this marker to a number and cuts of the starting zero's.
Use parameter as.is in odbcQuery, which is better documented in read.tables. Dieter