 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David Marti Guest
|
Posted: Wed Feb 11, 2004 1:30 pm Post subject: Need help on deploy an ADO application |
|
|
Dear all,
I develop a little app with Delphi 7 and Windows 2000. On any windows 2000
or above the application runs fine, but when I try to run it on a Windows 98
I have an exception when the app is loading (and I can't debug it):
ILANG provocó un error de página no válida en el
módulo <desconocido> de 0000:00000000.
Registros:
EAX=00000000 CS=0000 EIP=00000000 EFLGS=00000000
EBX=00000000 SS=0000 ESP=00000000 EBP=00000000
ECX=00000000 DS=0000 ESI=00000000 FS=0000
EDX=00000000 ES=0000 EDI=00000000 GS=0000
Bytes en CS:EIP:
I tried to install DCOM98, MDAC 2.7 and 2.8 but no success.
Any help will be apprecied,
David Marti
|
|
| Back to top |
|
 |
Viatcheslav V. Vassiliev Guest
|
Posted: Wed Feb 11, 2004 3:15 pm Post subject: Re: Need help on deploy an ADO application |
|
|
It seems to be similar to Access Vialation. Could you debug your program on
Win98 and write here which line on your application raises this error.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"David Marti" <nom (AT) no-spam (DOT) org> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ:
news:402a2e61 (AT) newsgroups (DOT) borland.com...
| Quote: | Dear all,
I develop a little app with Delphi 7 and Windows 2000. On any windows 2000
or above the application runs fine, but when I try to run it on a Windows
98
I have an exception when the app is loading (and I can't debug it):
ILANG provocó un error de página no válida en el
módulo <desconocido> de 0000:00000000.
Registros:
EAX=00000000 CS=0000 EIP=00000000 EFLGS=00000000
EBX=00000000 SS=0000 ESP=00000000 EBP=00000000
ECX=00000000 DS=0000 ESI=00000000 FS=0000
EDX=00000000 ES=0000 EDI=00000000 GS=0000
Bytes en CS:EIP:
I tried to install DCOM98, MDAC 2.7 and 2.8 but no success.
Any help will be apprecied,
David Marti
|
|
|
| Back to top |
|
 |
Dave Blake Guest
|
Posted: Wed Feb 11, 2004 3:56 pm Post subject: Re: Need help on deploy an ADO application |
|
|
"David Marti" <nom (AT) no-spam (DOT) org> wrote
| Quote: | I develop a little app with Delphi 7 and Windows 2000. On any windows 2000
or above the application runs fine, but when I try to run it on a Win98
I have an exception when the app is loading (and I can't debug it):
snip
I tried to install DCOM98, MDAC 2.7 and 2.8 but no success.
|
What kind of DB are you using? Does problem occur on all Win98 PCs or only
the one you have tried? Maybe data provider DLLs are not upto date (MDAC 2.7
does not include Jet 4, if accessing mdb file)?
Have you left any path in a property of the TADOConnection (as loaded on
startup) with a folder structure that is invalid on the Win98 PC? I have had
problems where, despite the connection string being set inside the app,
active was left true and connection string property included development
settings.
You could also add some code to check both MDAC and data provider is
installed and uncorrupted BEFORE the forms (inc datamodules) are
instantiated. This might help locate where and why the exception is
happening.
HTH
Dave
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|