Udate SQL server using disconnected recordsets 
Author Message
 Udate SQL server using disconnected recordsets

Hi
use
rs.UpdateBatch

SVETLI


Quote:
> I have a 3tier app running on NT4, VB6, and SQL Server 7.  Normally to
> update data I call stored procedures and pass parameters to them, but in
> this case, I have a disconnected recoredset.  I would like to reconnect
the
> recoredset to the server and update the list of records this way.  I found
> one example in the ADO documentation where it says to use the
> RDS.DataControl object.  I don't use data controls and I manage everything
> through code.  Isn't there another way to do this?

> Thanks.
> --
> George Padvorac




Wed, 11 Sep 2002 03:00:00 GMT  
 Udate SQL server using disconnected recordsets
That wont work for me.  sorry, I needed to give more detail.  I'm creating a
disconnected recordset in the business tier and matching the fields to those
of a table on sql server.  after I populate the recordset with valid data
and try to connect it, I get an error msg saying something about not knowing
what table to reverence the recordset to.  This makes perfect sence since
there is nothing stateing what table.  Is there a good way to point it in
the right direction with out having to use data controls?  It seems like
there should be a way we can define such things with just code.



Quote:
> Hi
> use
> rs.UpdateBatch

> SVETLI



> > I have a 3tier app running on NT4, VB6, and SQL Server 7.  Normally to
> > update data I call stored procedures and pass parameters to them, but in
> > this case, I have a disconnected recoredset.  I would like to reconnect
> the
> > recoredset to the server and update the list of records this way.  I
found
> > one example in the ADO documentation where it says to use the
> > RDS.DataControl object.  I don't use data controls and I manage
everything
> > through code.  Isn't there another way to do this?

> > Thanks.
> > --
> > George Padvorac




Fri, 13 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Udate SQL server using disconnected recordsets

2. Help! Disconnected recordsets ADO and SQL Server

3. Disconnected Recordset: Not editable SQL-JOIN used

4. Disconnected Recordset: Not editable SQL-JOIN used

5. Disconnected Recordset: Not editable SQL-JOIN used

6. using the data environment with recordset returning sql server sproc

7. ADO, SQL Server Updating Recordset using 2 Tables

8. Using ado recordset in an SQL Server inner join

9. Can not find SQL Server (I'm not using SQL Server)

10. VB6 application using SQL Server 2000 migrating db to SQL Server 2

11. VB server to return a disconnected recordset

12. Run SQL Statement Against Disconnected ADO Recordset

 

 
Powered by phpBB® Forum Software