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

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 2,527 total)
  • Author
    Posts
  • in reply to: only showing one table #14258
    Ritesh
    Member

    Nope…that should not be a problem?

    Which version of MS SQL Server are you using and is the ODBC driver ODBC 3.0 compliant?

    in reply to: only showing one table #14256
    Ritesh
    Member

    Hmmmmmmmmmmmmm…..interesting

    Check out that the DSN is pointing to the correct database 😮 There should not be any problem with importing data from MS SQL

    HTH

    in reply to: winmysqladmin source code #14254
    Ritesh
    Member

    Hello

    You will get it at MySQL. It comes with the MySQL Source Code.

    HTH

    in reply to: Charset problem #14255
    Ritesh
    Member

    Hello

    SQLyog is known to have problems with different charset. We plan to fix it in one of the future release.

    HTH

    in reply to: Unable to connect #14244
    Ritesh
    Member

    Hello

    You dont have permission to remotely access the MySQL DB. Ask lunarpages.com to give you the correct permission

    HTH

    in reply to: Unable to connect #14240
    Ritesh
    Member

    Can you provide us with the exact error message?

    It seems that you dont have the correct permission for remote access. Contact your ISP/MySQL admin to give you proper privileges.

    HTH

    in reply to: I'm running oracle personal 9.0.1 #14237
    Ritesh
    Member

    You can get more details about MySQL here.

    HTH

    in reply to: I'm running oracle personal 9.0.1 #14236
    Ritesh
    Member

    SORRY but SQLyog does not work with Oracle. It is a front end tool for MySQL. You can try Orafaq for more information.

    in reply to: mysql 4.1 and sqlyog #14233
    Ritesh
    Member

    Hello

    Quote:
    where can i donate a couple of $$ to help support you

    Thanks for your consideration 😀

    Quote:
    when will sqlyog be able to log into mysql 4.1 alpha (and beyond)?

    We will be coming out with a new version of SQLyog later this month which will support MySQL v4.x and later 😀

    HTH

    in reply to: printing results and updating non-primary key dbs #14232
    Ritesh
    Member

    You can execute any type of SQL using SQLyog 😀

    in reply to: printing results and updating non-primary key dbs #14230
    Ritesh
    Member
    Quote:
    However, I have been experiencing a problem. I tried the 'export resultset' (using the HTML option) to a file on the desktop but failed to see or find the file anywhere. That action failed on all of my three attempts. I would be grateful for some help there (maybe export result set is not what I think it is). Please explain

    In the export resultset dialog box, select a file using button. When the file with the complete path comes in the read-only text box, press Export.

    Quote:
    I tried to update a single table database (which had no primary key)

    You can not update a table with no Primary Key defined in SQLyog. You have to write your own SQL stmt. to do that.

    Quote:
    Additionally, I noticed that when query results are changed to text (using control l), they can be selected but cannot be copied/cut and pasted to the clipboard.

    Press Ctrl+C to copy the data into clipboard in tab-delimited format

    HTH

    in reply to: INSERT error 1064 #14126
    Ritesh
    Member

    Hello

    Remove the ; at the end

    HTH

    in reply to: Synchronization Bug #14227
    Ritesh
    Member

    Can you send me the SQL Batch script for both the databases, so that we can reproduce the bug ( if there are any ) out here :huh:

    in reply to: Creating Foreign Key Relationships #14214
    Ritesh
    Member

    Hello

    Execute the following statement for the database that has the concerned tables.

    Code:
    show table status from `yourdbname`

    Do you see any FK defination in the comment field of the resultset?

    Better still if you can post the result out here 😀

    in reply to: Synchronization Bug #14222
    Ritesh
    Member

    What I meant to say is instead of switching the database in the dropdown combo box, click on the Sync ( Clipboard ) for the second database

    HTH

Viewing 15 posts - 2,281 through 2,295 (of 2,527 total)