antiemptyv Posted November 11, 2006 Share Posted November 11, 2006 is it more efficient to get all the information you can about a user, say, and create an object and pass the information around like that while you're outputting the user information or pull the information from the database as you use it? Quote Link to comment Share on other sites More sharing options...
fenway Posted November 12, 2006 Share Posted November 12, 2006 If you mean pulling individual fields vs. an entire record, I think it's obvious that the latter is better. Of course, for large recordsets, you may not need all of the fields. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.