non-form based databse application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sreenivasan alakappan

    non-form based databse application

    Hello,
    I want to create a database applciation in C++. I am using VC++
    6.0 as the deevelopment environment. When I ever i createa project, it
    only allows me to create a form based normal application or a databse
    application. But I dont want that.

    My aim, is read some input file, extract certain valeus and write
    into the database. I want to connect to access or some database, there
    is no particular need in this.ALl i will need in this will be to
    create a connection to a database, execute a insert statement and
    query that back.

    Any help in this will be very much useful.

    Thanks,
    Sreeni.
  • Kevin Goodsell

    #2
    Re: non-form based databse application

    sreenivasan alakappan wrote:
    [color=blue]
    > Hello,
    > I want to create a database applciation in C++. I am using VC++
    > 6.0 as the deevelopment environment. When I ever i createa project, it
    > only allows me to create a form based normal application or a databse
    > application. But I dont want that.
    >
    > My aim, is read some input file, extract certain valeus and write
    > into the database. I want to connect to access or some database, there
    > is no particular need in this.ALl i will need in this will be to
    > create a connection to a database, execute a insert statement and
    > query that back.
    >
    > Any help in this will be very much useful.
    >
    > Thanks,
    > Sreeni.[/color]



    -Kevin
    --
    My email address is valid, but changes periodically.
    To contact me please use the address from a recent posting.

    Comment

    • sreenivasan alakappan

      #3
      Re: non-form based databse application

      Hi,
      I think I have not gone out of the scope of this forum. I am using
      C++ and I have a question in that. To explain this, I have said my
      edvelopment environment also, which is VC++. Does this mean that I am
      not specific to what I am asking? I don't understand.

      Thanks,
      Sreeni.

      Comment

      • sreenivasan alakappan

        #4
        Re: non-form based databse application

        Hi,
        I think I have not gone out of the scope of this forum. I am using
        C++ and I have a question in that. To explain this, I have said my
        edvelopment environment also, which is VC++. Does this mean that I am
        not specific to what I am asking? I don't understand.

        Thanks,
        Sreeni.

        Comment

        • Kevin Goodsell

          #5
          Re: non-form based databse application

          sreenivasan alakappan wrote:[color=blue]
          > Hi,
          > I think I have not gone out of the scope of this forum. I am using
          > C++ and I have a question in that. To explain this, I have said my
          > edvelopment environment also, which is VC++. Does this mean that I am
          > not specific to what I am asking? I don't understand.
          >[/color]

          Standard C++ has nothing to say about making VC++ work the way you want
          it to, or about connecting to databases. I can't find anything in your
          post that relates to standard C++, the (only) topic here.

          -Kevin
          --
          My email address is valid, but changes periodically.
          To contact me please use the address from a recent posting.

          Comment

          • Kevin Goodsell

            #6
            Re: non-form based databse application

            sreenivasan alakappan wrote:[color=blue]
            > Hi,
            > I think I have not gone out of the scope of this forum. I am using
            > C++ and I have a question in that. To explain this, I have said my
            > edvelopment environment also, which is VC++. Does this mean that I am
            > not specific to what I am asking? I don't understand.
            >[/color]

            Standard C++ has nothing to say about making VC++ work the way you want
            it to, or about connecting to databases. I can't find anything in your
            post that relates to standard C++, the (only) topic here.

            -Kevin
            --
            My email address is valid, but changes periodically.
            To contact me please use the address from a recent posting.

            Comment

            • Julie

              #7
              Re: non-form based databse application

              sreenivasan alakappan wrote:[color=blue]
              >
              > Hi,
              > I think I have not gone out of the scope of this forum. I am using
              > C++ and I have a question in that. To explain this, I have said my
              > edvelopment environment also, which is VC++. Does this mean that I am
              > not specific to what I am asking? I don't understand.
              >
              > Thanks,
              > Sreeni.[/color]

              Pretty much all of what you are after is out of scope.

              This newsgroup discusses the C++ language, not particular implementations or
              specific system details.

              You need to address your question to a Microsoft newsgroup -- there are
              numerous that deal specifically w/ the questions that you have regarding
              databases, access, connection strings, VC or any other specific development
              environment, etc.

              A very quick way to see if your question is on or off topic is to browse to a
              site that details the C++ standard and search for your topic. If it returns
              results, then your post is probably on-topic, if no results, then probably off
              topic.

              For example, if you were to search for "Access Database", you would get no
              results, and therefore would be considered off topic. However, if you searched
              for something like "vector", you would get results, and the presumption would
              then be that your question would be appropriate.

              Good luck.

              Comment

              • Julie

                #8
                Re: non-form based databse application

                sreenivasan alakappan wrote:[color=blue]
                >
                > Hi,
                > I think I have not gone out of the scope of this forum. I am using
                > C++ and I have a question in that. To explain this, I have said my
                > edvelopment environment also, which is VC++. Does this mean that I am
                > not specific to what I am asking? I don't understand.
                >
                > Thanks,
                > Sreeni.[/color]

                Pretty much all of what you are after is out of scope.

                This newsgroup discusses the C++ language, not particular implementations or
                specific system details.

                You need to address your question to a Microsoft newsgroup -- there are
                numerous that deal specifically w/ the questions that you have regarding
                databases, access, connection strings, VC or any other specific development
                environment, etc.

                A very quick way to see if your question is on or off topic is to browse to a
                site that details the C++ standard and search for your topic. If it returns
                results, then your post is probably on-topic, if no results, then probably off
                topic.

                For example, if you were to search for "Access Database", you would get no
                results, and therefore would be considered off topic. However, if you searched
                for something like "vector", you would get results, and the presumption would
                then be that your question would be appropriate.

                Good luck.

                Comment

                • red floyd

                  #9
                  Re: non-form based databse application

                  deivanai_sri@ho tmail.com (sreenivasan alakappan) wrote in message news:<64b48205. 0404070636.19a3 544a@posting.go ogle.com>...
                  [redacted]

                  You *are* out of scope for this forum. Standard C++ has no concept of
                  what a "form" is. You might want to try a VC specific newsgroup,

                  comp.windows.ms .programmer

                  or the

                  microsoft.publi c.vc hierarchy (available on news.microsoft. com)

                  Comment

                  • red floyd

                    #10
                    Re: non-form based databse application

                    deivanai_sri@ho tmail.com (sreenivasan alakappan) wrote in message news:<64b48205. 0404070636.19a3 544a@posting.go ogle.com>...
                    [redacted]

                    You *are* out of scope for this forum. Standard C++ has no concept of
                    what a "form" is. You might want to try a VC specific newsgroup,

                    comp.windows.ms .programmer

                    or the

                    microsoft.publi c.vc hierarchy (available on news.microsoft. com)

                    Comment

                    • Christopher Benson-Manica

                      #11
                      Re: non-form based databse application

                      sreenivasan alakappan <deivanai_sri@h otmail.com> spoke thus:
                      [color=blue]
                      > I think I have not gone out of the scope of this forum. I am using
                      > C++ and I have a question in that. To explain this, I have said my
                      > edvelopment environment also, which is VC++. Does this mean that I am
                      > not specific to what I am asking? I don't understand.[/color]

                      Did you READ the welcome message Kevin posted a link to?

                      --
                      Christopher Benson-Manica | I *should* know what I'm talking about - if I
                      ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

                      Comment

                      • Christopher Benson-Manica

                        #12
                        Re: non-form based databse application

                        sreenivasan alakappan <deivanai_sri@h otmail.com> spoke thus:
                        [color=blue]
                        > I think I have not gone out of the scope of this forum. I am using
                        > C++ and I have a question in that. To explain this, I have said my
                        > edvelopment environment also, which is VC++. Does this mean that I am
                        > not specific to what I am asking? I don't understand.[/color]

                        Did you READ the welcome message Kevin posted a link to?

                        --
                        Christopher Benson-Manica | I *should* know what I'm talking about - if I
                        ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

                        Comment

                        Working...