offtopic: e-commerce help needed

2001-08-30 Thread Peter Szekszardi
Hi, Sorry to disturb this list with offtopic issues, but I would like to ask for some help about e-commerce. We are central-european company, and we have to create an e-commerce site for an american company with american clients. We are looking for answers on two major questions: payment and ship

FULLTEXT/localisation error - please, please help me

2001-07-27 Thread Peter Szekszardi
vant records. See the previous 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 ever

Re: MySQL full-indexing

2001-04-05 Thread Peter Szekszardi
x27;%supp%'. (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 wr

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 fo

Re: How do I insert into BLOB Columns (fwd)

2001-03-30 Thread Peter Szekszardi
Hi Darius, It depends on, what client softwer do you use... For example if you would like to fill BLOBs from a perl script via DBI, you have to use parameter binding. Could you give me some details? Regards, Peter Szekszardi PortoLogic Ltd. Portal building, prime number generating, script

selecting null values

2001-03-21 Thread Peter Szekszardi
s? 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 2625

Re: real limit of BLOBs

2001-03-13 Thread Peter Szekszardi
would have better ideas... Regards, 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/

RE: Search Engine Theory

2001-02-28 Thread Peter Szekszardi
e docs 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

Re: Search Engine Theory

2001-02-28 Thread Peter Szekszardi
ht now, 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:

Re: Binary data

2001-02-01 Thread Peter Szekszardi
he image 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 Szeks