-
tiesel made 1 file-release changes.
2009-08-08 21:34:01 UTC in tcl database abstraction commands
-
Aaaarrrgh! This was meant as follow-up to:
Feature Requests item #1157531, was opened at 2005-03-06 02:37.
2009-03-24 17:43:06 UTC in multi-gnome-terminal
-
Create a shell script shell.sh:
#!/bin/bash
echo $@ | /bin/bash
/bin/bash
The you can call that way:
gnome-terminal -x shell.sh pwd \; echo nase
This surely works for the execution of a single command too.
-- tiesel.
2009-03-24 17:41:42 UTC in multi-gnome-terminal
-
I just tried the new release. It fixes the memo problem:
THANKS.
In the mean time, I used a [string first "\000" $memo_content] to find out the
real string length.
Matthias.
2001-06-01 17:49:55 UTC in TclODBC
-
Hello,
I am receiving large amounts of garbage bytes (most often 0x00) trailing the real content of Access97 or Access2000 Memo (CLOB) Fields. The statement is just a 'select * from ...'.
I am using tclodbc for years and didn't notice any problems up to now, but it's the first time I read memo fields.
If they have short contents (less than 2000 charcters) there seems to be no problem. But if...
2001-05-15 20:50:11 UTC in TclODBC