Forum Replies Created
-
AuthorPosts
-
MaheshMember
Version 2.01 has been released with this fix,
http://www.webyog.com/forums//index.php?showtopic=3876
Thanks for reporting
MaheshMemberHI,
We implemented the use of Bulk insert statements and transaction support which will increase speed of the synchronization operation.
And also we made lot of bug fixes since v 5.02 in datasync ( see the version history ).
please feel free to ask more questions .
Thanks
MaheshMemberHI,
We have fixed the issue in this 6.51(not released) build,
To download Enterprise version : http://www.webyog.com/downloads/betas/not_…yog651n1Ent.exe
To download Community version : http://www.webyog.com/downloads/betas/not_…SQLyog651n1.exe
Thanks
Mahesh
MaheshMemberHI,
I do not understand,
Quote:Whenver I enter the code into the table “property” and save it, it doesnt save and it doesnt apply. The SQL is connecting to the game fine.Can you please tell us,
which program version you are using ?
Are you referring to Table data tab ? (if so , click on save button from Toolbar )
please attach a screenshot ?
MaheshMemberHI,
You canot compare the time taken to perform between wrong and correct syncing operation.
We will try to optimize this syncing operation in the version 7.0
Thanks
MaheshMemberyour request has been added here,
MaheshMemberHI,
We have more( including this one )grid related issues that we will try to fix after 6.5 Final release.
Thanks
MaheshMembermaxhugen wrote on Mar 24 2008, 09:30 AM:Back again, I'm sorry, with the same sort of problem. Since my previous posts, I've bought a new workstation, software details are:Windows: XP SP2
SQLyog: 6.16
Access ODBC driver: 4.00.6304.00
MDB version: Access 2000
ODBC DSN type: User
Symptoms:
Using the Migration Toolkit, after selecting 'Copy table(s) from data source', I first get a msg 'The underlying database seems to be Microsoft Access. To correctly import…'
I click
to continue. Next, another msg pops up '[Microsoft][ODBC Microsoft Access Driver] Query support unavailable.' Click
. The same msg appears for second time, click again. All table schemas are successfully imported, but no data.
This is driving me nuts, can anyone suggest what I might try?
HI,
This message pops each time you select a query( message/query selected to migrate)
can you please tell,
Are you able to migrate properly if tables only used ?
Please check the permissions for tables and queries ?
see this link,
MaheshMemberIssue Confirmed! as explained,we will look into it .
Thanks
MaheshMemberHI,
Please tell us mysql version ?
Attach a screenshot ?
From version 5.x supports routines, Please select either Datbase or table from the object browser then see in Object Toolbar.
MaheshMemberHI,
We have implemented Zooming, printing and Save as bitmap features for Schema desinger in our development tree.
6.2 beta1 it will have these features.
Thanks
MaheshMemberHI,
SQLyog 6.x uses UTF8 internally and handles all character sets supported by MySQL. Everything is fully automatically here. You will not have to do anything particular – and not specify a charset for the connection either!
I suggest please go through the below FAQ's,
http://webyog.com/faq/category/34/characte…ion-issues.html
http://webyog.com/faq/content/34/148/en/do…y-language.html
You can change the default encodings for tables/databases as ,
1) To change the default for a table do ALTER TABLE .. advanced and select the charset and collation
2) To change the default for a database (once it is created) you will have to execute the SQL like
CODE
Code:ALTER DATABASEcharset ; A GUI option in the database menu will be added soon!
3) To change the encoding of existing columns that are still empty just change the charset for every string column in ALTER TABLE
4 ) To change the encoding of existing columns with data you will have to do as described here,
MaheshMemberHI,
We are retriving the Store procedure structure by executing this query,
show create procedure `dbname`.`sp_name`;
So, whatever structure stored in the server that only will show in the editor.
MaheshMemberIssue Confirmed ! in WIN 2k
We will fix this with high priority.
Thanks for reporting.
MaheshMemberHI,
We have fixed the issue in this 6.16RC3(not released) build,
To download : http://www.webyog.com/downloads/betas/not_…QLyog616Ent.exe
Thanks
-
AuthorPosts