'create a dataadapater and connectionobject
Public Function x()
dim x1 as oledbcommand
'statements to execute the command object here
'don't dispose or close
end function
public function y()
dim x1 as oledbcommand
'statements to execute the command object here
'don't dispose or close
end function

'execute both function simulteniously what will happen?