473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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.
Jul 22 '05 #1
11 1603
sreenivasan alakappan wrote:
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.


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.
Jul 22 '05 #2
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.
Jul 22 '05 #3
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.
Jul 22 '05 #4
sreenivasan alakappan wrote:
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.


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.
Jul 22 '05 #5
sreenivasan alakappan wrote:
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.


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.
Jul 22 '05 #6
sreenivasan alakappan wrote:

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.


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.
Jul 22 '05 #7
sreenivasan alakappan wrote:

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.


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.
Jul 22 '05 #8
de**********@hotmail.com (sreenivasan alakappan) wrote in message news:<64**************************@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)
Jul 22 '05 #9
de**********@hotmail.com (sreenivasan alakappan) wrote in message news:<64**************************@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)
Jul 22 '05 #10
sreenivasan alakappan <de**********@hotmail.com> spoke thus:
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.


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.
Jul 22 '05 #11
sreenivasan alakappan <de**********@hotmail.com> spoke thus:
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.


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.
Jul 22 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: lothar | last post by:
re: 4.2.1 Regular Expression Syntax http://docs.python.org/lib/re-syntax.html *?, +?, ?? Adding "?" after the qualifier makes it perform the match in non-greedy or minimal fashion; as few...
5
by: klaus triendl | last post by:
hi, recently i discovered a memory leak in our code; after some investigation i could reduce it to the following problem: return objects of functions are handled as temporary objects, hence...
3
by: Mario | last post by:
Hello, I couldn't find a solution to the following problem (tried google and dejanews), maybe I'm using the wrong keywords? Is there a way to open a file (a linux fifo pipe actually) in...
25
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
32
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
22
by: Steve - DND | last post by:
We're currently doing some tests to determine the performance of static vs non-static functions, and we're coming up with some odd(in our opinion) results. We used a very simple setup. One class...
14
by: Patrick Kowalzick | last post by:
Dear all, I have an existing piece of code with a struct with some PODs. struct A { int x; int y; };
11
by: ypjofficial | last post by:
Hello All, So far I have been reading that in case of a polymorphic class ( having at least one virtual function in it), the virtual function call get resolved at run time and during that the...
399
by: =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= | last post by:
PEP 1 specifies that PEP authors need to collect feedback from the community. As the author of PEP 3131, I'd like to encourage comments to the PEP included below, either here (comp.lang.python), or...
12
by: puzzlecracker | last post by:
is it even possible or/and there is a better alternative to accept input in a nonblocking manner?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.