On Mon, 31 Jan 2011, [iso-8859-1] RENIER M�lanie wrote:
I have one problem when trying to import data via odbc.
It connect to the server but does not achieve to load the data.
I have the following message error:
? open dsn=inf1 --odbc
Connected to ODBC data source 'inf1'
? data x y query="select code,denomination from usig.co_etciv" --odbc
Error executing script: halting
> data x y query="select code,denomination from usig.co_etciv" -odbc
The "data" command looks well-formed in itself: are you sure that
the names "code", "denomination" and "usig.co_etciv" are
correct?
(including uppercase/lowecase correctness if that's applicable)
You may get some more detail on the standard error output. On
Windows, that would mean starting the program with the --debug
flag:
gretlw32.exe --debug
That will open a console window, which may display some additional
messages related to SQL.
Allin Cottrell