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

Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 2,527 total)
  • Author
    Posts
  • in reply to: Edit data results #14332
    Ritesh
    Member

    No.

    To edit data, select the table in the ObjectBrowser and press Ctrl+Enter to start the Insert/Update dialog 😀

    HTH

    in reply to: Why is it called 'yog'? #14328
    Ritesh
    Member

    Hello

    Yog is a Sanskrit work which means work with dedication . Thats what we stand for work with dedication to create GREAT PRODUCTS

    in reply to: SQLyog 2.51 to 3.11 #14327
    Ritesh
    Member

    Hello

    Just install SQLyog 3.11. It will automatically upgrade everything to be SQLyog 3.11 compatible

    HTH

    in reply to: sqlyog can not export csv file properly #14318
    Ritesh
    Member

    Hello

    The exported CSV looks fine. It seems that you are not providing the correct escaping characters.

    To solve the problem, click Change… button in Export As CSV… dialog and use the settings which I have provided in the screenshot

    Quote:
    use rn in as the Line Escaping character

    HTH

    in reply to: Am I going beyond the limits? #14323
    Ritesh
    Member

    Hello

    How many columns were present in the table before you started the Alter Table option….

    in reply to: My 2 Cents #14308
    Ritesh
    Member

    Hello

    Thanks for the great review. We will put a link to your website when we update our site 😀

    in reply to: import schemas #14153
    Ritesh
    Member

    We are still working on it…..

    in reply to: Verification of Field Limits #14325
    Ritesh
    Member

    Hello

    SQLyog does not check for these errors. It will only give error if MySQL returns an error. By default MySQL truncates data whereever necessary.

    It is the job of the end-user ( in this case the user of SQLyog to see that they dont give data more then what is required ) 😀

    We do plan some simple verification in future releases of SQLyog but as of now you have to make sure that you dont give any unwanted data

    HTH

    in reply to: Am I going beyond the limits? #14321
    Ritesh
    Member

    Can you give us the complete steps which you are following when SQLyog crashes?

    Are you using the Insert Table dialog box or Alter Table dialog box….

    Waiting for your response :huh:

    in reply to: sqlyog can not export csv file properly #14316
    Ritesh
    Member

    Hello

    Will it be possible to attach the following three things –

    • .SQL backup of the test database you created
    • .CSV file that was created using SQLyog
    • The settings you used to export the data in CSV

    We are in the process of releasing SQLyog 3.5 that will be completely MySQL 4.1 compatible. If there any bugs with our Export functionality, we can fix it in SQLyog 3.5.

    in reply to: Copy selected data to clipboard doesn't work #14206
    Ritesh
    Member

    Hello

    Its working on my side :huh:

    BTW, are you pressing OK when the escape character dialog box is coming up?

    in reply to: Problems with importing/exporting #14296
    Ritesh
    Member

    Hello

    We looked into your .SQL file. One of the table data has lot of escaped data which our parser is not able to detect properly.

    We are working on it and most probably will be fixed in SQLyog 3.2 which we are going to release next month.

    HTH

    in reply to: DB Synchronization Tool #14306
    Ritesh
    Member

    Hello

    This is a known bug :huh: We will be coming out with SQLyog v3.2 next month which will have this bug fixed and will be completely MySQL 4.1 compliant

    HTH

    in reply to: Copy selected data to clipboard doesn't work #14204
    Ritesh
    Member

    Hello

    It seems that you are not selecting Continuous rows of data…. This option only works if you have selected a series of rows.

    e.g. To select from row# 10 to row# 30, click on the 10th row and then hold down Shift key and click on row#30. Dont select row#30 first and then row#10. This feature is by design

    HTH

    in reply to: Insert problem using '\' #14300
    Ritesh
    Member
    Quote:
    insert into data (fldBody) VALUES ('c:test');

    Change the query to

    insert into data (fldBody) VALUES ('c:\test');

    You have to escape the character '' with '\'

    HTH

Viewing 15 posts - 2,251 through 2,265 (of 2,527 total)