Run Sql Script While installation
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I have many SQL Stored procedures that i need to run before my program start ,so i need to run them while project installation ,how can do this? your support is highly appreciated thank you
add script files to the Setup and go to lanch conditions window. Write a VBScript Self Executable file. This vbs file will be copied along with u r project. write vbscript code to execute sql scripts. regards GV Ramana
-
add script files to the Setup and go to lanch conditions window. Write a VBScript Self Executable file. This vbs file will be copied along with u r project. write vbscript code to execute sql scripts. regards GV Ramana