Viewing 15 posts - 2,641 through 2,655 (of 2,766 total)
For others' reference: I figured it out. The SQLDataSource object was refreshing just fine. The problem was with the GridView object. I had to refresh that as...
January 19, 2010 at 8:19 am
Steve Jones - Editor (1/18/2010)
Should be three week until we start practice.Looking forward to the season. Thinking to drive to KC this year for a game.
To go see the Royals,...
January 18, 2010 at 2:08 pm
Only a month until pitchers and catchers report! 🙂
Spring Training is right around the corner!
January 18, 2010 at 11:06 am
stephenhai (1/15/2010)
My company is going to upgrade from 2000 to 2008.Do I need to change all the @@error logic to Try...Catch logic
No, you should still be able to use @@error,...
January 15, 2010 at 1:14 pm
lmu92 (1/15/2010)
You need to get the value converted to a "known length".
Either one...
January 15, 2010 at 1:07 pm
Update: I came up with a kludge solution where I only updated a ZIP with len(ZIP) = 5.
For my future refence: any thoughts to my initial post?
January 15, 2010 at 12:25 pm
Jan Van der Eecken (1/15/2010)
January 15, 2010 at 7:33 am
Jeff Moden (1/14/2010)
But it sounds like a cursor (GAH!) could serve as a "subroutine".
I'll bet it was really painful for you to type this! 😀
January 15, 2010 at 7:11 am
greggoble2 (1/14/2010)
Select MessageID
From MessageQueue
Where MessageStatusID = 4
--Then I put the messageID's from the results of the above query into...
January 14, 2010 at 3:27 pm
Conan The Coder (1/14/2010)
January 14, 2010 at 2:33 pm
I come from a VBScript/VB.NET/OOP background myself, so I understand the subroutine concept! 🙂
I'm just trying to see how it's applicable to SQL. Since I've lived on both sides...
January 14, 2010 at 2:11 pm
Another question (again, I think I understand, but I'm looking to clarify): how would a subroutine differ from a CTE? What would a subroutine do that a CTE can't...
January 14, 2010 at 1:41 pm
I think I understand where you're going with this.
How would a subroutine work in a set-based, rather than a RBAR, environment?
If you have any examples to provide, please enlighten us!
January 14, 2010 at 1:35 pm
Steve Jones - Editor (1/14/2010)
January 14, 2010 at 11:33 am
Viewing 15 posts - 2,641 through 2,655 (of 2,766 total)