Re: Open a ADODB.RecordSet from a Procedure
- From: "Franck" <the_darkblast@xxxxxxxxxxx>
- Date: 5 Apr 2007 12:11:08 -0700
execute directly sql commands
dim cn as adodb.connection
set cn = new adodb.conneciton
cn.connectionstring = "provider=...."
cn.open
'now execute command
cn.execute("")
so you
cn.execute("update test set order = 'X'")
.
- References:
- Open a ADODB.RecordSet from a Procedure
- From: origma
- Open a ADODB.RecordSet from a Procedure
- Prev by Date: Open a ADODB.RecordSet from a Procedure
- Next by Date: strange behavior by deleting tables
- Previous by thread: Open a ADODB.RecordSet from a Procedure
- Next by thread: Re: Open a ADODB.RecordSet from a Procedure
- Index(es):