Re: Create Storedprocedure with VB6? Is this possible?
- From: "sam" <sam@xxxxxxxxxx>
- Date: Sat, 28 Jul 2007 02:58:37 +1000
I don't want to use a third party tool.
Is there any way I can create a storedprocedure
from a VB6 Application. Or can itbe done another way,
I do not want to use .Net
TIA
Sam
"William Vaughn" <billvaNoSPAM@xxxxxxxxx> wrote in message
news:3DB62B88-E5C2-4F75-9D49-11E5F033AE9B@xxxxxxxxxxxxxxxx
Sure. I have examples in all of my Hitchhiker Guide books.
Basically, you can create and execute an SQL query that includes the
CREATE PROCEDURE call.
I don't think the VB6 IDE itself could create a stored procedure, but
there are lots of other tools that will. SQL Server Enterprise Manager can
and so can SQL Server Management Studio (there's even a free Express
version).
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no
rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"sam" <sam@xxxxxxxxxx> wrote in message
news:eb%23upnA0HHA.5152@xxxxxxxxxxxxxxxxxxxxxxx
Can a Storedprocedure be created using code in VB6?
If so how?
Is there some sample code?
TIA
Sam
.
- Follow-Ups:
- Re: Create Storedprocedure with VB6? Is this possible?
- From: Mark J. McGinty
- Re: Create Storedprocedure with VB6? Is this possible?
- References:
- Create Storedprocedure with VB6? Is this possible?
- From: sam
- Re: Create Storedprocedure with VB6? Is this possible?
- From: William Vaughn
- Create Storedprocedure with VB6? Is this possible?
- Prev by Date: Re: Create Storedprocedure with VB6? Is this possible?
- Next by Date: Re: Create Storedprocedure with VB6? Is this possible?
- Previous by thread: Re: Create Storedprocedure with VB6? Is this possible?
- Next by thread: Re: Create Storedprocedure with VB6? Is this possible?
- Index(es):
Relevant Pages
|