DAO Recordset Temporaly storing 
Author Message
 DAO Recordset Temporaly storing

I have 3 Textfields ---> txt_name    txt_city    txt_number and
I have a Button ---> "Save"  as btn_save..

I want store user inputs in a DAO Recordset temporaly, because
i want work with the data and on the end i will save it in
a table.

How i can store the data temporaly in the Recordset?



Fri, 02 Dec 2005 14:21:56 GMT  
 DAO Recordset Temporaly storing


Quote:

> How i can store the data temporaly in the Recordset?

A recordset has to have some table storage behind it, I'm afraid.

You could:
  Create a temporary table?

  Use a variant array?

  Use an array of custom classes?

HTH

Tim F



Sat, 03 Dec 2005 02:12:20 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Assigning a Dao.Recordset to a Datacontrol With VB6 SP4 and Dao.360

2. DAO Recordset.LastUpdated in DAO

3. ado recordsets from stored procedures, stored procedures have input parameters

4. Temporaly disable mouse

5. Temporaly disable COM port

6. Temporaly disable mouse (v2: now COM port)

7. Use DAO to store Word documents in Access DB

8. Store and Retrieve Picture with DAO and Access Database

9. Calling Oracle Stored Procedure from VB6 using DAO

10. DAO - executing stored procedures

11. DAO and Sybase Stored Procedures

12. How to execute stored procedure by DAO of VB5.0

 

 
Powered by phpBB® Forum Software