SQLite Queries

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • treyhaslem@yahoo.com

    #1

    SQLite Queries

    I am using SQLite and C++ to store data. I would like to query the
    table and print the results to an ASCII file. Can anyone help me?

    Trey

  • roberts.noah@gmail.com

    #2
    Re: SQLite Queries


    treyhaslem@yaho o.com wrote:[color=blue]
    > I am using SQLite and C++ to store data. I would like to query the
    > table and print the results to an ASCII file. Can anyone help me?[/color]

    I believe SQLite has a mailing list....try there.

    Comment

    • Victor Bazarov

      #3
      Re: SQLite Queries

      treyhaslem@yaho o.com wrote:[color=blue]
      > I am using SQLite and C++ to store data. I would like to query the
      > table and print the results to an ASCII file. Can anyone help me?[/color]

      If you have a C++ _language_ problem, we can help.

      V

      Comment

      • roberts.noah@gmail.com

        #4
        Re: SQLite Queries


        treyhaslem@yaho o.com wrote:[color=blue]
        > I am using SQLite and C++ to store data. I would like to query the
        > table and print the results to an ASCII file. Can anyone help me?[/color]

        I believe SQLite has a mailing list....try there.

        Comment

        • Mike Wahler

          #5
          Re: [OT, welcome msg] SQLite Queries

          <treyhaslem@yah oo.com> wrote in message
          news:1136924364 .665079.224960@ g14g2000cwa.goo glegroups.com.. .[color=blue]
          >I am using SQLite and C++ to store data. I would like to query the
          > table and print the results to an ASCII file. Can anyone help me?[/color]

          I'm sure many people could help. But not here. Here
          we only discuss the ISO standard C++ language.

          Were I wanting to use SQLite (in conjunction with whatever
          other languages or tools), I'd be looking for web sites,
          newsgroups, etc., about SQLite. This is not one of those
          newsgroups.

          Purpose of comp.lang.c++:


          -Mike


          Comment

          Working...