Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long command in C#
Message
 
À
23/05/2008 13:26:57
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01319251
Message ID:
01319254
Vues:
17
The blind man sees.

Thanks Bonnie and Naomi!




>
> 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.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform