FULLTEXT/localisation error - please, please help me

2001-07-27 Thread Peter Szekszardi
conditions below. Regards, Peter Peter Szekszardi wrote: Hi, I have configured MySQL with charset latin2 on a Linux box. I made a big table with a mediumtext filed and a search engine using MySQL match-against. On the Linux box everything looked fine. Now we replaced our server to FreeBSD

Re: MySQL full-indexing

2001-04-05 Thread Peter Szekszardi
%'. (As far as I know). In MySQL 4.0 the fulltext search function will be more sophisticated. Regards, Peter Szekszardi PortoLogic Ltd. Portal building, prime number generating, script hacking and more... The prime number of the day is 397097873 On Thu, 5 Apr 2001, Dennis S.Davidoff wrote: Hi, all

Re: How do I insert into BLOB Columns

2001-03-30 Thread Peter Szekszardi
; you do not have to store a very large binary data in one single variable. Regards, Peter Szekszardi PortoLogic Ltd. Portal building, prime number generating, script hacking and more... The prime number of the day is 364664071 On Fri, 30 Mar 2001, Darius Ivanauskas wrote: Hi, Thanks for your

selecting null values

2001-03-21 Thread Peter Szekszardi
this? In this particular case, I will do find a workaround, but I am curious, how to handle NULL values. Regards, Peter Szekszardi PortoLogic Ltd. Portal building, prime number generating, script hacking and more... The prime number of the day is 262559183

Re: real limit of BLOBs

2001-03-13 Thread Peter Szekszardi
, Peter Szekszardi PortoLogic Ltd. Portal building, prim number generating, script hacking and more... The prim number of the day is 209496383 - Before posting, please check: http://www.mysql.com/manual.php (the manual

Re: Search Engine Theory

2001-02-28 Thread Peter Szekszardi
, and although I am a newbie on this field, I would gladly share any of my experiences with you. Regards, Peter Szekszardi PortoLogic Ltd. Portal building, design, net survey and more... - Before posting, please check: http

RE: Search Engine Theory

2001-02-28 Thread Peter Szekszardi
at webcrawler worth to read. Here's some whitepapers about it: Thanks for the links, I will check them. Regards, Peter Szekszardi PortoLogic Ltd. Portal building, design, net survey and more... - Before posting, please check

Re: Binary data

2001-02-01 Thread Peter Szekszardi
age data with a question mark $sth-bind_param(1, $image_data); # binding the binary data $sth-execute() || die "$DBI::errstr\n";# executing the insert ... $dbh-disconnect(); # disconnect Regards, Peter Szekszardi PortoLogic Ltd