Board index » delphi » winnt runs but win98 doesn't run

winnt runs but win98 doesn't run

Hi.
     I have a Dephi 5.0 application

     In a part of code I try to check a TADOConnection. First I set
Connected to true
and later I set it to false.

              begin
                   Conexion.Connected := true;
                   Conexion.Connected := false;
              end;

     It runs Ok but. When the program ends, if we are working winth
Windows 98 the next
messages appears:

                 "Ce programme va tre arrt car il a effectu une
opration non
conforme.
                 Si le problme persiste, contactez le revendeur du
programe".

     witch translation can be:

                 " This program had make an ilegal operation. If problem
persist,
contact with the program provider"

     Otherwhise, it runs ok if we are working with Windows NT 4.0

     Can you help us?

 

Re:winnt runs but win98 doesn't run


Does your 98 have the latest version of mdac?

If not, http://www.microsoft.com/data.

--
Michael Rodriguez
Compeat Restaurant Accounting Systems
http://www.compeat.com
m...@compeat.com

Quote
"Toni" <t...@cimade.com> wrote in message

news:3BD6D1BF.1020205@cimade.com...
Quote
> Hi.
>      I have a Dephi 5.0 application

>      In a part of code I try to check a TADOConnection. First I set
> Connected to true
> and later I set it to false.

>               begin
>                    Conexion.Connected := true;
>                    Conexion.Connected := false;
>               end;

>      It runs Ok but. When the program ends, if we are working winth
> Windows 98 the next
> messages appears:

>                  "Ce programme va tre arrt car il a effectu une
> opration non
> conforme.
>                  Si le problme persiste, contactez le revendeur du
> programe".

>      witch translation can be:

>                  " This program had make an ilegal operation. If problem
> persist,
> contact with the program provider"

>      Otherwhise, it runs ok if we are working with Windows NT 4.0

>      Can you help us?

Other Threads