Re: [pgaccess] hard limit of results reached

From: Klaus Herrmann <Klaus(dot)Herrmann(at)gmx(dot)net>
To: Constantin Teodorescu <teo(at)flex(dot)ro>
Cc: pgsql-interfaces(at)hub(dot)org
Subject: Re: [pgaccess] hard limit of results reached
Date: 2000-05-01 09:34:11
Message-ID: 28915.957173651@www7.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Klaus Herrmann 2000-05-01 10:54:15 [pgaccess] huge forms
Previous Message Constantin Teodorescu 2000-05-01 07:46:35 Re: [pgaccess] hard limit of results reached