[lukegr@ ~]$ julia
Warning: redefining constant DL_LOAD_PATH
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-prerelease+3437
_/ |\__'_|_|_|\__'_| | Commit d227ddc* 2013-08-25 17:22:51 UTC
|__/ | x86_64-redhat-linux
julia> using DataFrames
Warning: static parameter R does
not occur in signature for PooledDataArray at
/home/lukegr/.julia/DataFrames/src/pooleddataarray.jl:112.
The method will not be callable.
Warning: static parameter O does
not occur in signature for DFPerm at /home/lukegr/.julia/DataFrames/src/dataframe.jl:1638.
The method will not be callable.
Warning: static parameter T does
not occur in signature for eltype at
/home/lukegr/.julia/DataFrames/src/indexing.jl:255.
The method will not be callable.
julia> using ODBC
julia> ODBC.connect("xxx",usr="xxx",pwd="xxx")
Connection 1 to xxx successful.
julia> ODBC.query("select top 50 * from tablename")
ERROR: invalid Array dimensions
in Array at base.jl:149
in ODBCFetch at /home/lukegr/.julia/ODBC/src/backend.jl:89
in query at /home/lukegr/.julia/ODBC/src/userfacing.jl:49
in query#g17 at no file