|
-
Sep 21st, 2005, 02:05 AM
#1
Thread Starter
Addicted Member
Try This...
'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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|