What's News? [modified]
-
I just nearly had a paroxysm over this code not working. I couldn't figure out why the same stored proc could work when called 'off-line', but not when 'online'.
SqlDataAdapter adp = new SqlDataAdapter("apNewsFlash\_ListAll", sqn); adp.SelectCommand.CommandType = CommandType.StoredProcedure; sqn.Open(); adp.Fill(dt); ALTER proc \[dbo\].\[apNewFlash\_ListAll\]
Unscrambling Eggs: Decompiling ASP.NET
moved on Tuesday, August 19, 2008 5:08 PM
-
I just nearly had a paroxysm over this code not working. I couldn't figure out why the same stored proc could work when called 'off-line', but not when 'online'.
SqlDataAdapter adp = new SqlDataAdapter("apNewsFlash\_ListAll", sqn); adp.SelectCommand.CommandType = CommandType.StoredProcedure; sqn.Open(); adp.Fill(dt); ALTER proc \[dbo\].\[apNewFlash\_ListAll\]
Unscrambling Eggs: Decompiling ASP.NET
moved on Tuesday, August 19, 2008 5:08 PM
Should this have been posted to subtle bugs instead of the lounge? Edit: Obviously moved by a forum moderator.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
modified on Wednesday, August 20, 2008 1:56 PM
-
Should this have been posted to subtle bugs instead of the lounge? Edit: Obviously moved by a forum moderator.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
modified on Wednesday, August 20, 2008 1:56 PM
Yes :-O I even thought I posted it in Coding Horrors by accident, not the Lounge, but as you can see, I've been somewhat distracted. :)
-
Yes :-O I even thought I posted it in Coding Horrors by accident, not the Lounge, but as you can see, I've been somewhat distracted. :)
Was this an altered state of mind?
Deja View - the feeling that you've seen this post before.
-
Was this an altered state of mind?
Deja View - the feeling that you've seen this post before.
By now, yes. After spending the whole day debugging JavaScript with a dysfunctional FireBug, I went for a beer to sustain me for the night. Then I ran into this crap and found more beers in the fridge. Now beer is a mere gateway drug: I want blood!!!
-
By now, yes. After spending the whole day debugging JavaScript with a dysfunctional FireBug, I went for a beer to sustain me for the night. Then I ran into this crap and found more beers in the fridge. Now beer is a mere gateway drug: I want blood!!!
Brady Kelly wrote:
I went for a beer to sustain me for the night. Then I ran into this crap and found more beers in the fridge.
:laugh: That's understandable, been there, done that :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham