|
-
November 21st, 2013, 06:09 AM
#1
[RESOLVED] How to split the Lengthy Insert Command Line Text Line ?
Hi, I have table around 90 Columns. Now my problem is when I wish to use the Insert Command
it's not executing... The reason is that the command is very lengthy... So how to split the line ?
My Command
SqlCommand^ DetailedInsert = gcnew SqlCommand("Insert into Table1 (col1,col2,col3,...col90) values (val1,val2,val3,...val90)", SqlCon);
DetailedInsert->ExecuteNonQuery();
So that DetailedInsert Command Text is very lengthy, How to split that line as like c#?
Thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|