This is a discussion on "insert record" within the Databases section. This forum, and the thread "insert record are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
insert record
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
insert record
Hi :
In VB Code, I know this one, rs.AddNew rs.Fields("Unit") = rstemp.Fields("Unit").value .. rs.update But, this one is only insert the record at the end each time, what command can insert in the middle For example: Table1: Unit Amount 1____$23 2____$7 3____$88 I want to insert one record:Unit is 2, Amount is $3 And put it in the 2nd row Table1: Unit Amount 1____$23 2____$3 2____$7 3____$88 What command I need to use? Thanks. |
|
|
![]() |
| Tags |
| insert, record |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQL Insert help | air duster | Classic ASP | 13 | Jan 12th, 2006 08:38 |
| Insert record in mysql | djme | Databases | 1 | Dec 24th, 2005 01:42 |
| Insert Record | redkyna | Classic ASP | 11 | Aug 25th, 2004 22:46 |
| how to quickly insert a record | gab | Classic ASP | 5 | Oct 31st, 2003 18:28 |