Viewing 5 posts - 1 through 5 (of 5 total)
Dear Lowell,
Thanks for your comments.
Actually I use the "SqlCommand.ExecuteNonQuery Method" in my c# applications. Here is the partial codings in program :
-------------
//program body
....
...
May 15, 2010 at 8:30 am
Hi Lawerance,
Thank you for your suggestions.
I will try to implement by using the stored procedure.
Regards,
Edward
September 8, 2008 at 8:39 pm
I achieve my goal now...:D
Many many thanks to all of you... 😛
Have a nice week-end like me ! :laugh:
August 2, 2008 at 9:17 am
Sorry to tell you it can't work.... :crying:
I issue the following codes :
DECLARE @ExStr varchar(500)
SET @ExStr = 'CREATE TABLE dbo._X080805 (
[ICno] [int] NOT NULL DEFAULT (0),
[Xdate] [smalldatetime] NOT NULL
)...
August 2, 2008 at 4:48 am
It can't work !!
A table named (@Fname) is created !
I change to codes as follows:
..
CREATE TABLE [dbo].[(@Fname)] (
..
Is the change correct ?
Thanks for your help.
August 1, 2008 at 11:22 pm
Viewing 5 posts - 1 through 5 (of 5 total)