need help on revdb_querylist

Jan Schenkel janschenkel at yahoo.com
Thu Aug 1 04:36:00 EDT 2002


Hi Sylvain,

I've been trying it out, and after some fiddling I was
able to determine that Revolution returns an error
"revdberr, restricted under current license"
(Note: I actually had to answer char 1 to 50 of it, or
the answer box would happily disappear)

And this for a revdb_querylist() where a revdb_query()
with the same parameters worked perfectly fine.
I knew the Starter Kit was limited, but I do have a
professional license, so I wonder what the deal is...

Best regards,

Jan Schenkel.

"As we grow older, we grow both wiser and more foolish
at the same time."  (De Rochefoucald)

--- Sylvain_Le_Gourriérec
<sylvain.legourrierec at son-video.com> wrote:
> hello,
> 
> I do not understand how revdb_querylist works.
> 
> here comes my script
> 
> 
> 
> global id_dbConnection, id_dbCursor
> 
> on mouseUp
> 
>   put empty into field "result"
>   put revdb_connect ("MySQL", "myHost", "myBase",
> "mySelf", "myPass") into id_dbConnection
>   put "select * from myTable" into myQuery
>   put revdb_querylist(id_dbConnection, myQuery) into
> field "result"
> 
> end mouseUp
> 
> 
> this script does not work! but why?
> 
> thanks
> 
> 
> ps    of course, my db connection works and other
> function as revdb_query works perfectly...
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



More information about the use-livecode mailing list