Hi!

>>>>> "Marcello" == Marcello Giovagnoli <[EMAIL PROTECTED]> writes:

>> Do you mean that mysql_store_result() should store everything to a
>> local file and and mysql_fetch... should read from this file?
>> This should not be that hard to do.

Marcello> Yes, you can use the actual SQL_CURSOR_FORWARD_ONLY that is 
Marcello> unused at this moment, to call mysql_store_result_on_file().

Marcello> This new funcion open a temporary file and perform 
Marcello> the same operation of mysql_store_result() but it uses
Marcello> the temporary file instead of the memory.

Marcello> It sets a flag to tell to the native mysql function (I don't 
Marcello> remember its name now) called in SQLFetchRow()
Marcello> to read from the temporary file instead of memory.

Marcello> This is easy to do, (for you of course) but it could 
Marcello> be a trick waiting the cursors that, If I don't mind,
Marcello> are planned in mySQL 4.

Marcello> One can activate or deactivate this capability using
Marcello> ODBC or SET SQL_PARAMETER=0|1

Marcello> Do you think that you can insert this feature in a 
Marcello> 3.23.33 releases without modify yours planned jobs 
Marcello> and, if yes, please let me know when you can do it.

Please send it to me;  If it's clean and doesn't break anything in
3.23, we could probably add them to this branch.

Marcello> Regards
Marcello> marcello

Marcello> P.S.

Marcello> Do you remember my friend Danilo Montesi (University of Milan),
Marcello> he has sent to you an abstract to the Triggers implementation
Marcello> one or two month ago ?

Yes, I do remember.

Marcello> I would like to know your opinion on his job, and if you 
Marcello> consider this approach convenient.

Ouch, I it seams that I never did comment this:(

I will do this withing a few days 


Marcello> -- 
Marcello> Marcello Giovagnoli
Marcello> R & D
Marcello> Logical System S.r.l.
Marcello> 23, Via R. Scotellaro
Marcello> I-60035 Jesi (AN) -ITALY
Marcello> Tel/Fax: +39 731 200374/200378
Marcello> mailto:[EMAIL PROTECTED]
Marcello> http://www.logicalsystem.it

Regards,
Monty

---------------------------------------------------------------------
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