Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Heath Stewart17-Dec-03 4:48
protectorHeath Stewart17-Dec-03 4:48 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
leppie17-Dec-03 6:32
leppie17-Dec-03 6:32 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Heath Stewart17-Dec-03 6:37
protectorHeath Stewart17-Dec-03 6:37 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
leppie17-Dec-03 6:58
leppie17-Dec-03 6:58 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
leppie17-Dec-03 11:20
leppie17-Dec-03 11:20 
GeneralRe: How can i get i ShowDialog method in UserControl??? Pin
Member 26118817-Dec-03 4:56
Member 26118817-Dec-03 4:56 
Generalho wto get ADO info Pin
xprtguro16-Dec-03 21:09
xprtguro16-Dec-03 21:09 
GeneralRe: ho wto get ADO info Pin
Heath Stewart17-Dec-03 3:48
protectorHeath Stewart17-Dec-03 3:48 
ADO.NET is a set of abstract classes. It isn't meant to provide you with everything, nor is the rest of the .NET Framework for that matter. If the database you're querying supports schema information queries, you can use that information (SQL Server does, see the SCHEMA_INFORMATION tables you can query, but in that case you'd be better off using the System.Data.SqlClient namespace for better optimizations for SQL Server).

If the database doesn't support schema information, you'll probably have to start P/Invoking a lot of the old ADO calls (note, that's not ADO.NET, just ADO). Because that, too, is an abstract API (though not quite as abstract), it might not get you everything you want to know either. Many times, though, the OLE DB provider can get you that stuff, but it is usually specific to the OLE DB provider, not to ADO itself.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: ho wto get ADO info Pin
xprtguro17-Dec-03 21:35
xprtguro17-Dec-03 21:35 
GeneralRe: ho wto get ADO info Pin
Heath Stewart18-Dec-03 2:54
protectorHeath Stewart18-Dec-03 2:54 
Generalsamury Pin
samury16-Dec-03 17:04
susssamury16-Dec-03 17:04 
GeneralRe: samury Pin
gokselm16-Dec-03 23:19
gokselm16-Dec-03 23:19 
GeneralRe: samury Pin
Heath Stewart17-Dec-03 3:44
protectorHeath Stewart17-Dec-03 3:44 
GeneralRe: samury Pin
Anonymous17-Dec-03 15:58
Anonymous17-Dec-03 15:58 
Questiongetting enum integer ? Pin
azusakt16-Dec-03 15:38
azusakt16-Dec-03 15:38 
AnswerRe: getting enum integer ? Pin
Nick Parker16-Dec-03 16:49
protectorNick Parker16-Dec-03 16:49 
AnswerRe: getting enum integer ? Pin
Member 26118817-Dec-03 0:19
Member 26118817-Dec-03 0:19 
GeneralRe: getting enum integer ? Pin
Heath Stewart17-Dec-03 3:39
protectorHeath Stewart17-Dec-03 3:39 
GeneralSaving windows forms created at runtime Pin
kvimal16-Dec-03 12:49
kvimal16-Dec-03 12:49 
GeneralRe: Saving windows forms created at runtime Pin
Colin Angus Mackay16-Dec-03 13:01
Colin Angus Mackay16-Dec-03 13:01 
GeneralRe: Saving windows forms created at runtime Pin
Nigel Savidge17-Dec-03 4:30
Nigel Savidge17-Dec-03 4:30 
GeneralThreads and Controls Pin
Guinness4Strength16-Dec-03 11:59
Guinness4Strength16-Dec-03 11:59 
GeneralRe: Threads and Controls Pin
Mike Ellison16-Dec-03 14:15
Mike Ellison16-Dec-03 14:15 
GeneralRe: Threads and Controls Pin
Heath Stewart17-Dec-03 3:35
protectorHeath Stewart17-Dec-03 3:35 
GeneralMdi problemo Pin
datainjector16-Dec-03 10:09
datainjector16-Dec-03 10:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.