Viewing 12 posts - 16 through 27 (of 27 total)
Let me understand, you are saying you've gotten past the dynamically displaying columns with code like so:
Set the Visiblity->Hidden Property for the column(s) equal to something like:
=IIF(Trim(Fields!ColumnX.Value)="SomeValue",True,False)
But you want to...
July 1, 2004 at 9:18 am
Not following you. SQL Server 2000 Developer price has dropped last year to less than $50. I don't think it matters per seat or per server for that version.
I read...
June 23, 2004 at 9:22 am
"SQL Server 2000 Stored Procedures Handbook by Wrox"
I'll second that! I think Apress publishes that title now.
http://www.bookpool.com/.x/3knc9knhmn/sm/1590592875
Greg
June 23, 2004 at 6:58 am
VS.NET doesn't come with Developer Edition SQL 2000. It comes with MSDE (Desktop Edition) 2000, which does not include EM.
One work around is, pay $50 and get the Developer Edition...
June 17, 2004 at 6:50 am
I too am curious to find out how to use a linked server with SQLBase. I also installed the Gupta 8.5 driver (not really sure what version of SQLBase we...
June 15, 2004 at 6:15 am
Thanks. That looked like the answer, but it didn't work either.
The file that is missing turns out to be ntwdblib.dll "DB-Library". A quick...
June 14, 2004 at 12:02 pm
Because installing the Client Connectivity installs more than just MDAC. I have tried installing MDAC by itself and the app refuses to run. (I don't have the names of...
June 13, 2004 at 3:21 pm
Yes, I understand that, but is there an easier/quicker way than running setup.
Having to enter the cd key every time just to install...
June 13, 2004 at 8:36 am
Is there a way to install the "connectivity only" option from the CD without running the entire setup?
I am note sure what all gets installed, but a program we use...
June 11, 2004 at 7:17 pm
If this is in VS.NET, i would suspect your solution file is hosed. Trying creating a new solution and importing your projects.
Greg
May 25, 2004 at 6:48 am
In my solution I needed hours recorded with one decimal place only. I decided to go with the datatype smallint. I store everything in the db multiplied by 10. No problems...
April 15, 2004 at 7:29 am
Viewing 12 posts - 16 through 27 (of 27 total)