'\0' in blobs ...

2001-05-08 Thread Stephan Weißleder
hi ... how can i build queries that save the value of ... for example jpg-files ? in their binary-code there are many '\0' - characters which terminate a string ... so how can i tell the mysqlserver to save it anyway ? - Before

i have a real problem ...

2001-05-06 Thread Stephan Weißleder
i use mysql 3.23.34a and using BLOB's and timestamps leads to errors ( when giving all timestamps the value "now()" only some of them return the correct date the BLOB's don't even return anything ... ) ... is this version that buggy ?

problems with BLOB's ?

2001-05-04 Thread Stephan Weißleder
Hi I am trying to insert some BLOB's in my database - i created the table already and when i use the standard-insert-commando i give the position on my harddisk of this file. So far so good. But when i try to get the data back from the database, i simply get nonsense or nothing I use ( windo

names ...

2001-04-22 Thread Stephan Weißleder
Hi - i have a problem giving names to some tables or fields. using a name like "select" or some predefined SQL-standard-words causes errors because it is not seen as a name, but as a command. any solution to this ? - Before pos