I know that a sql functin should return a value of -1,0 or 1, but I have no been able to use it to validate whether a process has completed syuccessfully.
Example:
-- OR preferably--
is there a way to do it without using conn.execute:
Example:
Thanks ahead of time
Seems like it should be easy, but then again, I don't have a regents diploma.
Example:
Code:
sql = "UPDATE tblNum t WHERE t.num = '"&num&"'"
verify = conn.execute(sql)
is there a way to do it without using conn.execute:
Example:
Code:
rs.open = sql,conn,1,3
Seems like it should be easy, but then again, I don't have a regents diploma.