Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberClick Sync ( Clipboard ) for the second database 😀
Ritesh
MemberHello
Which version of MS Access are you using?
Make sure that your ODBC Driver is not very old.
HTH
Ritesh
MemberJust triple-click on it!
Ritesh
MemberHello
Thanks 😀
Ritesh
MemberQuote:have the mysql DB on a remote serverIf the remote DB is running then you dont have correct permission to connect to the MySQL server :huh:
Check out with your MySQL Admin for correct permission
HTH
Ritesh
MemberQuote:was expecting an MS access type interface to use but don't see anything I recognise yetWe have tried to keep the interface simple and non cluttered ( unlike MS Access ).
The mentioned article is a good place to start off ( probably the best introduction to SQLyog I have seen ). Once you become comfortable with SQLyog you can browse thru the features of SQLyog using the various menu.
If you have any problem..feel free to ask them in the board 😀
HTH
Ritesh
MemberHello
The version that you are using is an old one and does not support ` around object names, which is creating problem.
Please upgrade your MySQL.
HTH
Ritesh
MemberHello
You have to kill the MySQL Process. You can do this thru SQLyog by using – Tools->Show->ProcessList Select the process and choose Kill Process from the option.
HTH
Ritesh
MemberHello
Create/Edit Table GUI does have the facility to create ENUM field. Please check the SQL Query which is generated by SQLyog in the History window. Is anything wrong in it?
BTW, after selecting ENUM from the dropdown of Datatype column, insert the enum values in the Length column. The correct way is
Quote:'True','False'HTH
Ritesh
MemberHello
Which version of MySQL are you using?
Ritesh
MemberHello
We dont have plans to fix any more bugs in 3.x :huh: We are in the process of completely rewriting SQLyog from scratch and the new release i.e. SQLyog Max will have all these bugs fixed.
HTH
Ritesh
MemberHello
Thanks for the info 😀
Ritesh
MemberHello
That is exactly the solution I was going to tell you 😀
Ritesh
MemberHello
We have not tried SQLyog with the new libmysql.dll :huh: Thanks for the information 😀
Ritesh
MemberHello
Quote:the target database is not updated when i table is copyied between 2 tables connected.Can you be more clear on this point?
-
AuthorPosts