With  VB6 
When I make an "SELECT * FROM table" when the tables as one of four 
type TEXT or BLOB
Give always this error "Table does not exist"
What is the problem?
If I use other column type don't give the error.

Create table example:
CREATE TABLE Notas ( ID_Cliente int NOT NULL , Obs text NULL) ;


Thanks

Luis Miguel Freire




---------------------------------------------------------------------
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