Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long command in C#
Message
From
23/05/2008 13:26:57
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01319251
Message ID:
01319253
Views:
19
 string sQuery = "SELECT ordinal_position, column_name,data_type, is_nullable " +
                 "FROM information_schema.Columns WHERE table_name LIKE '%avClients%' " +
	         "   ORDER BY ordinal_position";
~~Bonnie



>How do I code this query?
>
>
>
> string sQuery = "SELECT ordinal_position, column_name,data_type, is_nullable
>                FROM information_schema.Columns WHERE table_name LIKE '%avClients%'
>	            ORDER BY ordinal_position"
>
>
>
>I'm not sure how to continue or break each line.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform