What is the best (fastest, lowest use of server resources) to open a recordset?
I have seen:
rs.Open SQL, Conn
rs.Open SQL, Conn, 3
rs.Open SQL, Conn, 1, 1
rs.Open SQL, Conn, adOpenStatic
rs.Open SQL, Conn, adOpenKeyset
Is there a good resource out there to help me determine what is best for...
What is the best (fastest, lowest use of server resources) to open a recordset?
I have seen:
rs.Open SQL, Conn
rs.Open SQL, Conn, 3
rs.Open SQL, Conn, 1, 1
rs.Open SQL, Conn, adOpenStatic
rs.Open SQL, Conn, adOpenKeyset
Is there a good resource out there to help me determine what is best for...
I am modifying code from another company and they use JavaScript EVERYWHERE. I need to hit the DB and build a <select> list. I get a "Object Expected" error when the code runs. A snip follows:
var payTypeSQL = "SELECT PayTypeID, PayTypeName FROM VProfile WHERE "...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.