Recent content by TheMadProfessor

  1. T

    Would it be moral to create a smarter and stronger human specie by using...

    Hitler had an idea from creating a master race thru eugenics too...seems I recall that didn't work out too well.
  2. T

    If a eccentric billionaire offered million dollars to say something rude to

    Not sure I'd go the extra mile to bring them to tears, but I'd jump at the chance to just be rude for a million bucks...why, you recruiting for someone?
  3. T

    How can I save image in SQL SERVER 2000 by using vb.net?

    I would suggest not storing it directly in a table...images and other large binaries tend to negatively impact performance. Instead, store them in another folder (preferably one in the same path as the database), then just store the (relative) path in the database...much quicker to retrieve or...
  4. T

    sql query problem in asp.net?

    You may need to cast your host variable to a string representation, since you are concatenating strings together to build your SQL query. Also, make sure you have a leading space in "as Previous_Amount FROM [pensions]" so that the result is something like SELECT [Previous Amount] * 3 as...
  5. T

    FELLOW Christians please do me the courtesy of not voicing your position on

    I was baptized as a kid, so I suppose that would count as being 'saved' once. As I recall, it was cold and wet and I got water in my sinuses.
  6. T

    FELLOW Christians please do me the courtesy of not voicing your position on

    I was baptized as a kid, so I suppose that would count as being 'saved' once. As I recall, it was cold and wet and I got water in my sinuses.
  7. T

    FELLOW Christians please do me the courtesy of not voicing your position on

    I was baptized as a kid, so I suppose that would count as being 'saved' once. As I recall, it was cold and wet and I got water in my sinuses.
  8. T

    SQL / PERL advice on running multiple queries?

    I would think you would need multiple queries for this, since it sounds like the conditions aren't mutally exclusive. The first one would be the simplest, giving you base counts by column A and would be processed as a cursor. Then for each row of the cursor, you have queries using the current...
  9. T

    SQL / PERL advice on running multiple queries?

    I would think you would need multiple queries for this, since it sounds like the conditions aren't mutally exclusive. The first one would be the simplest, giving you base counts by column A and would be processed as a cursor. Then for each row of the cursor, you have queries using the current...
  10. T

    SQL / PERL advice on running multiple queries?

    I would think you would need multiple queries for this, since it sounds like the conditions aren't mutally exclusive. The first one would be the simplest, giving you base counts by column A and would be processed as a cursor. Then for each row of the cursor, you have queries using the current...
  11. T

    SQL / PERL advice on running multiple queries?

    I would think you would need multiple queries for this, since it sounds like the conditions aren't mutally exclusive. The first one would be the simplest, giving you base counts by column A and would be processed as a cursor. Then for each row of the cursor, you have queries using the current...
  12. T

    Spiritually Speaking, Civilization IV?

    It it's been autosaved, it's probably in heaven already.
  13. T

    Spiritually Speaking, Civilization IV?

    It it's been autosaved, it's probably in heaven already.
  14. T

    Spiritually Speaking, Civilization IV?

    It it's been autosaved, it's probably in heaven already.
Back
Top