insert record

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 6th, 2005, 06:22
Junior Member
Join Date: Sep 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote

  #2 (permalink)  
Old Oct 15th, 2005, 01:12
New Member
Join Date: Oct 2005
Location: Newbury Berks UK
Age: 50
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Tony Hine Send a message via Skype™ to Tony Hine
You should be able to cure this problem by viewing the data with a query, and have sort ascending on the units column.
Reply With Quote
Reply

Tags
insert, record

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43