Using Windoze version, latest build.

My table has four fields three VCHAR and one BLOB. After inserting into the
table two names and two bmp files into the blobs, worked nice thanks to the
help I got from here, my table looks like this. It's the crazy ----- stuff
thats throwing me.
-----------------------
-----------------------
ItemID  FirstName       LastName        Signature
------  ---------       --------        ---------
7               Steve           Goose   BMò
1               mike            Bones   BM
3               Paul            Davolio BMv~
-------------------------
-------------------------
------------------------> They go on and on ------------
Are the ----- when doing a Select * From at the >mysql normal with tables
that have BLOB fields?
When useing the Query tool I get a normal return.
ItemID  FirstName       LastName        Signature
------  ---------       --------        ---------
7               Steve           Goose   BMò
1               mike            Bones   BM
3               Paul            Davolio BMv~


Cheers


Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to