Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

RE: closing connection to a database: msg#00005

db.mysql.c++

Subject: RE: closing connection to a database

I tried using
query << sCommand.c_str();
only, but it doesn't work....and if I'll go with
query.execute();
only, then it won't work coz there's no command that would be queried....

do I need to use
query.update(x,x2);
query.execute();
instead of doing
query << sCommand.c_str();
query.execute();
?

Thanks!
-aldrin


----
When each day is the same as the next, it's because people fail to recognize
the good things that happen in their lives everyday that the sun rises...

-The Alchemist

-----Original Message-----
From: Sinisa Milivojevic [mailto:sinisa@xxxxxxxxx]
Sent: Tuesday, June 01, 2004 6:16 PM
To: aldrin
Cc: plusplus@xxxxxxxxxxxxxxx
Subject: Re: closing connection to a database

aldrin wrote:
> I have this code inside a function:
>
>
>
> try{
>
> Connection con( "conversar", "localhost", g_sUsername.c_str(),
> g_sPassword.c_str() );
>
> Query query = con.query();
>
> query << sCommand.c_str();
>
> query.execute();
>
> }catch( BadQuery er)
>
> {
>
> fprintf( stderr, "Error in query: %s\n", sCommand.c_str()
);
>
> fprintf( stderr, "Error message: %s\n", er.error.c_str()
);
>
> return false;
>
> }
>
>
>
> If the program exits the function, will the connection to the database be
> closed automatically? Or is there a special command to close the database
> connection?
>
> Coz I am not sure if this illegal disconnection from database causes the
> multiple instances of mysql in my Linux server.
>
>
>
> Thanks a lot!
>
>
>
> -Aldrin ;)
>
>

It will be done automatically. That is basic C++.

No multiple instances. Also do not use both a stream or execute. Use
only one of those. Read the manual and examples.

--

Sincerely,

--
For technical support contracts, go to https://order.mysql.com/?ref=msmi
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sinisa@xxxxxxxxx>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB
/_/ /_/\_, /___/\___\_\___/ Full time Developer and Support Coordinator
<___/ www.mysql.com Larnaca, Cyprus


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=aldrin@xxxxxxxxxxxxxx



--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
ide.eclipse.wtp...    bug-tracking.ro...    xfree86.cvs/200...    lisp.wxcl.devel...    file-systems.ar...    kde.devel.kwrit...    jakarta.jetspee...    qnx.openqnx.dev...    drivers.openib/...    ports.xbox.deve...    gis.gdal.devel/...    netbsd.ports.ma...    ubuntu.marketin...    systemtap/2005-...    web.omniweb/200...    mail.qmail.ldap...    hardware.soekri...    os.netbsd.devel...    audio.madman.ge...    tv.freeguide-tv...    cluster.openmos...    education.ezpro...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation