Viewing 15 posts - 16 through 30 (of 38 total)
An interesting quandry, but the increase in cost could be due to you effectively blocking the sales chain. If they reserve the book for you and you leave it there...
January 9, 2007 at 4:31 am
To the three of you I wish the best, and hope that the future is prosporous, what you have created is an amazing resource not to mention and often daily...
November 14, 2006 at 1:51 am
The monitor on and off is still a common one for me today, also get annoyed with people referring to the actually PC as the hard drive.
July 14, 2006 at 4:07 am
Effecitevely you are looking for a Pivot table, good article here:
http://www.sqlservercentral.com/columnists/plarsson/pivottableformicrosoftsqlserver.asp
July 12, 2006 at 4:12 am
I love the big 4, US football, basketball, and baseball.
Erm glad you are not setting up my data structures Steve, seems you have a counting issue
June 9, 2006 at 5:09 am
the filter of WHERE (dbo.RDB_Pub_Auth.RDBPubID = 781) should only pull three records (as it does) hence why I said using the TOP command upto and including the number of filtered records...
May 25, 2006 at 4:15 am
See earlier post - tried the isnull - no luck
BUT
using top x does work - apart from the fact that unless you know how many in the first instance it...
May 25, 2006 at 3:32 am
hmmm, no nulls - first thing I checked - only the initials field can allow nulls and with the data I have I have checked. Anyway with the coalesce function it should...
May 24, 2006 at 2:28 pm
Whilst not a direct answer, just a pointer - I generate the data onthe fly for reports - about 500 students and have no issues with speed, but this is...
April 27, 2006 at 3:51 am
I stay away from the designer for these very reasons, never really know what they are doing all my stuff is straight code
November 28, 2005 at 4:00 am
If you do not know the table name then it is a simple matter of getting it by index
i.e.
Me.myDataSet.Tables(0), Me.myDataSet.Tables(1)
etc
November 28, 2005 at 2:19 am
Depending on the router you are connecting to/from you may also need to use port forwarding to ensure that it connects to the SQL server (this is of course unless...
November 24, 2005 at 4:53 am
Big difference, and if it is a server environment you are looking at then HT switched on has been shown to to reduce a processors efficiency under load. With out getting...
November 24, 2005 at 4:46 am
You need to initiate your object as a new one - in this case the opencutomers object by the look of it - whatever class that is based upon i.e
public opencustomers as...
November 24, 2005 at 4:33 am
Whilst it sounds a little drastic, Best advice is to move to a better DB server model, most hosting companies will provide some form of relational database (MySQL, SQL Server...
September 7, 2005 at 2:53 am
Viewing 15 posts - 16 through 30 (of 38 total)