Is there a way to use Command.Prepare, and Command.ExecuteNonQuery in VBA?
The section entitled "Consider Using Command.Prepare" in the following article on ADO.NET describes objects and methods that are similar to ADODB properties and methods and I am wondering if there is an equivalent for VBA.
ADODB has .Command, .Prepared, and .Parameters.Append, but I can't seem to put them together in a way that works similar to the sample code in the article.
http://msdn.microsoft.com/en-us/library/ms998569.aspx#scalenetchapt12%5Ftopic11
Thanks!