Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 901 through 915 (of 2,527 total)
  • Author
    Posts
  • in reply to: New export-bug #18440
    Ritesh
    Member

    Bug confirmed and fixed. Fix will be available from 4.07 RC2.

    in reply to: Blob image viewer problems #18121
    Ritesh
    Member

    Can you cut-n-paste the table sturcture?

    It will be nice if you could zip and upload 6-7 of huge images on your server and give the link.

    in reply to: Blob image viewer problems #18114
    Ritesh
    Member
    Quote:
    The memory handling of SQLyog is not optimal for such big binary DATA.

    Sluggishness might happen for two reasons:

    • SQLyog needs to get the complete image data as well as other result data to the client before we can display the image.
    • The image library that we are using to display the images is taking time to implement/read the image.
    in reply to: cannot connect with SQLyog Enterprise #18190
    Ritesh
    Member

    Just got a reply from the customer. He was not able to connect from his machine because Zone-Alarm was blocking SQLyog Enterprise.

    in reply to: New export-bug #18437
    Ritesh
    Member

    This bug comes when you export resultset or table data?

    in reply to: Blob image viewer problems #18109
    Ritesh
    Member

    Yes we will do.

    We have tested the image library with the following image formats:

    GIF, JPEG, PNG, TIFF, BMP, PCX

    and it works great 😀

    in reply to: still problems with \ character in PK #18274
    Ritesh
    Member
    Quote:
    When using the “columns” -option will it then make any difference whether you specify the PK-column(s) or not ??

    It wont make any difference as SJA will search for the primary key columns in the tables.

    in reply to: still problems with \ character in PK #18273
    Ritesh
    Member
    Quote:
    However:

    With your attached file I can see that filename is now exported as

    'M:\Peters Musik\Abaji\Oriental Voyage\09 Kilmé.mp'

    and not as

    'M:\Peters Musik\Abaji\Oriental Voyage\09 Kilmé.mp3'

    So I believe you “corrected” the defect with my data ?

    So:

    If you are perfectly sure that the failure to sync is because of the defect with my data, I believe it's not worth spending more time with it. But if you can propose a query or some other procedure to “repair” the defect “in batch mode”, I shal do that (something like changing to BINARY VARCHAR, remove the 0-character, and change back) !?

    Yes, I changed the data and removed the extra .

    The above issue is indeed important for sync. To get information about the different row in the source, SJA executes a SELECT * FROM … WHERE … query. Wiith the extra in the end, the query never returns the correct row of data and thus the changes are not done in the target.

    in reply to: InnoDB problem #18435
    Ritesh
    Member
    in reply to: Blob image viewer problems #18106
    Ritesh
    Member
    Quote:
    Right now I'm preparing a dataset for an extensive test with the -LIKE-PARSER case

    I am eagerly waiting for the results.

    in reply to: Blob image viewer problems #18104
    Ritesh
    Member
    Quote:
    Most important: I also experienced corruption of binary data when saving from BLOB-viewer. Actually I exprienced that more often than I experienced that saved data were OK

    What is the size of the image?

    A BLOB datatype has a limit of 64K. After that data is truncated by MySQL. Are you sure that image size is less then the datatype's max limit?

    in reply to: Blob image viewer problems #18101
    Ritesh
    Member

    SQLyog 4.07 BETA 4 is now SQLyog 4.07 RC1. Check out http://www.webyog.com/forums/index.php?act…st=0&#entry6181 for more details.

    in reply to: still problems with \ character in PK #18270
    Ritesh
    Member
    peterlaursen wrote on Jun 22 2005, 04:34 AM:
    This one should be better:

    there are now 17 rows in source, 14 in target.

    Result with SJA:

    Table SrcRows TgtRows Inserted Updated Deleted

    ========================= ======= ======= ======== ======= =======

    `testsync2` 17 14 0 0 0

    Total time taken – 1 sec(s)

    Correct would be: 3 insert, 2 updates, 0 deletes

    and still the same with an empty target: rows are inserted correctly.

    Working closely with people from MySQL AB, we have been able to fix this issue. v4.07 BETA 4 which will be released tomorrow will have this bug fixed.

    You can try the sync with data attached.

    in reply to: Blob image viewer problems #18098
    Ritesh
    Member

    There was a bug with our image library that caused SQLyog to hang. We have fixed this issue.

    We are now using a different image rendering library and starting from v4.07 BETA 4, you should be able to view images of GIF, JPEG, PNG, TIFF, BMP, PCX etc formats.

    in reply to: Migrating a phpBB Forum #18418
    Ritesh
    Member

    Are you sure that your live server didnt have so many updation after the backup?

    Many of customers like CalEvans have used it to backup/restore their data without any problem.

    BTW: Have you tried our Data Sync Tool? A nice tutorial/article can be found at:

    An addtional article on how to use it effectively can be found at http://www.webyog.com/forums/index.php?act…st=0&#entry6118

Viewing 15 posts - 901 through 915 (of 2,527 total)