Forum Replies Created

Viewing 15 posts - 91 through 105 (of 323 total)

  • RE: Record Insertion Problem

    I generally define input parms like so:

    cmd.Parameters.AddWithValue("@TariffCode", TariffCode);

    And I don't specify the size of the parameter.

    There is no "i" in team, but idiot has two.
  • RE: Help Passing Table Name as Stored Proc Parameter

    It doesn't work like that. Google "dynamic sql" and sp_executesql or look it up in BOL.

    There is no "i" in team, but idiot has two.
  • RE: User Defined Function woes...

    I don't understand why you need to craft a decimal this way. Why not just decide on the maximum precision and scale you need based on the expected data...

    There is no "i" in team, but idiot has two.
  • RE: Table name from variable in select statement

    Try this:

    SET @sql = 'SELECT * FROM ' + @TableName + ' Where prod_id=' + CAST(@prod_num AS varchar(10))

    There is no "i" in team, but idiot has two.
  • RE: xp_smtp_sendmail table problem

    And the HTML is identical in all cases. It looks fine in both OL2003 and IE6. The only place the problem shows up is when I print it...

    There is no "i" in team, but idiot has two.
  • RE: xp_smtp_sendmail table problem

    It is a printer problem. :blink:

    There are six columns in the table. Column 4 should say "Carryover" and column 5 should say "Holiday Party". Instead #4 says...

    There is no "i" in team, but idiot has two.
  • RE: A Smart Smartphone

    Hey, I remember Earl Schieb from growing up in Chicago! His TV commercial had him doing a voice over of two guys who looked like very recent parolees taping...

    There is no "i" in team, but idiot has two.
  • RE: A Smart Smartphone

    Don't wanna surf the web, listen to music, take photos, buy lattes, or play games on my phone; just wanna talk.

    There is no "i" in team, but idiot has two.
  • RE: Which country is growing very fast in IT Field ?

    Michael Valentine Jones (11/29/2007)


    If you really think about it, it is the US that is growing fast in IT.

    If you didn't take into account wage differences, and you really wanted...

    There is no "i" in team, but idiot has two.
  • RE: Which country is growing very fast in IT Field ?

    Sure, as soon as I get the GPS that I got for last Christmas installed and the firmware upgraded, I'll let you know. In the meantime, just go to...

    There is no "i" in team, but idiot has two.
  • RE: Which country is growing very fast in IT Field ?

    Anarctica. You should move there immediately. 😛

    There is no "i" in team, but idiot has two.
  • RE: Articles and PDF format

    karthikeyan, if you got all the articles in a pdf instead of visiting the site, you'd miss out on all the ads. 😉

    There is no "i" in team, but idiot has two.
  • RE: How to call a DLL on a workstation in response to a record insertion on a dbase sitting on a server

    How are you inserting the row into the table? If you're using a stored procedure I can't think of how you would trigger execution of the VB.NET code on...

    There is no "i" in team, but idiot has two.
  • RE: Open Enrollment

    I don't think you can blame government for forcing companies to offer health benefits. Unions began forcing health benefits in their contracts, governments picked them up for their employees....

    There is no "i" in team, but idiot has two.
  • RE: Generate C# class code for table

    Nicely done. Thanks.

    There is no "i" in team, but idiot has two.

Viewing 15 posts - 91 through 105 (of 323 total)