RE: Inserting blob

2004-04-09 Thread Osvaldo Sommer
ispano.org/page.php?id=20&pag=2 Osvaldo Sommer -Original Message- From: Marco Paci [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 3:41 AM To: [EMAIL PROTECTED] Subject: Inserting blob Env: Win2003 Server, MySql 4.17 I've the following table CREATE TABLE TabellaTipi (

Inserting blob

2004-04-09 Thread Marco Paci
Env: Win2003 Server, MySql 4.17 I've the following table CREATE TABLE TabellaTipi ( id int unsigned NOT NULL AUTO_INCREMENT, intero int, lungo bigint, decimale decimal(20,10), data datetime, stringa varchar(100), booleano tinyint unsigned,

Inserting blob in database with gbk charset may cause error or data corruption

2003-04-02 Thread JXR
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Inserting blob in database with gbk charset may cause error or data corruption Description: When mysql's sql statement lexer (sql/sql_lex.cpp)) analyzes a sql string, it uses the my_ismbchar macro on the default charset structu

Re: INSERTING BLOB Fields in a Table

2002-05-20 Thread Neville Lewis
How would u insert thru the SQL prompt an Image file and once inserted what is the process of accessing it. I have a free server space with mysql db & as such I cant create subfolders with access privileges. So if I jus store the path in the DB & display the path later, any one can just type tha