Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)

  • RE: Dynamically creating columns in reporting services

    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...

  • RE: enterprise manager

    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...

  • RE: Intermediate T-SQL Book Recommendation

    "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

     

  • RE: enterprise manager

    Does the license allow that?

  • RE: enterprise manager

    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...

  • RE: Linked Server to SQLBase 7.5

    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...

  • RE: Installing MDAC

    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...

  • RE: Installing MDAC

    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...

  • RE: Installing MDAC

    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...

  • RE: Installing MDAC

    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...

  • RE: Configuration Manager wont create new

    If this is in VS.NET, i would suspect your solution file is hosed.  Trying creating a new solution and importing your projects.

    Greg

     

  • RE: Best data type for storing "Hours"

    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...

Viewing 12 posts - 16 through 27 (of 27 total)