how to pass column name with parameter in insert sql statment
Posted
by shmandor
on Stack Overflow
See other posts from Stack Overflow
or by shmandor
Published on 2010-05-31T07:43:01Z
Indexed on
2010/06/06
12:22 UTC
Read the original article
Hit count: 289
sql-server-2005-express
how to pass column name with parameter in insert sql statment etc @name='name' insert into employees (id,@name) values(1,'a')
© Stack Overflow or respective owner