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)

Reply via email to