Skip to content
⌘ NSIS Forum Archive

Nsis stored procedure

5 posts

mustafayilmaz56#

Nsis stored procedure

Hi there,

How create database and create stored procedured uses nsis?
ım creatıng database but ım not workıng stored procedure?
MSG#
You really must supply more information. We have no idea what you're talking about. You didn't t even tell us what kind of database software you're using!
Afrow UK#
There's the MSSQL plug-in (search for it) but it cannot create stored procedures. You will have to fine some command-line tool or other method to create them.

Stu
jpderuiter#
You actually can create a stored procedure with the MSSQL plugin using a script.
See http://msdn.microsoft.com/en-us/library/ms187926.aspx for details how to create the stored procedure.