To optimize speed I would like to use a HANDLER sql query to get data
from my database. 

HANDLER questions OPEN;
HANDLER questions READ FIRST WHERE qid = 1 LIMIT 1;
[Php code collects data]
HANDLER questions CLOSE;

Is that the best way to use HANDLER?
Can I make it even faster?

If any of you speek danish, the same question is here, whith Php
programming:
http://www.eksperten.dk/spm/284671

Regards, Jacob


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to