Sql Server project stuff...
Dear folks,
I’ve created a Sql Server Project from my Visual Studio 2005 with Visual Basic.
When I try to add GetCommand it doesn’t appear at all, intelligense doesn’t show me that method. Why?
I don’t get the point. What else/assembly is needed?
Dim oCommandAsNew SqlCommand
Dim oPipeAsNew SqlPipe
oCommand = SqlContext.?
Thanks in advance for your comments and thoughts,
Hi Jared,
Isavailable,Pipe,TriggerContext,WindowsIdentity properties and Equals, ReferenceEquals methods
Nothing else.
How odd!
Hi again,
Word of honour that I've got a spanish magazine which inform you that such method exists...
he stares the following:
SqlContext provides you integrated object such as connection, command, pipe
[...]
Using GetCommand you'll obtain a command object, whose connection property is already configured in order to connect to database.
I am trying to get in touch with the writer of such issue (article refering MDBO)
Meanwhile, thanks a lot for your help.