| Author |
Message |
   
Mario Triunfo (Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, April 25, 2005 - 03:05 am: |
|
I have included the automatic Os Updater (full version) in my installation program. It works good, but the software crashes: "3021 Error". I use visual basic 6.0 and Access 2003 (with file mdb saved as Access 97 format). My Windows version is Service Pack 2 and, during installation, appears the follow message: "mdsac2.8 rtm error". Why? Please help me! |
   
admin Board Administrator Username: admin
Post Number: 240 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, April 25, 2005 - 07:37 am: |
|
Mario, Is this an InnoScript or SVC question? You are posting in the SVC section. Is this correct? Runtime Error 3021 is No Current Record. This means that you are attempting to do something with a recordset without data in it. You code does not check for this condition and maybe does not even open the database. You will have to zip and upload your iss file for me to take a look. Why are you using Access 97 format? |
   
(Unregistered Guest) Unregistered guest
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, April 27, 2005 - 12:36 am: |
|
Runtime error 3021 was an error in my code. However, the automatic Os Updater (full version) includes mdac2.8 rtm and, during installation process, my windows (xp, service pack 2) reports the follow error: mdx2.8 rtm is not compatible with this Windows version. Is it normal? Thanks. Mario, Naples, Italy. |
   
admin Board Administrator Username: admin
Post Number: 241 Registered: 02-2004
Rating: N/A Votes: 0 (Vote!) | | Posted on Wednesday, April 27, 2005 - 08:10 am: |
|
Mario, Yes this is normal. XP comes with this SP installed. Just ignore the message and continue. |