|
acidrain
It shouldn't be like yours. Look at this http://blog.csdn.net/net_lover/archive/2004/06/08/6963.aspx
-----------------------
Thank you for your answer, but it still doesn't work. It's okay to build tables and libraries, but the stored procedure is different.
ADOX.Prucedure can't create a stored procedure object,
Such as: ADOX.Prucedure pro=new ADOX.Prucedure();
This will prompt an error.
Use this command: catalog.Procedures.Append(NewProName, cmd1);
It was executed, and a stored procedure was successfully added, but it was not seen in the query options of ACCESS.
depressed. |
|