Viewing 15 posts - 1,306 through 1,320 (of 4,081 total)
I'd agree, but the duration for drop database is so short there isn't even time to reflect on the meaning of life.
"Life" the board game, or "Life" the breakfast cereal?
October 4, 2010 at 6:38 pm
Hopefully, this was an interview question.
October 4, 2010 at 6:27 pm
I mentioned capers because of a surreal scene from the movie/book "Hannibal", but that makes my search irrelevant.
Packing now.
(I haven't volunteered for the 14th because...
October 4, 2010 at 11:30 am
Alvin, taking your brain may have to wait until I can find a store that carries capers.
Do we still have an open date that needs a presenter?
October 4, 2010 at 11:07 am
Have saw, will travel. See you in 2 hours, Alvin.
October 4, 2010 at 10:18 am
Speaking of this, I presented at a Developers code camp the other day and had an absolute blast. I've got 12-15 people in a room and none of them knew...
October 4, 2010 at 6:47 am
That's correct. If you need to pass along formatting attributes, you might consider XML as an alternative to CSV.
October 1, 2010 at 1:29 pm
CSV is a file format, not an application.
I am suggesting you write an excel macro to open the file and then Bold everything you want highlighted. ...
October 1, 2010 at 10:22 am
Display attributes are properly handled on the client side. If Excel is the target application, I would suggest creating an Excel macro to handle it.
October 1, 2010 at 9:41 am
Agreed, CSVs have no inherent formatting.
But if you are going to display data in a web browser, or anything that recognizes HTML, you just wrap it in <b>bold</b> tags.
October 1, 2010 at 9:00 am
WayneS (10/1/2010)
The Dixie Flatline (10/1/2010)
Is anyone else having trouble posting this morning?Steve, I have an answer for the OP in this thread and it won't post my reply.
I've been having...
October 1, 2010 at 8:58 am
You got it !! A+ 😀
A good practice is to define a variable (I always use @rc.) and set it to the value...
October 1, 2010 at 8:54 am
I don't see a good way to get there with a cte. You want recursion with a while loop or a cursor, that assigns values to...
October 1, 2010 at 8:11 am
I wont let me post the code. Not in that thread and not here. Something about a gateway timeout error.
October 1, 2010 at 8:09 am
Okay... it just let me post a short reply. Let me try to put the code back in.
October 1, 2010 at 7:58 am
Viewing 15 posts - 1,306 through 1,320 (of 4,081 total)