PDA

View Full Version : Stored procedures



NewsArchive
11-27-2008, 02:17 AM
I know that you can install SQL Server Express as part of an SB installer.

What about stored procedures? Can they be installed from SB or is that
something for my program to take care of?

Peter

NewsArchive
11-27-2008, 02:18 AM
Peter,

> I know that you can install SQL Server Express as part of an SB installer.
>
> What about stored procedures? Can they be installed from SB or is that
> something for my program to take care of?

If you would like to handle this from within the installer, just develop a
small DLL (in Clarion , Visual Studio, etc.) and do whatever you want with
stored procedures.

There are some DLL source code demo projects (Clarion and Visual Studio) in
the Examples package.

Does this help?

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
11-27-2008, 02:18 AM
Well yes, it sort of helps. I've just now discovered that my Examples folder
is empty. Do I miss something (SB6 is up-to-date).

Peter

NewsArchive
11-27-2008, 02:19 AM
Peter,

> Well yes, it sort of helps. I've just now discovered that my Examples
> folder is empty. Do I miss something (SB6 is up-to-date).

It's only empty if you did not install the Examples Package (a separate
download).

http://www.lindersoft.com/downloads_licensed.htm

This is the link to the latest SB6 Examples:
http://www.lindersoft.com/sb6_Examples.exe

Friedrich

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
11-27-2008, 02:19 AM
So I <did> miss something. Thanks!

Peter