|
-
Aug 30th, 2000, 07:29 AM
#1
Thread Starter
Addicted Member
I'm trying to run a function called 'TransferData' from the module 'modTransfer' in an access database.
I have a connection the this database (via adodb.connection)
using following source string :
*
strCon = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=d:\catfax\whcatfax.mdb"
*
I'm able to transfer data from VB to tables in this database. Is it possible to execute the above mentionned function via this connection?
I've tried: connection.execute ("TransferData")
Is there a way to execute the function????
-
Aug 30th, 2000, 09:57 AM
#2
Guru
-
Aug 31st, 2000, 01:24 AM
#3
Thread Starter
Addicted Member
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
|