Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

From ADO to DAO

$
0
0
I need to trasform this ADO code for DAO, i spossible?
tks.

Code:

...
Set objCommand = New ADODB.Command
    With objCommand
        .ActiveConnection = CONN
        .CommandText = "AGG_ALBERO1"
        .CommandType = adCmdStoredProc
        .Prepared = True
        .Execute , , adExecuteNoRecords
        Set objCommand = Nothing
    End With
...


Viewing all articles
Browse latest Browse all 42215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>