JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1617
|
Re: Stored procedures with parameters using OLE DB Archived to Disk
Similar to the below, although it will depend on what data types it's looking for (text or numbers) as to how you'll pass it.
ADODBConnection.Execute "[StoredProcedureName] 'Text'"
ADODBConnection.Execute "[StoredProcedureName] 24"
ADODBConnection.Execute "[StoredProcedureName] 'Text', 24"
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|