Re: update store procedure via vb exe
From: Jeff Johnson [MVP: VB] (i.get_at_enough.spam)
Date: 02/10/04
- Next message: Brad Hanscom: "msgbox code skipped"
- Previous message: Jeff Johnson [MVP: VB]: "Re: How to refresh the screen..."
- In reply to: kriste: "update store procedure via vb exe"
- Next in thread: Jacco Schalkwijk: "Re: update store procedure via vb exe"
- Reply: Jacco Schalkwijk: "Re: update store procedure via vb exe"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 10 Feb 2004 11:10:48 -0500
"kriste" <kriste_l@hotmail.com> wrote in message
news:ujxpYe77DHA.1948@TK2MSFTNGP12.phx.gbl...
> Is there anyway store procedure can be update via a vb exe program?
Just use the Execute method of the Connection object (you ARE using ADO,
right?) to run an ALTER PROCEDURE statement.
- Next message: Brad Hanscom: "msgbox code skipped"
- Previous message: Jeff Johnson [MVP: VB]: "Re: How to refresh the screen..."
- In reply to: kriste: "update store procedure via vb exe"
- Next in thread: Jacco Schalkwijk: "Re: update store procedure via vb exe"
- Reply: Jacco Schalkwijk: "Re: update store procedure via vb exe"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|