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

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 642 total)
  • Author
    Posts
  • in reply to: Almost Cosmetic – ALTER TABLE bug #17678
    Shadow
    Member

    And after dropping a field:

    in reply to: Almost Cosmetic – ALTER TABLE bug #17677
    Shadow
    Member

    Before dropping a field:

    in reply to: Product Fanfair #17746
    Shadow
    Member

    Bit cannot be BLOB, just BOB because it is definitely not large 😀

    in reply to: Almost Cosmetic – ALTER TABLE bug #17675
    Shadow
    Member

    Nope, second click is enough, my screenshots are the proof, just I can't upload them to the forum…

    in reply to: Urgent Help Needed #17741
    Shadow
    Member

    Yeah, but I do! 😀 That's what I'm doing right now – coding an app in VB that uses MySql as db server…

    in reply to: Bug – Character for ü, ö, ä… #17789
    Shadow
    Member

    The funny thin is that Hungarian alphabet also contains special characters (ö, ü – like German), however, I use latin1 with Swedish collation just as Peterlaursen does and I have no problem with that. But other developers do suffer a lot with encoding issues… The real problem is that you may set different encodings for you db, db connection, queries, os, HTML page, so I can't really tell which one goes wrong when a character is not displayed correctly!

    in reply to: Feature Idea: Do you want to save? #17783
    Shadow
    Member

    No, you should not have used the other topic, you were only pointed to that one…

    I still don't get it! Why can't you save those frequently needed queries to your personal folder?

    in reply to: Feature Idea: Do you want to save? #17781
    Shadow
    Member

    Nope, it does not. That thread merely contains some brainstorming about personal folders. To be honest, my SQL window is usually polluted with all kinds of SQL statements that do not need to be saved. Besides, how do you want SQLyog to save the contents of SQL window? All queries in a single file? Each query in a separate? No, I don't think this is such a good idea…

    in reply to: Almost Cosmetic – ALTER TABLE bug #17672
    Shadow
    Member

    @peterlaursen: Yes, I run all kinds of software running along SQLyog 😀 Outlook 2003 for example, but I don't think that would interfere with this inconvenience.


    @Ritesh
    : That explains! I'll mail you the screenshots later today.

    in reply to: Bug – Character for ü, ö, ä… #17786
    Shadow
    Member

    This may be a character encoding issue: SQLyog's connection charset may differ from that of strored data. Issue a “SET NAMES charset_name” command from SQL window and query your database afterwards. Hope, you'll see the special german characters show up normally!

    in reply to: Urgent Help Needed #17738
    Shadow
    Member

    The whole problem is results from not reading ADO reference… Recordset object's Update() method does not need to be called after changing a field's value! It commits changes made since the last AddNew() call (INSERT statement…)! In case of ADO, changing a filed's value is automatic, just assign a new value and ADO will take care of the rest.

    in reply to: Product Fanfair #17743
    Shadow
    Member

    Characters are stored as binary values like all data after all…

    in reply to: ssh tunneling with public/private keys #17719
    Shadow
    Member

    But you can tunnel the connection through an ssh client. Traffic between SQLyog and ssh is plain.

    in reply to: Save backups as tbl_table_date.sql? #17715
    Shadow
    Member

    Great! 😀

    in reply to: Problem with Personal Folders #17660
    Shadow
    Member

    That's very true, Ritesh! Personal folder should be located under the user's documents and setting folder on NT based OS – perhaps in Application Data.

Viewing 15 posts - 46 through 60 (of 642 total)