Viewing 3 posts - 1 through 3 (of 3 total)
Hi Phillcart and Rajesh,
Thanks a bunch. Yes I was able to got it. wow. I tried on 3 packages and it worked fine.I am planning to apply this on 240...
June 29, 2005 at 6:32 pm
Hi Phillcart,
That was imazing script. I have run the script and did get the file where all my Connection Object and Data Source are showing. But Now how do I...
June 29, 2005 at 12:57 pm
Hi Newbie,
I have not used ExecutewithResultandmessages but i have used ExecuteWithResults.
Dim q
q = SQLDMO.QueryResults()
q = dmoServer.databases.item("your database name").ExecuteQueryWithResult("Select count(*) from Table1")
Dim stra as long
stra = q.GetColumnLong(1,1)
Msgbox (str.toString)
what it does is...
January 27, 2004 at 10:01 am
Viewing 3 posts - 1 through 3 (of 3 total)