Sometimes I get an error reported, "Object should be initialized" on line [317] of DBUTILS. The code is:
cur = SQL.ExecQuery(Query)
I assume the error is referring to the SQL object. I only get it after I have been interacting with my program for several minutes. I assumed that there is no way to "un-initialize" the SQL object? I do make several (successful) calls to Executehtml(). I can't reproduce this bug at will.
cur = SQL.ExecQuery(Query)
I assume the error is referring to the SQL object. I only get it after I have been interacting with my program for several minutes. I assumed that there is no way to "un-initialize" the SQL object? I do make several (successful) calls to Executehtml(). I can't reproduce this bug at will.