Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any 'Browse' in Sql C#
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01535187
Message ID:
01535202
Views:
59
>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....
Previous
Reply
Map
View

Click here to load this message in the networking platform