TMI Posted December 10, 2003 Posted December 10, 2003 I am creating a datatable from a sql statment querry to the sql database. If I use databinding to popluate my text boxes and datagrid does this tie up the server? My understanding is that it does not use any of the server resources until you populate the datatable or do an update to the database. Once you create the datatable you are then working with that and not accessing the server. I am just looking for verification if I am correct or not. Quote
Moderators Robby Posted December 10, 2003 Moderators Posted December 10, 2003 You are correct. Quote Visit...Bassic Software
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.