C++.NET

Moderators: Lundin
Number of threads: 99
Number of posts: 163

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
MS Access in C++.NET Posted by Emilie on 19 Nov 2007 at 9:44 PM
Hi!

I'm trying to update my MS Access database but it doesn't seem to work...
in other languages you can use OleDbConnection->ExecuteNonQuery()
but there's no such in c++.NET

I'm able to read the database but not update it...

could someone help me out?
Report
Re: MS Access in C++.NET Posted by HackmanC on 20 Nov 2007 at 12:42 AM

Because the OleDbConnection don't implements the ExecuteNonQuery() method in any language. (The libraries are almost the same on all languages).

OleDbCommand.ExecuteNonQuery()
http://msdn2.microsoft.com/en-us/library/system.data.oledb.oledbcommand.executenonquery(VS.80).aspx

In fact you can't Execute a Connection, you can Execute a Command.

----
: Hi!
:
: I'm trying to update my MS Access database but it doesn't seem to
: work...
: in other languages you can use OleDbConnection->ExecuteNonQuery()
: but there's no such in c++.NET
:
: I'm able to read the database but not update it...
:
: could someone help me out?
:

Good luck!
Hackman
Report
Re: MS Access in C++.NET Posted by Emilie on 20 Nov 2007 at 6:11 PM
:
: Because the OleDbConnection don't implements the ExecuteNonQuery()
: method in any language. (The libraries are almost the same on all
: languages).
:
: OleDbCommand.ExecuteNonQuery()
: http://msdn2.microsoft.com/en-us/library/system.data.oledb.oledbcomma
: nd.executenonquery(VS.80).aspx
:
: In fact you can't Execute a Connection, you can Execute a Command.
:
: ----
: : Hi!
: :
: : I'm trying to update my MS Access database but it doesn't seem to
: : work...
: : in other languages you can use OleDbConnection->ExecuteNonQuery()
: : but there's no such in c++.NET
: :
: : I'm able to read the database but not update it...
: :
: : could someone help me out?
: :
:
: Good luck!
: Hackman

oupppppppppssss.... lol thanks! wrong object ;)




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.