Message-ID: <loom.20090314T150746-913@post.gmane.org>
Date: 2009-03-14T15:09:36Z
From: Dieter Menne
Subject: (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