Mike Sánchez
unread,May 17, 2010, 9:13:02 PM5/17/10You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello. i need to store a record in the last positon on the file. This file
does not require a key field(s) because i neeed that information in the same
order as they were captured. I do an Insert Sql query, but the new record
doesn't be in the last position. i want to know how to reach de last
position to insert the record; if there as a pointer to the last position,
etc. i've been using Access, and with dao AddNew appends a record in the
last position os the file, but Insert (SQL) with SQL Server 2005 doesn´t.
Thanxs in advance.