Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Query

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-05-01 : 12:38:42
Padmini writes "Hello Sir!
I need a query to change the field name in the copied row in SQL sever.
I clearly explain the problem.
I am developing a webpage on C#.NET where there are 4 fields
For eg:

FormID(autogenerated)Form Name Description Copy(button)
12 Registration Form Form

When U click on copy button the form should be copied as it is
button the form name Registrationform should change as Registrationform_1,next time when u copy it again form name should be displayed as Registrationform_2 and so on."

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-05-03 : 03:07:36
Do you need something like this?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=57069

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -