Antonio Linares wrote:Problema solucionado
Al final de AdoRdd.prg hay una serie de funciones de FWH repetidas, que hay que eliminar.
Gracias por todo Antonio
Antonio Linares wrote:Problema solucionado
Al final de AdoRdd.prg hay una serie de funciones de FWH repetidas, que hay que eliminar.
When I open big tables several times during app execution doesn't this lead to
out of memory or very slow opening of that table?
Adordd builds each table recordset only once.
If your table recordsets have million of records you will need enough memory for it and it can easily
reach some hundred MB or more.
When you open that table again the memory consumption its minimum as adordd clones that table set, which
means a kind of pointer to previous open recordset being extremely fast opening it again and very
low on memory use.
hb_AdoUpload ("D:\ADVSYS\DATA\", "DBFCDX", "MYSQL" .F.)
Indicates the names used for temporary files at SQL level.
It must start by TMP or TEMP but can be "TMPROGER"
These temporary files are mainly used for temporary indexes created in the SQL server as TEMPORARY and automatically destroyed after connection ends.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 50 guests