473,609 Members | 1,851 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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

Similar topics

12
4415
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 characters as possible will be matched. the regular expression module fails to perform non-greedy matches as described in the documentation: more than "as few characters as possible"
5
3737
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 their dtor is called immediately and not at the end of the function. to be able to use return objects (to avoid copying) i often assign them to a const reference. now, casting a const return object from a function to a non-const reference to this...
3
12221
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 nonblocking mode in c++? I did something ugly like --- c/c++ mixture --- mkfifo( "testpipe", 777);
25
7591
by: Yves Glodt | last post by:
Hello, if I do this: for row in sqlsth: ________pkcolumns.append(row.strip()) ________etc without a prior:
32
4502
by: Adrian Herscu | last post by:
Hi all, In which circumstances it is appropriate to declare methods as non-virtual? Thanx, Adrian.
22
12025
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 had a static function, and the one class had a non-static function. Both of these functions did the exact same thing. The test function: public void Test(){ decimal y = 2; decimal x = 3;
14
8397
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
3419
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 vtable pointer is made use of.. eg. class one {
399
12780
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 to python-3000@python.org In summary, this PEP proposes to allow non-ASCII letters as identifiers in Python. If the PEP is accepted, the following identifiers would also become valid as class, function, or variable names: Löffelstiel,...
12
29851
by: puzzlecracker | last post by:
is it even possible or/and there is a better alternative to accept input in a nonblocking manner?
0
8579
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8232
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8408
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7024
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6064
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4032
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4098
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1686
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.