Re: Execute a stored procedure from Visual Basic

From: Thomas Viohl <tviohl_at_hw-edv.de>
Date: Wed, 16 Jun 1999 16:38:40 +0300
Message-ID: <7k8cn5$8p3$1_at_iradj.is-bremen.de>


Hi,
there a 2000 ways to execute a stored procedure. it depends on the data access method you are using:

in DAO:
db.execute "exec myproc()"

in RDO
connection.execute "exec myproc()"

in ADO
myAktiveconnection.execute "exec myproc()"

if you want to get back a resultset then you have to use recordsets.

  • Thomas

Joaquin Garcia Santos <jis_at_iberdrolaingenieria.es> schrieb in im Newsbeitrag: 7k83gg$g20$1_at_talia.mad.ttd.net...
> Hello,
> How can I execute a stored procedure from Visual Basic?
> Thanks a lot!
>
>
Received on Wed Jun 16 1999 - 15:38:40 CEST

Original text of this message