Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
57 Points
13 Posts
Jan 17, 2007 04:33 AM|LINK
I had a similar issue. Check the stored procedures for the word original. Try this
replace:
@original_AlbumID with @AlbumID @Original_PhotoID with @PhotoID
I can't remember all of the places this occurs, but if you replace each one, you should be able to change the captions and such.
remember_ale...
Member
57 Points
13 Posts
Re: Add Description Field to Photo Album
Jan 17, 2007 04:33 AM|LINK
I had a similar issue. Check the stored procedures for the word original. Try this
replace:
@original_AlbumID with @AlbumID
@Original_PhotoID with @PhotoID
I can't remember all of the places this occurs, but if you replace each one, you should be able to change the captions and such.