https://github.com/quinnj/ODBC.jl/issues/67
Thanks, Jiahao Chen Staff Research Scientist MIT Computer Science and Artificial Intelligence Laboratory On Wed, Feb 11, 2015 at 5:19 PM, Nolan Bradshaw <[email protected]> wrote: > Hey guys, > Here is my brief code, figured I'd give it a try on ODBC since I'm > attempting to connect to a MS SQL Server. Here is my code I will blank out > sensitive information on purpose. > > import ODBC > > band_query = "select band_lowerFreq, band_upperFreq from Band;" > > co = ODBC.connect("productionclient", usr="****", pwd="****") > ODBC.query(band_query,co;); > ODBC.disconnect(co); > > > I receive: on my query > *invalid UTF-8 sequence* > in convert at utf8.jl.162 (repeats 2 times) >
