Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Own SQL Driver

Own SQL Driver

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 702 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ckvsoft
    wrote on last edited by
    #1

    Hallo

    Can i write an SQL Driver which i use direct in my code? Ore must this be a Plugin? I cant find any hints how i can do this.
    lg Chris

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Well if your database a c++ SDK you can use that directly.
      And not use any of the QT SQL classes.

      If its not a SQL driver plugin, rest of Qt cant use it since it expects that
      interface.

      1 Reply Last reply
      1
      • C Offline
        C Offline
        ckvsoft
        wrote on last edited by
        #3

        thx
        So when i, as example, modify the mysql plugin it must compile as plugin and i must install it over the existing QT plugin?

        mrjjM 1 Reply Last reply
        0
        • C ckvsoft

          thx
          So when i, as example, modify the mysql plugin it must compile as plugin and i must install it over the existing QT plugin?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @ckvsoft
          if still to be used in a plugin way, then yes.

          can i ask what you want to do ?

          Normally people just use some extra SDK code for features not implemented etc but
          you want to change whole plugin ?

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved