Viewing 5 posts - 1 through 5 (of 5 total)
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...
August 20, 2008 at 7:12 am
Never mind. I just had it update individual columns. Dynamic columns not going to work for me. Thanks anyway people!:D
August 7, 2008 at 9:51 am
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...
August 6, 2008 at 6:31 am
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,...
August 6, 2008 at 5:31 am
Thanks, but that didn't work. I got an invalid column name error. it said that the photoname.jpg was an invalde name. hmmm...
August 5, 2008 at 6:46 pm
Viewing 5 posts - 1 through 5 (of 5 total)