Viewing 15 posts - 226 through 240 (of 256 total)
This all depends on what you are trying to accomplish. Are you trying to display the data? Or are you trying to Report it...two different things in my...
September 2, 2003 at 6:38 am
Usually when you copy and paste into MS Word, it preserves Colors and formatting. You also might want to try printing to a PDF (if you have a full...
August 22, 2003 at 6:42 am
Haha ! That's great! I thought ours was the only company who did this! To develop the skeleton of the software...and not even a...
August 19, 2003 at 6:56 am
Right, I already knew how to use CASE in a SQL Statement, I've done this for CrossTab Reports. Anyway, it just seems like there should be something equivalent to...
August 18, 2003 at 11:49 am
Well, that is not helpful . I ended up changing to "IF..Then" but seems like there should be a Select Case or something...oh well.
August 18, 2003 at 11:36 am
Whoops, I put this in the wrong topic section!
August 15, 2003 at 11:52 am
Here's the Code I use in a Stored Proc that calculates over time:
Set @DateFirst = @@DateFirst-- Save the Current Setting
Set DateFirst 1-- Set DateFirst to be Monday
Set @StartDate = DateAdd(d,...
August 15, 2003 at 6:35 am
I am thinking that many Developers / IS people go through this same thing. Don't take this personal...I used to do this . I think...
August 11, 2003 at 7:33 am
Ok, just making sure I am on the same page. What I've done is created a methodology of Database versions.
I've created one main DBScript which scripts in the Database,...
August 7, 2003 at 7:07 am
What exactly do you mean by "Scripts"? DBScripts?
August 7, 2003 at 6:34 am
First, make sure you have the User Account that you log in with on your IIS Server, setup in SQL Server as a Valid Login.
Secondly, make sure you are using...
August 3, 2003 at 12:38 pm
Yes, that's a little more tricky but not too much. A great book is "ASP.NET Unleashed" by Stephen Walther (SAMS Press). Also, check out http://www.asp.net for...
July 31, 2003 at 9:16 am
Heh, if you peeps need any insight in VB.NET, let me know. I have been developing with it now for over a year and know it pretty much inside...
July 31, 2003 at 9:02 am
Hmm, maybe create a new Connection Object only when you go to retrive Data for your Recordsets. If Connection Pooling is on, this shouldn't be a huge resource hog.
As...
July 31, 2003 at 8:51 am
Actually, for your Recordset Issue, all you should have to do is set the "CommandTimeOut" Property of your Connection Object to = 0 or a very high number as well....
July 31, 2003 at 8:30 am
Viewing 15 posts - 226 through 240 (of 256 total)