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

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 2,527 total)
  • Author
    Posts
  • in reply to: Insert/Update window #15448
    Ritesh
    Member

    In the current version of SQLyog, you can edit an ORDERED set of data by using “Execute For Update (F8)” option.

    e.g. execute a query like

    Code:
    select * from tablename order by column desc

    and press F8. It will bring up the Insert/Update window where you can update the data.

    in reply to: Insert/Update window #15446
    Ritesh
    Member

    “ORDER BY” feature in Insert/Updare window is planned for SQLyog Max. More information about SQLyog Max can be found at http://www.webyog.com/forums/index.php?act…ct=ST&f=2&t=472

    in reply to: not parsing comments properly? #15175
    Ritesh
    Member

    The above bug was present in SQLyog 3.61 as reported by nelson1993

    in reply to: not parsing comments properly? #15174
    Ritesh
    Member

    This bug was fixed in SQLyog 3.62. I executed the following sql in SQLyog 3.62 & 3.63 –

    Code:
    #this is a comment
    alter table `ritesh`.`db` ,change `Db` `Db` int (64)   NOT NULL ,drop primary key, add primary key (`Host`, `Db`, `User` );

    The outputs are given in the attached images. I executed the above statement using F5 and Shift+F5.

    SQLyog strips off all the carriage return characters before adding them to the History window. It will send the query to MySQL as entered by the user.

    in reply to: Crashes with "Execute Batch-Files" #15428
    Ritesh
    Member

    What a coincidence I was just going to mail you 🙂

    We tried uploading the data ( around .3 million records ) that you sent us. It worked fine for us. It takes some time to insert .3 million rows. All of this happens in one thread and the GUI is not able to respond to events. This gives an impression that the system is not responding.

    in reply to: Program crash during ODBC import #15444
    Ritesh
    Member

    Can you send me a backup of the database (specifically the errorneous table)?

    in reply to: Error removing foreign key #15440
    Ritesh
    Member

    Can you tell me the version of SQLyog and MySQL?

    in reply to: Only Structure is being Sync'd #15438
    Ritesh
    Member

    Are you using Tools->Structure Synchronization Tool or Tools->Database Synchronization Tool?

    in reply to: Crashes with "Execute Batch-Files" #15426
    Ritesh
    Member

    I have received the file. Will revert back soon.

    in reply to: Crashes with "Execute Batch-Files" #15424
    Ritesh
    Member

    Nope.

    Can you send it again? Do a BCC to [email protected].

    in reply to: Crashes with "Execute Batch-Files" #15422
    Ritesh
    Member

    Actually the app is not hanging. Since the option is running on the main thread it is not able to process any other GUI events.

    Can you send me a .zip of the sql file?

    in reply to: Features – Structure Comparison #15432
    Ritesh
    Member

    Thanks for the feature request 🙂

    in reply to: Delete Foreign Key #15431
    Ritesh
    Member

    Hmmmm

    Thanks for the feature request 🙂

    in reply to: Why is View Data "Hidden away" #15413
    Ritesh
    Member

    Select the table in the ObjectBrowser and press Enter

    in reply to: error 1103 #15404
    Ritesh
    Member

    Can you tell me the complete error message?

    When are you getting the error message?

Viewing 15 posts - 1,876 through 1,890 (of 2,527 total)