| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | MySQL++ - Programming with the C++ API to MySQL | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Java Help - Mostly related to the MySQL Connector/J driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | GUI - MySQL GUI Tools | | Announcement |
|
|
  | |  | Insert in a LONG BYTE field, problems | Insert in a LONG BYTE field, problems 2004-05-08 - By Giovanni Scotti
Back ilMes mes <il_mes <at> hotmail.com> writes:
> > CREATE TABLE DATI_BINARI ( > ID VARCHAR(48) NOT NULL, > DATO LONG BYTE, > PRIMARY KEY(ID) > ) > -- > > and: > > insert into DATI_BINARI (ID,DATO) VALUES ('one', X'656A3C') >
I have the same problem, did you find the solution by any chance? thanks. Giovanni
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/maxdb?unsub=mysql@(protected)
|
|
 |