Table doesn't exit with TMyEmbConnection
Posted: 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?
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?