The webpage I made with vs2005 seems to open slowly, and the server and network are not bad. The simplest page does not have any code. There are only three controls. You have to wait for it to open. Is there any way to speed it up?
There is connection.open () and connection.close () will not affect speed?
My index page needs to execute almost 10 stored procedures. In this case, should I execute close after 10 stored procedures after conn.open or open and close once for each stored procedure?
You put the code to access the database into the constructor to execute,
There will be significant changes in speed, but what are the consequences, I do n’t think I need to say more
There are advantages and disadvantages, you measure it yourself