--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> Nice script.  
> 
> One question probably for Bruce: 
> 
> --- In [email protected], "Sheri" <sherip99@> wrote:
> 
> > ;=====================
> > Function OpenAccessView(qname, mydb)
> > local com_type, com_status
> > Local MyView=com.Create_Object("ADODB.RecordSet")
> > local sqlstmt=?"SELECT * FROM "++qname
> > MyView.Open(sqlstmt, MyDb, 3)
> > com.localcopy(mydb)
> > quit(myview)
> 
> My memory was that one thing the FunctionName(arg) syntax did was
> silently do a localcopy on arg. In which case com.localcopy(mydb)
> and the like will do no damage, but is redundant? O am I
> remembering wrong. Can't find in help. 

Hi Alan,

I think I lost mydb for purposes of close and release without the localcopy'ing.

Regards,
Sheri


Reply via email to