G Guest Dec 31, 2004 #1 Hi to all, I wonder if it is possible to create Stored procedures from Access? Examples if possible. Thanks in advance.
Hi to all, I wonder if it is possible to create Stored procedures from Access? Examples if possible. Thanks in advance.
A Alex Dybenko Dec 31, 2004 #2 if you have a ADO connection to database - just use it excute method to run "create procedure ...." com.execute "create procedure ...."
if you have a ADO connection to database - just use it excute method to run "create procedure ...." com.execute "create procedure ...."