|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Access Help using asp scripts
1.table X has 54 records <br>2.inserted 2 more records using asp scripts<br>3.used move.last to read the last record , but for some reasons, it did not read the last record which was the 56th . It just read the 54th record as the last record.<br><br>I check the table and it does have the 2 records that had been added.<br><br>Any comments ?? thanks. please email me : mho8533@hotmail.com
|
|
#2
|
||||
|
||||
|
Sounds like something with the logic. This sounds obvious, but are you reading after you add the records?<br><br>Possible workaround:<br><br>Does each record have a unique id that increments? You could do :<br><br>SELECT MAX(id) FROM Table1
|
|
#3
|
|||
|
|||
|
if you're using a disconnected record set it will not update automatically, you need to force it.
|
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Access Help using asp scripts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|