![]() |
Run-time error '3021' - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Run-time error '3021' (/showthread.php?tid=1375) |
Run-time error '3021' - El_Dindonnier - 05-11-2007 Code: Run-time error '3021' I use the Mirage Source 3.0.7 with myslq, i have see the tutorial : viewtopic.php?f=57&t=2138 But I don't found. I have restored the database http://www.talkanime.net/3.0.7/sql_dump.sql with SQLyog. Can I help me please ? Thanks you in advance. (Im sorry im french) Re: Run-time error '3021' - El_Dindonnier - 05-11-2007 EDIT : When debug i have : Code: RS.MoveFirst in : Public Function GetRecordCountByFKey(dbTable As String) As Long Re: Run-time error '3021' - William - 05-11-2007 This is what I could find on google. SCENARIO Either BOF or EOF is true, or the current record has been deleted. Requested operation requires a current record. FIXES This is a database problem; It cant find the record and it is when you start up viper. Check if passport is ticket and Viper’s Nickname also exists in the database WITH the ident/passport info, if not then thats the cause. Reinstalling Viper fixes it for sure. |