views:

31

answers:

1

Hi all

This is a duplicate question, but the other one didn't get any answers, so I'll have another go.

I have SQL Server 2008 Client Tools installed, and would like to use SQL Server's query designer(s) in my application, for working with queries, views, SPs and functions. I'm pretty sure Access ADP does this, can I?

I guess what I am hoping for is that these designers are COM objects which I can use via p/invoke.

A: 

I expect that you would have to implement the functionality yourself, but, it really shouldn't be that hard to do, technically, but will be a time-consuming project.

James Black