[egenix-users] Initial Install - Error 'vars not set'
Nick Albright
nick.albright at v-space.org
Fri Jun 9 13:41:46 CEST 2006
On Fri, 9 Jun 2006, Charlie Clark wrote:
> >> -----Begin Error-----
> >> Traceback (most recent call last):
> >> File "tmp/sql_test.py", line 35, in ?
> >> data = curs.fetchone()
> >> mxODBC.InterfaceError: mxODBCursor_Fetch called, but vars not set
> >> -----Begin Error-----
>
> Works fine here:
>
> >>> c.execute("SELECT count(*) AS c FROM person")
> >>> c.fetchone()
> (4442L,)
>
> Can you please try this using something other than FreeTDS. We find it
> it is responsible for lots of errors.
Yeah, be glad to! Any recommendations/suggestions?
Thanks Much! :)
-Nick
---
"And a line of code not written is a 100% guaranteed correct line of code."
-- Alan Kay
More information about the egenix-users
mailing list