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. | | | | 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] http://www.slack.net/~shiva/welcome.txt
-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting. | | | | 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. | | | | 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. | | | | 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. | | | | 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. | | | | 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. | | | | 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. | | | | re: non-form based databse application deivanai_sri@hotmail.com (sreenivasan alakappan) wrote in message news:<64b48205.0404070636.19a3544a@posting.google. 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.public.vc hierarchy (available on news.microsoft.com) | | | | re: non-form based databse application deivanai_sri@hotmail.com (sreenivasan alakappan) wrote in message news:<64b48205.0404070636.19a3544a@posting.google. 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.public.vc hierarchy (available on news.microsoft.com) | | | | re: non-form based databse application
sreenivasan alakappan <deivanai_sri@hotmail.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)cyberspace.org | don't, I need to know. Flames welcome. | | | | re: non-form based databse application
sreenivasan alakappan <deivanai_sri@hotmail.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)cyberspace.org | don't, I need to know. Flames welcome. |  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 226,510 network members.
|