Problem with Embedded server

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
ptonev
Posts: 4
Joined: Fri 05 Nov 2004 07:09

Problem with Embedded server

Post by ptonev » Tue 04 Jan 2005 20:03

Hi,

I try Embedded demo but it give AV (in module ntdll.dll) when I click on Open button. If I press it again table is open, but RefreshRecord button give AV in same module.

I use:
Delphi 7/SP1
MySQL 4.0.17 for Win
CoreLab dbExpress drv. for MySQL 2.10.2

Where can be a problem?

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

Re: Problem with Embedded server

Post by Ikar » Wed 05 Jan 2005 10:08

Please check if you specify paths to datadir and basedir correctly. A path certainly must be written using '/', but not '\.

ptonev
Posts: 4
Joined: Fri 05 Nov 2004 07:09

Re: Problem with Embedded server

Post by ptonev » Thu 06 Jan 2005 07:26

Hi, Ikar.

I told about Embedded demo what come with drivers.
What path I must set.

Best reagrds,

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

Re: Problem with Embedded server

Post by Ikar » Thu 06 Jan 2005 10:29

I mean paths specified in my.ini file. You can read details about configuration of this file in MySQL Reference Manual

ptonev
Posts: 4
Joined: Fri 05 Nov 2004 07:09

Post by ptonev » Fri 07 Jan 2005 22:24

Ops, sorry.

I forgot about this but it is a fill with correct values...

But I can't find from where can read about [Server] and [Embedded] section.

part from My.ini

Code: Select all

[Embedded.exe]
datadir=C:/Program Files/CoreLab/DbxMda/Demos/Win32/Embedded/data
basedir=C:/Program Files/CoreLab/DbxMda/Demos/Win32/Embedded/

ptonev
Posts: 4
Joined: Fri 05 Nov 2004 07:09

Post by ptonev » Wed 12 Jan 2005 19:37

Hi, guys

Please someone can tell me how to run Embedded demo.
I think that demo is demo because must run without problem and I don't must read other information to run it.

best regards,

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 13 Jan 2005 10:31

Some versions of MySQL 4.0 Embedded server can have this problem when working with
DbxMda driver. We have compiled version of Embedded server MySQL 4.0.13 which is free
of such error. Please contact to our support address to get it.

Post Reply