![]() |
How to find a record from recordset?
there is a recordset with name and address. name is primary key. I have to update some one address to his new address. How can i set cursor to the exact record without searching in all the records? I used while loop to set cursor. But it is very slow.
This is my code Code:
recordset.movefirst |
Re: How to find a record from recordset?
:| select by the primary key and update it!
|
Re: How to find a record from recordset?
Can u explain some more. I dont know database deeply
|
Re: How to find a record from recordset?
Code: ASP
something like this... |
Re: How to find a record from recordset?
Thank you for ur code. But my problem is not updating table. updating a recordset record that has more than one records
|
| All times are GMT +5.5. The time now is 05:02. |