X
Xand3ros
Hi, sorry for what will most likely be seen as a noob question, but
here we go.
in SQL 2000 i have a Stored Proc, (lets call it sp_xxx)
this stored proc requires three pramaters to run as shown below,
EXEC sp_xxx 'param1','param2','param3'
the stored proc runs fine,
my dilemma is that now i have created this lovely stored proc,
management want it to be encased in a lovely GUI.
sadly i am fluent in SQL not VBA.
i can make a VB form (very basic one) and do very basic things, but
what i need to know is the following
1. how do i execute a stored proc from VB (im using Visual basic
express 2008)
2. if possible how do i then have a page that gives the option to
view
on screen or print???
Noobish i know but as i said, fluent in SQL not VBA
Any help is GREATLY APPRECIATED.
Many thanks
here we go.
in SQL 2000 i have a Stored Proc, (lets call it sp_xxx)
this stored proc requires three pramaters to run as shown below,
EXEC sp_xxx 'param1','param2','param3'
the stored proc runs fine,
my dilemma is that now i have created this lovely stored proc,
management want it to be encased in a lovely GUI.
sadly i am fluent in SQL not VBA.
i can make a VB form (very basic one) and do very basic things, but
what i need to know is the following
1. how do i execute a stored proc from VB (im using Visual basic
express 2008)
2. if possible how do i then have a page that gives the option to
view
on screen or print???
Noobish i know but as i said, fluent in SQL not VBA
Any help is GREATLY APPRECIATED.
Many thanks