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
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
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
look at the manual, section :
6.4.9 LOAD DATA INFILE Syntax
LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name.txt'
[REPLACE | IGNORE]
INTO TABLE tbl_name
[FIELDS
[TERMINATED BY '\t']
[[OPTIONALLY] ENCLOSED BY '']
[ESCAPED BY '\\' ]
]
[LIN