Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Reporting Data Loss

    Its always best to just carry cash. Pay for food at a restaurant with cash. Pay for stuff at the store with cash. There are so many advantages, including limited...

  • RE: Using a variable column name...

    Never mind. I just had it update individual columns. Dynamic columns not going to work for me. Thanks anyway people!:D

  • RE: Using a variable column name...

    Okay, here is the table:

    CREATE TABLE [dbo].[Experience] (

    [ID] [int] IDENTITY (1, 1) NOT NULL ,

    [FirstName] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,

    [LastName] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,

    [varchar] (50) COLLATE...

  • RE: Using a variable column name...

    Okay, it is set up in an array on my site. It is the photo names. Instead of inserting each individual image name, it should be namable as photo1, photo2,...

  • RE: Using a variable column name...

    Thanks, but that didn't work. I got an invalid column name error. it said that the photoname.jpg was an invalde name. hmmm...

Viewing 5 posts - 1 through 5 (of 5 total)