Re: BLOB in mysql ----- performance issue.

2005-08-22 Thread Pooly
Hi, 2005/8/22, Kane Wilson <[EMAIL PROTECTED]>: > Thanx , as i understood , i have to keet the raw data in folders and has to > be stored that relavent file path's into mysql database, > > so can u kindly tel me , how it is possible to get the file path ( absolute > ot realtive ) of that cert

Re: BLOB in mysql ----- performance issue.

2005-08-20 Thread Pooly
2005/8/20, Kane Wilson <[EMAIL PROTECTED]>: > hi Friends, > > I have a WAP portal which is running based on mysql database. That's meant > that contents has been stored in the data base. > wallpapers , themes, ringtones, games ...etc data type as BLOB. upto now > now problems with the conten

BLOB in mysql ----- performance issue.

2005-08-19 Thread Kane Wilson
hi Friends, I have a WAP portal which is running based on mysql database. That's meant that contents has been stored in the data base. wallpapers , themes, ringtones, games ...etc data type as BLOB. upto now now problems with the content retrieving. WAP site hosted in REDHAT Linux BOX. I

Re: BLOB in mysql

2002-04-04 Thread Victoria Reznichenko
chiou%2dguey, Wednesday, April 03, 2002, 9:47:50 PM, you wrote: c2l> I am trying to store a .gz file in a BLOB field in a mysql database. I have c2l> tried two commands : c2l> 1. Insert into mytable values('1', 'file1.gz'); c2l> 2 Insert into mytable values('1,','\'file1.gz\''); c2l> These two

RE: BLOB in mysql

2002-04-03 Thread Rick Emery
l 03, 2002 12:48 PM To: [EMAIL PROTECTED] Subject: BLOB in mysql Hi, I am trying to store a .gz file in a BLOB field in a mysql database. I have tried two commands : 1. Insert into mytable values('1', 'file1.gz'); 2 Insert into mytable values('1,','\'fil

BLOB in mysql

2002-04-03 Thread chiou%2dguey liaw
Hi, I am trying to store a .gz file in a BLOB field in a mysql database. I have tried two commands : 1. Insert into mytable values('1', 'file1.gz'); 2 Insert into mytable values('1,','\'file1.gz\''); These two commands just store the name of the file in the BLOB field instead of the content of