|
-
Jan 17th, 2007, 10:33 PM
#1
Re: records retreive extremely slow
Oh and do the per row information display as one form or container (controls in form, in picturebox, frame). When the user will view/update/delete one record, you now have a reusable container which shows appropriate information based on primary key passed (it queries table returning just one record and updates the controls with values. You cal also pass other arguments to control which buttons (add, update, delete) are show in this form/container like what the message box does (eg. vbYesNo, vbOkCancel).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|