Re: How to read TINYBLOB fields from the database

2004-11-05 Thread Gleb Paharenko
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)?

Re: How to read TINYBLOB fields from the database

2004-11-03 Thread Danny Terweij
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'.

Re: How to read TINYBLOB fields from the database

2004-11-03 Thread Gleb Paharenko
Hi. Send us versions of software you use, and output of show create table 'table'. Can you read non-blob field from this table (or others)? "Danny Terweij" <[EMAIL PROTECTED]> wrote: > Hello, > > Just hooked up to this list as last resort > Searched internet for some wee

How to read TINYBLOB fields from the database

2004-11-02 Thread Danny Terweij
Hello, Just hooked up to this list as last resort Searched internet for some weeks now but still not found any sollution/example. If you search about BLOB, you always get results of storing gifs, jpg's and so on. I have (RO)access to an database and some tables have fields with TINYBLOB type