Table doesn't exit with TMyEmbConnection

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hamada
Posts: 1
Joined: Thu 14 Apr 2005 08:36

Table doesn't exit with TMyEmbConnection

Post by hamada » Thu 15 Aug 2013 15:52

Hi

I'm trying to test the Mysql database with Embedded server, the demo version works fine, even I created new project and trying the test database it worked.

now I tried to use with My database, followed the steps, here's what happened
1. I followed the steps and put the data and share folders inside my app folder.
2. when I connect to TMyEmbConnection it connect without problems.
3. I places TMyTable component, and I can see all the tables in database, when I choose a table and set active to true, I got "Table 'mydb.test_tb' doesn't exist."

I tried with TMyQuery and got same problems, when I change the dir and mysql path to test data provided with demo it's working fine, but doesn't work with my database?

AndreyZ

Re: Table doesn't exit with TMyEmbConnection

Post by AndreyZ » Mon 19 Aug 2013 08:57

Hello,

I cannot reproduce the problem. Please try creating a small sample to demonstrate the problem and send it to andreyz*devart*com.

Post Reply