>> DMO

J

Jonathan

Hi, I have been using SQLDMO objects to reference MS SQL. However, I see that
it is recommended not to write new code using this library
(http://msdn.microsoft.com/en-us/library/ms131540.aspx). Unfortunitely, no
mention was made of the object library that is now recommended.

Can you recommend a replacement that is supported in future versions of MS
SQL?

Many thanks,
Jonathan
 
A

Alex Dybenko

Hi,
I think even Microsoft cant say for sure what will be in future. I am also
using SQLDMO, it still works with SQL Server 2008.
Other alternatives (if we are talking on Access) - ADO and DAO with
pass-through queries

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 
J

Jonathan

Alex, thanks for your response. I am using SQLDMO with SQL server with the
specific purpose of referencing server instances and database collections.
The prompt for this post is that a client has just installed SQL server2008
express on vista and I was not able to reference SQLDMO objects.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top