Re: [q-lang-users] Cannot query table after odbc_columns
Brought to you by:
agraef
|
From: Albert G. <Dr....@t-...> - 2008-08-09 18:23:24
|
Jiri Spitz wrote:
> I am not able to query a table using ODBC after a call of odbc_columns:
>
> > odbc_columns DB "units"
> > [("sector","varchar",(),()),("producer","varchar",(),()), .......
> > sql DB "select * from units" ()
> > q[pid 3108]: caught signal 11, exiting
>
> I am using Windows version and it does the same with both Access and
> Postgres.
I don't have an ODBC install right now to test this, but I remember
running this on Linux (using MySQL, I guess) and it worked. The code
looks ok (in fact I lifted it from an MSDN page). Can you reproduce this
with Postgres on Linux?
Albert
--
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email: Dr....@t-..., ag...@mu...
WWW: http://www.musikinformatik.uni-mainz.de/ag
|