Need sample to read from db
Tech-Archive recommends: Speed Up your PC by fixing your registry
Hello,
I need a sample code in order to read/write from oracle database 9i,
by using the ADO engine.
(Visual Studio 6.0 - Visual C++).
Something like :
1) connect to db
2) make sql query (with / without parameters).
3) run the sql query
4) fetch the results
5) close query
6) run update query.
7) close connection.
Thanks :)
.
Relevant Pages
- Re: Internationalizing a web site
... >> Simplicity itself. ... > Bob Lehmann ... >> Visual Studio? ... >> code your SQL query right to get the data out, ... (microsoft.public.inetserver.asp.db) - Loading Data when logged in
... I'm using Visual Studio 2005 and .Net Framework 2.0 ... These Numbers are in a row of the database. ... As I know from Programming with VB I must do an Sql Query. ... In Visual Studio 2005 normally i had a dataset where i could type sql ... (microsoft.public.dotnet.languages.vb) - Need sample to read from db
... I need a sample code in order to read/write from oracle database 9i, ... by using the ADO engine. ... (Visual Studio 6.0 - Visual C++). ... make sql query. ... (microsoft.public.vc.language) - Re: Stop SQL execution by disconnecting Database Connection ???
... I have a ASP/C# application that connect to Oracle database. ... issuing my SQL query if I close the browser or move into another page (ie ... execution (by disconnecting the present database connection ???). ... (microsoft.public.dotnet.languages.csharp) - Sample code request (C#)
... code to connect to an oracle database and do a sql query and load the ... re-write a VB6 app I did in the past to C# as a learning tool:) ... (microsoft.public.dotnet.framework.windowsforms.databinding) |
|