I had this problem when doing some work with MySQL. If you do a query (that results in a cursor) and then try to do another query before closing the first cursor, you will get this error. The fix is easy - after every query, get the data, then do an revdb_closecursor().
Sarah On Saturday, October 12, 2002, at 11:51 pm, Sylvain Le Gourri�rec wrote: > hello, > � > I really need help. > � > I develop a backoffice. Not a very difficult thing but I have to be > very care about the relationships between the standAlone revolution > app & MySQL. > � > Into the development environment, no pb.�So, I build the distribution. > � > It arrived that I got a "revdberr, restricted under current license" ! > � > So I decided to write my script again :(( > � > I have no more error message but only 20 rows are retrieved! > � > Of course I have a license. > � > � > What can I do? I waste a lot of time with that... > � > thanks > � > � > ps� of course, my scripts are not basic. But they are not very > complex. The most complex function I wrote includes just �3 functions > call! > � > � > ----------------------------------------------------------------------- > ---------------------------------------------------------------------- > Sylvain Le Gourri�rec� ��� d�veloppement� �� son-video-distribution�� > www.son-video.com > � > ------------- I am working with Windows 2000, Revolution 1.1.1, MySQL > 3.23 & PHP 4 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
