How to add new records in a new database 
Author Message
 How to add new records in a new database

Hi, How can I add new records in a new database using bound input control? I tried to use "data1.recordset.addnew", but failed.
Thank in advance.

Bob



Sat, 26 May 2001 03:00:00 GMT  
 How to add new records in a new database
I'm not exeactly sure what your trying to do, if your adding a record to a
database with a form, i don't think i would bind it as much as have a
command button call a procedure to run an insert into query with the data
from the form.  If your using something like sql server this would be a good
method.

Matt Peters

Quote:

>Hi, How can I add new records in a new database using bound input control?

I tried to use "data1.recordset.addnew", but failed.
Quote:
>Thank in advance.

>Bob



Mon, 28 May 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. adding new records & new record

2. Weird ASP error when trying to add a new record to a MS Access database

3. Problem adding new record to SQL database recordset

4. adding records to new database - cancelled by associated object

5. Can't add new record to Access database with DataControl

6. Remote Data Control--Problems with Adding new Record to SQL Server 6.0 Database

7. add new record to MS ACCESS database

8. Can't add new record to Access database with data control

9. New User: Adding records to a database

10. HELP!! DBCombo Box , adding new records in database

11. Trying to add new record to Access database

12. add a new record into my Access database

 

 
Powered by phpBB® Forum Software