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

Interactive Queries?

forums forums SQLyog Using SQLyog Interactive Queries?

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #22643
      peterlaursen
      Participant

      No you cannot.

      This is a special Access feature and not a standard SQL feature.

      In Access you can actually just use a non-existent column name and it is treated like a parameter that can be substituted.

      SQLyog is a SQL-based database client. We can only support what is supported by the server!

      Of course such parsing functionalities could be implemented in the tokenizer/editor (just as 'DELIMITER' is). I shall not exlude that we will some day, but it is not priority! With MySQL most people would use a FORMS feature of (D)HTML or a scirpting language for this.

    • #22644
      mangafan75
      Member
      peterlaursen wrote on Sep 29 2006, 02:41 PM:
      No you cannot.

      This is a special Access feature and not a standard SQL feature.

      In Access you can actually just use a non-existent column name and it is treated like a parameter that can be substituted.

      SQLyog is a SQL-based database client. We can only support what is supported by the server!

      Of course such parsing functionalities could be implemented in the tokenizer/editor (just as 'DELIMITER' is). I shall not exlude that we will some day, but it is not priority! With MySQL most people would use a FORMS feature of (D)HTML or a scirpting language for this.

      Ok! I understand. Thank you for the quick reply.

      cheers

Viewing 1 reply thread
  • You must be logged in to reply to this topic.