↧
Re: Change the table name in the stored procedure
Hi Kevin,Kevin Burton Is there any modification that I can do to the stored procedure to avoid setting the table names in code?From my experience. it seems that its impossible to set the table names in...
View ArticleChange the table name in the stored procedure
I am calling a stored procedure and after calling it using ADO.NET I currently dods.Tables[0].TableName = "FormDefinition"; ds.Tables[1].TableName = "PageDefinition"; ds.Tables[2].TableName =...
View Article