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

Forum Replies Created

Viewing 15 posts - 2,071 through 2,085 (of 2,527 total)
  • Author
    Posts
  • in reply to: Error 1130 #14876
    Ritesh
    Member

    Are you behind a firewall?

    in reply to: Syntax error in from clause #14866
    Ritesh
    Member
    Quote:
    except where table names need to be cleaned up.

    Can you explain a little more?

    In the last step of the wizard, SQLyog will show you the table name that is currently being imported. Can you find out the table that is giving error?

    BTW, can you attach a copy of your database that is giving error, so that we can work on it and fix the bug ( if there are any ) in SQLyog 3.6?

    in reply to: sqlyog window is blank sometimes #14886
    Ritesh
    Member

    Can you attach a screenshot?

    in reply to: Sorting by column in Insert/Update (F11) view #14875
    Ritesh
    Member

    You cannot SORT column in the Insert/Update window. This feature is planned for SQLyog Max.

    You can still get the same effect by executing a query for UPDATE.

    e.g. write a query like

    Code:
    select * from tablename order by col1

    and execute it by pressing F8 ( insert for update )

    in reply to: 3.11 dump formatting/wrap problem on block inserts #14859
    Ritesh
    Member
    Quote:
    You have areas in your application where it is impossible ย to scroll to the end of a (query) line for editing.

    Can you give us more details?

    Quote:
    Another 'serious' problem along the same lines is the 'blob' viewer. An example. I have two 'longtext' fields in one of my clients databases. One of them can contain any number of characters, and some can become quite long. When I double-click to view the text, IT DOES NOT WRAP ย in the dialogue box. It should!!

    It is planned for 3.6 wherein you can specify whether you need to 'wrap' data or not.

    Quote:
    In closing, I have a question which I would appreciate the answer to. If I install the retail 'demo' version to view the improvements you have made, will I be able to uninstall the demo and reinstall the 'freebie' version until you address any deficiencies I find.

    Yes ๐Ÿ˜€

    in reply to: Syntax error in from clause #14863
    Ritesh
    Member

    There is an option in ODBC Import Wizard where you can import data by specifying a SELECT SQL stmt. Anyway, it seems that you are not using the feature.

    Can you tell me the steps that you are following?

    Better still if you can attach a screenshot when you are getting the error.

    HTH

    in reply to: Syntax error in from clause #14861
    Ritesh
    Member

    Are you issuing a SQL query to fetch data?

    in reply to: cant connect error no 2013 #14799
    Ritesh
    Member
    in reply to: v3.11 grid edit sometimes doesn't update rows #14860
    Ritesh
    Member

    Can you tell me the exact steps which results in the anomaly?

    in reply to: 3.11 dump formatting/wrap problem on block inserts #14857
    Ritesh
    Member

    Thanks for the suggestion ๐Ÿ™‚

    in reply to: Error no. 1064 #14855
    Ritesh
    Member

    BTW, SQLyog puts ticks around all object names in the SQL it generates.

    in reply to: Error no. 1064 #14854
    Ritesh
    Member

    Aha…found the error !!!!

    Your database name contains spaces, therefore you need to put ticks(`) around it.

    Code:
    select info from peace beanies.properties where id='1'

    will not work. Try

    Code:
    select info from `peace beanies`.`properties` where id='1'

    HTH

    in reply to: blob fields data loss from insert/update form #14856
    Ritesh
    Member

    I have forwarded it to my development team. Give me 1-2 days.

    in reply to: How do I? #14846
    Ritesh
    Member

    As I see, it is not the correct forum to post your question ๐Ÿ˜ก

    in reply to: Error no. 1064 #14852
    Ritesh
    Member

    SQLyog logs all its queries in the History window. Just paste the query out here.

    If you are using SQLyog 2.51, we highly recommend you to upgrade to 3.52 as it has many new features and lot of big fixes.

Viewing 15 posts - 2,071 through 2,085 (of 2,527 total)