How can I run the CREATE PROC scripts generated by the \"Access Stored Procedures\" template via code?
I need to be able to update the \"active\" database with the new or modified proc's.
Do I just open a oledb.connection and do an execute scalar with the \"CREATE PROC proc_.................\"?
Thanks.....
