Re: Retrieve and update from SQL
From: Javier (jleyba_at_manresa.net)
Date: 02/07/05
- Next message: Karl Heinz Buchegger: "Re: An integer type with range checking."
- Previous message: Siemel Naran: "Re: const objects ->const member functions?"
- In reply to: Noah Roberts: "Re: Retrieve and update from SQL"
- Next in thread: Johan: "Re: Retrieve and update from SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 07 Feb 2005 09:35:51 +0100
Noah Roberts wrote:
> Javier wrote:
>
>> Hi All
>>
>> I'm retrieving data from a SQL Server with C++. I need to retrieve a
>> row and update some column in this retrieved row.
>>
>> Is this possible ? How could I do it ?
>
>
> Use the programming API for the database you are trying to connect to?
>
> I mean, that is what I would do, but maybe I am just silly.
Thanks for your reply.
Yes, I'm using ADO to access to MSDE. I've been "googling" and got some
samples about retrieve data in a recordset and it worked fine, but I
need to update retrieved data and I couldn't find info about it...
J
- Next message: Karl Heinz Buchegger: "Re: An integer type with range checking."
- Previous message: Siemel Naran: "Re: const objects ->const member functions?"
- In reply to: Noah Roberts: "Re: Retrieve and update from SQL"
- Next in thread: Johan: "Re: Retrieve and update from SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|