RE: Is it possible to access query designer through an interface?
From: Alejandro Mesa (AlejandroMesa_at_discussions.microsoft.com)
Date: 02/15/05
- Next message: Jason: "Server Name Incorrect!"
- Previous message: Reza Raquib: "Problem with query taking a long time."
- In reply to: Kurt: "Is it possible to access query designer through an interface?"
- Next in thread: Kurt: "RE: Is it possible to access query designer through an interface?"
- Reply: Kurt: "RE: Is it possible to access query designer through an interface?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Feb 2005 07:35:12 -0800
May be using SQL-NS (SQL Namespace API). It let you to invoke the create view
wizrd used in enterprise manager.
Example:
Dim NSO As SQLNS.SQLNamespaceObject
....
NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
....
http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part10/c3561.mspx
AMB
"Kurt" wrote:
> Is it possible to access query designer through an interface like sqldmo?
>
> Thanks
> Kurt
- Next message: Jason: "Server Name Incorrect!"
- Previous message: Reza Raquib: "Problem with query taking a long time."
- In reply to: Kurt: "Is it possible to access query designer through an interface?"
- Next in thread: Kurt: "RE: Is it possible to access query designer through an interface?"
- Reply: Kurt: "RE: Is it possible to access query designer through an interface?"
- Messages sorted by: [ date ] [ thread ]