Re: [pgaccess] hard limit of results reached - Mailing list pgsql-interfaces

From Klaus Herrmann
Subject Re: [pgaccess] hard limit of results reached
Date
Msg-id 28915.957173651@www7.gmx.net
Whole thread Raw
In response to Re: [pgaccess] hard limit of results reached  (Constantin Teodorescu <teo@flex.ro>)
List pgsql-interfaces
> namespace eval ::DataControl($base.$name) "proc open {} {
>  global CurrentDB DataControlVar
>  variable tuples
>  catch {unset tuples}
>  set wn \[focus\] ; setCursor CLOCK
>  set res \[wpg_exec \$CurrentDB \"\$DataControlVar($base.$name,sql)\"\]
>  pg_result \$res -assign tuples
>  set fl {}
>  foreach fd \[pg_result \$res -lAttributes\] {lappend fl \[lindex \$fd
> 0\]}
>  set DataControlVar($base.$name,fields) \$fl
>  set DataControlVar($base.$name,recno) 0
>  set DataControlVar($base.$name,nrecs) \[pg_result \$res -numTuples\]
>  setCursor NORMAL
>  pg_result \$res -clear
> }"
> 
> Just let me know if you succeeded and everything is ok!
> 
yes, it works fine! thank you very much! 
time to release 0.98.6 :-)

bye,    Klaus

-- 
Sent through GMX FreeMail - http://www.gmx.net


pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: [pgaccess] hard limit of results reached
Next
From: Klaus Herrmann
Date:
Subject: [pgaccess] huge forms