Dear All,
I try to import some data from an external data source via odbc.The source includes various tables. Most of them can be imported without any problems (I use the corresponding code below). One table, however, which is very important to me does not realy work. When I try this code:
the following error occurs:
Unfortunately, I have no possibility to change any options in the data source. Does anyone have any idea what I could change in Stata? I would be very happy about that.
Thank you very much!
Werner
I try to import some data from an external data source via odbc.The source includes various tables. Most of them can be imported without any problems (I use the corresponding code below). One table, however, which is very important to me does not realy work. When I try this code:
odbc load, table("data.odbc_loan_real") noq
The ODBC driver reported the following diagnostics
ERROR:invalid input syntax for Typ double precision: �11157,2943�;
Error while executing the query
SQLSTATE=22P02
r(682);
ERROR:invalid input syntax for Typ double precision: �11157,2943�;
Error while executing the query
SQLSTATE=22P02
r(682);
Thank you very much!
Werner
Comment