Forum Replies Created

Viewing 15 posts - 346 through 360 (of 373 total)

  • RE: Query Help .NET

    I post the topic question above so that i know the thread will post.

     

    Some time back i was given this create table a query for a solution to price my...

    Dam again!

  • RE: Query Help .NET

    =Table============

    CREATE TABLE [Metro 2" Blind Size Price] (

     [BlindSizePriceID] [int] NOT NULL ,

     [MaxHeight] [decimal](9, 2) NOT NULL ,

     [MaxWidth] [int] NOT NULL ,

     [Price] [money] NOT NULL ,

     [CompanyID] [int] NOT NULL ,

     [ProductID] [int]...

    Dam again!

  • RE: Query Help .NET

    Got it!

     

     

    ALTER PROCEDURE GetBlindCompanyInformation

    @IDCompany int

    AS

    SELECT DISTINCT Company.CompanyID, Company.CompanyName, Product.ModelName, Product.ProductImage, Product.ProductDescription

    FROM         Company INNER JOIN

                          Product ON Company.CompanyID = Product.CompanyID

    WHERE Company.CompanyID = @IDCompany  

    Dam again!

  • RE: Query Help .NET

    I have added a Parameter the this query and it is giving me a ambigious column name error. What am i missing here?

    ============I added...

    Dam again!

  • RE: Query Help .NET

    OK.

    Thanks.

    Dam again!

  • RE: Query Help .NET

     

    Currently i am creating these procedures in vb.net; however, i do have sql2000 enterprise manager but i find it more difficult to create stored procedures. Do you have any suggestions...

    Dam again!

  • RE: Query Help .NET

    Hanslindgren could you please give an example?

     

    Thanks

    Dam again!

  • RE: vb.net - sql2000 - ado.net - image

    Was looking around for the Picture box and after scratching my head for a bit, i have realized that there is no picture box for the vb.net WEBFORMS, only on...

    Dam again!

  • RE: vb.net - sql2000 - ado.net - image

    Thank you!

    This has to be the fastest form on the net!

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    Thank!

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    Thank You!

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    ok, but what would be a SPROC to notify the e-mail client?

     

    When the user that is seeking the contractor  hits the submitt button on a web form, and that information...

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    I THInk that i have asked my question incorrectly; however, the information received will be utilized. "Thank You"

    Let me try again:

     

    1. Lets say...

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    Will do...

    Dam again!

  • RE: We''''ll find them by Zip Code (I HOPE)

    i was not aware that there was such a database. Do you have a suggestion to where i might find a zip database?

     

    Thanks.

    Dam again!

Viewing 15 posts - 346 through 360 (of 373 total)