Problems with MyDac on XP Home

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LateralLeap
Posts: 8
Joined: Tue 27 Sep 2005 11:53

Problems with MyDac on XP Home

Post by LateralLeap » Tue 27 Sep 2005 12:02

I wondered if anyone had run into problems with Delphi application using the MyDac components running on XP Home.

We have an application that runs fine of Windows 2003 Server and XP Pro but crashes during the form creation sequence on XP Home.

It crashes during the creation of the Data module so I assume the problem is with the database access components.

The connection component is not connected when the data module is created (it is manually connected later in the startup sequence).

The error you get is a windows error rather than a delphi exception error

Sound familiar?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 28 Sep 2005 10:43

> Sound familiar?

No.

Try to remove all mydac components from project. Then try to remove all links to MyDac units. If the problem remains then send us (mydac*crlab*com) a complete small sample to demonstrate it.

Also supply us following information

- Exact version of Delphi, C++ Builder or Kylix
- Exact version of MyDAC. You can see it in About sheet of TMyConnection Editor

GEswin
Posts: 186
Joined: Wed 03 Nov 2004 16:57
Location: Spain
Contact:

Post by GEswin » Wed 28 Sep 2005 11:28

Do you have any other component on datamodule that read registry or similar ?? I had some time ago issues with a component that readed registry, and in combination of bad local-user-settings it crashed.

LateralLeap
Posts: 8
Joined: Tue 27 Sep 2005 11:53

Registry

Post by LateralLeap » Wed 28 Sep 2005 12:42

No, I don't, but thanks :-)

Post Reply