-
The following scenario may cause a crash by calling
SQLFreeStmt on an invalid statement handle.
database db1
db1 statement st1
db1 statement st2
db1 disconnect
database db2
db2 statement st1
This final step will access freed memory
and will cause a crash if the memory...
2007-04-30 22:26:28 UTC by lincolns
-
Hi guys.
I have to insert in a table an integer, one binary file
(*.wav) and another text file (*.txt) (3 fields)
This code insert the user "id" but in the "vector" and
"voicefile" fields jut insert the variable name
$vector" and "$voicefile", not the content of this
variables.
What's the problem?.
-------------------------
set fvector [open "tmpwave.mfcc"]
set fvoicefile...
2006-11-03 08:57:41 UTC by nobody
-
Logged In: YES
user_id=664837
did not reproduce in later testing.
2006-10-30 14:25:43 UTC by davidhbigelow
-
Logged In: YES
user_id=664837
Maybe this is not a bug - I was able to do this properly in later tests. Sorry for the distraction.
2006-10-30 14:25:13 UTC by davidhbigelow
-
If you query a database table that has TIMESTAMP
information to be included in a result -- the
interepter will either crash or throw an exception
like the following:
{[Oracle][ODBC][Ora]ORA-00932: inconsistent
datatypes: expected %s got %s
Similarly, if you try to set a TIMESTAMP field to
NULL - the same error will occur.
2006-10-26 02:46:11 UTC by davidhbigelow
-
hobbs committed patchset 45 of module tclodbc to the TclODBC CVS repository, changing 4 files.
2006-01-26 00:47:54 UTC by hobbs
-
hobbs committed patchset 44 of module tclodbc to the TclODBC CVS repository, changing 7 files.
2005-03-25 20:49:19 UTC by hobbs
-
hobbs committed patchset 43 of module tclodbc to the TclODBC CVS repository, changing 10 files.
2004-03-20 22:14:03 UTC by hobbs
-
hobbs committed patchset 42 of module tclodbc to the TclODBC CVS repository, changing 1 files.
2004-03-19 20:33:09 UTC by hobbs
-
hobbs committed patchset 41 of module tclodbc to the TclODBC CVS repository, changing 7 files.
2004-03-19 20:32:21 UTC by hobbs