What error message are you getting or how are you verifying that the data is
not loading correctly?

-----Original Message-----
From: giovanni cordeschi
To: [EMAIL PROTECTED]
Sent: 5/25/04 11:23 AM
Subject: Problem while insert binary

Using PHP i'm not able to insert a binary variable into a field of type 
mediumblob of mysql.
The command I've used is:

$cfg_Query = "Insert into  (operazioni, datacreazione) Values 
('".$contents."', Now())";
$result = mysql_query($cfg_Query, $conn)

where $contents is the binary variable.

Can anyone help me, please
thank
Gio

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to