Hi. I've run mysqltcl binarytest.tcl (from source distribution)
and everything works fine on my W2k Professional SP4, ActiveTcl8.5.0.0b2-win32-ix86-99907, mysqltcl-2.50 windows binary distribution. Did you read FAQ on http://www.xdobry.de/mysqltcl/index.html#faq (the main site of mysqltcl)? There described some problems by retrieving binary data from mysql by some installations. Check, that binary test passes. "Danny Terweij" <[EMAIL PROTECTED]> wrote: > > From: "Gleb Paharenko" <[EMAIL PROTECTED]> > >> Send us versions of software you use, and output of > > The MySQL server is hosted on a windows machine. > No remote access to that. just an read only account to the database. > >> show create table 'table'. > > Table > Create Table users > CREATE TABLE `users` ( > `name` varchar(65) binary default NULL, > `a` varchar(129) NOT NULL default '', > `b` varchar(255) NOT NULL default '', > `c` varchar(255) NOT NULL default '', > `d` varchar(33) NOT NULL default '', > `e` tinyblob NOT NULL, > `f` tinyblob NOT NULL, > `g` tinyblob NOT NULL, > `h` tinyblob NOT NULL, > `i` tinyblob NOT NULL, > `j` tinyblob NOT NULL, > `k` tinyblob NOT NULL, > `l` tinyblob NOT NULL, > `m` tinyblob NOT NULL, > `n` tinyblob NOT NULL, > `o` tinyblob NOT NULL, > `p` tinyblob NOT NULL, > `locked` tinyint(3) unsigned NOT NULL default '0', > `extra` varchar(65) binary default NULL, > `time` timestamp(14) NOT NULL, > KEY `name` (`name`) > ) TYPE=MyISAM > > >> Can you read non-blob field from this table (or others)? > > yes the non-blob fields works just fine > And if i do the same way on blob fields i see just garbage like > "&*(^yuhg789" But i know that fields holds a number or word. > So i think its something to do with converting binary-format to ?. > > Danny Terweij. > > > > > -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.NET http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Gleb Paharenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.NET <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]