Hi,
iam working in custom filds, i have created custom fields at run time, now i want to add these fields into MS SQL database table . Please help me
Thanks:
Regards:
Munwar
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Feb 25, 2010, 8:28 AM
you can create a stored procedure that add column by using Alter Table Sql Command.
Pass the column name, DataType and Range as parameter to the stored proc. and you will achieve what you want.
Don't forget to mark as answer.