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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 convert string to columnnames

Author  Topic 

Eli.h
Starting Member

1 Post

Posted - 2001-04-04 : 10:06:12
I got a table who looks like :
id, namenl, namefr, nameus. (3 different languages)
In my ASP-page I insert the ID and one of the 3 values with a stored procedure. Is there a way I can make the columnname when I pass the columnname as a string?


   

- Advertisement -