saprouzy Posted January 30, 2006 Posted January 30, 2006 Hey there,i have a question concerning ADO programming in VBif i have this line of code: myDB.execute "update tableX set values x=1 , y = 2 where some condition", RecordsAffectedthis would return the records affected by the query in the variable RecordsAffected.my question is, if i don't put the parameter RecordsAffected , does the call still returns the that number?to be more clear in context:i have a remote server and i want to minmize the traffic as much as i can, so if by removing RecordsAffected i don't get a repsonse back again i would remove it, if the response is returned even if it's removed i'll keep it.thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now