Forum Replies Created

Viewing 10 posts - 151 through 160 (of 160 total)

  • RE: n-hibernate and dynamic sql - DBA vs Developers

    I could not have said it better myself.

  • RE: n-hibernate and dynamic sql - DBA vs Developers

    I wear two hats in my company. I am the lead programmer and the DBA. There is a big debate on this issue in forums like ASP.NET. As...

  • RE: Lookup or Reference tables

    Your design is different then I expected (I'd say better). In my design I had two tables that had the following fields:

    StatusMain - StatusMainID (Identity), TypeCode, Description

    StatusSub...

  • RE: Lookup or Reference tables

    Thanks. I am not using inheritance for my lookup tables. I use a static class that has 2 methods.

    GetByPrimaryKey(string lookupType, objectKey)

    GetAll(string lookupType)

    The first method returns what I...

  • RE: Lookup or Reference tables

    Thanks for the advice. I was not 100% sure that I had a handle on this. Unfortunately in my company, I am the System architect, Lead Programmer and DBA....

  • RE: Lookup or Reference tables

    You may not be an OO or .NET expert but you hit on my design very quickly. While I use many status tables in the database, I only use...

  • RE: Lookup or Reference tables

    Thanks for the help on this topic (I would have responded earlier, but I am on jury duty so I am in and out of the office). I was...

  • RE: Lookup or Reference tables

    Thanks for the advice.

  • RE: Lookup or Reference tables

    Option 2 sounds workable.

    I had originally created the following tables:

    CustomerStatus

    VendorStatus

    OrderStatus

    Each table only held the rows that were applicable to that table. My boss thought that it was...

  • RE: Lookup or Reference tables

    Based on your response I have a feeling that my example may have been a little confusing. Here is that same example that have hopefully made a little clearer.

    I...

Viewing 10 posts - 151 through 160 (of 160 total)