Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any 'Browse' in Sql C#
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01535187
Message ID:
01535202
Vues:
52
>HI.
>I am finding that quite often I need to Browse (ala VFP) a Table in a c# App, mostly for testing stuff.
>Has anybody come across any Generic Code that would be something like:
> BrowseTable(string connectString, string myTable)
> that would return a Form with a Browse of all the fields, maybe in a Grid
>In VFP, it was just a matter of typeing Browse
>There are many places in my C# app where this would come in useful
>
>I could probably write something to do this, but if there is someting already there it would be very useful.

Not sure if you mean that you need this functionality built into the runtime or just want it during development or debugging. If the latter then, in VS, you could use Server Explorer and 'Show Table Data' on the table of interest. You can also use 'Create Query' to get a bit more fancy....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform