On Mon, 07 May 2001 08:42:23 +0200
Stephan Weißleder <[EMAIL PROTECTED]> wrote:

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

i don't think so. read the manual about timestamp fields, there's a big difference 
between datetime and timestamp fields. The first timestamp field in a row is supposed 
to be automatic set to the current date, other timestamp fields store the current date 
when inserting NULL.

About blob fields: did you escape your binary data correctly? What happens if you 
insert/retrieve normal text?

By which means do you connect, ODBC or directly?

gl

rene



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