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

Use Sqlyog Source To Create Mssql Browser

forums forums SQLyog SQLyog Localization and Source Code Discussions Use Sqlyog Source To Create Mssql Browser

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #10181
      intel352
      Member

      Just curious as to how much work it would take to modify the source of SQLYog so that it can work with MS SQL Server 2005, with most of the same functionality as is present for MySQL

      Is this something that could be done with a bit of work, or is this functionally impossible?

    • #23408
      peterlaursen
      Participant

      1) the sever architecture(s) are different (information_schema. system variables, implementation of SP)'s triggers, dta type differences etc.)

      2) the SQL 'dialects' are different. Most important MySQL SHOW statement is not supported by MS SQL.

      3) the is no parallel to the MySQL C-API

      so every byte of code related to how to communicate with the server would have to be rewritten.

      However what code there is defining the GUI would still mostly be usable.

      So .. lets's say that 33% – 50% of the current code would go into a version for any other database server.

      We have no such plans!

    • #23409
      intel352
      Member

      Thanks for the detailed answer, I appreciate it.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.