Click here to Skip to main content
15,908,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: Inherited events Pin
Rama Krishna Vavilala15-Jun-02 3:08
Rama Krishna Vavilala15-Jun-02 3:08 
GeneralHost name for SMTP server... Pin
14-Jun-02 4:58
suss14-Jun-02 4:58 
GeneralRe: Host name for SMTP server... Pin
leppie14-Jun-02 5:31
leppie14-Jun-02 5:31 
GeneralRe: Host name for SMTP server... Pin
leppie19-Jun-02 10:56
leppie19-Jun-02 10:56 
GeneralGetting all the table names from 'mdb' file... Pin
Pranoti14-Jun-02 4:09
Pranoti14-Jun-02 4:09 
GeneralRe: Getting all the table names from 'mdb' file... Pin
leppie14-Jun-02 5:56
leppie14-Jun-02 5:56 
GeneralRe: Getting all the table names from 'mdb' file... Pin
paulb16-Jun-02 14:11
paulb16-Jun-02 14:11 
GeneralRe: Getting all the table names from 'mdb' file... Pin
Pranoti16-Jun-02 23:39
Pranoti16-Jun-02 23:39 
Thank you very much for your help.

'OleDbSchemaGuid.Tables' contains both tables as well as views of the database, but with the way suggested by you we can get only tables.
I've tried for getting View, with the second argument of GetOleDbSchemaTable like this...new object[] {null, null, null, "VIEW"}. It is working perfectly.

But for that I'll have to repeat the call twice, onc for table and another one for view. Is there any way to get both tables as well views in one call.

Thanks.


Pranoti
GeneralYet more data grid issues Pin
///Ansch13-Jun-02 14:44
///Ansch13-Jun-02 14:44 
GeneralRe: Yet more data grid issues Pin
Rocky Moore13-Jun-02 18:49
Rocky Moore13-Jun-02 18:49 
GeneralRe: Yet more data grid issues Pin
leppie13-Jun-02 23:46
leppie13-Jun-02 23:46 
GeneralRe: Yet more data grid issues Pin
Domenic Denicola16-Jun-02 8:35
Domenic Denicola16-Jun-02 8:35 
GeneralAnother DataGrid question Pin
J. Ehrnström13-Jun-02 12:33
J. Ehrnström13-Jun-02 12:33 
GeneralFlicker Free Listview Pin
Brandon Parker13-Jun-02 7:13
Brandon Parker13-Jun-02 7:13 
GeneralRe: Flicker Free Listview Pin
leppie13-Jun-02 21:06
leppie13-Jun-02 21:06 
GeneralRe: Flicker Free Listview Pin
Brandon Parker14-Jun-02 4:05
Brandon Parker14-Jun-02 4:05 
GeneralFree Windows Form Designer Pin
Gavin Jerman13-Jun-02 6:19
Gavin Jerman13-Jun-02 6:19 
GeneralRe: Free Windows Form Designer Pin
leppie13-Jun-02 9:53
leppie13-Jun-02 9:53 
GeneralRe: Free Windows Form Designer Pin
Rickard Andersson2013-Jun-02 12:11
Rickard Andersson2013-Jun-02 12:11 
QuestionUsing context menu item in main menu? Pin
Martin Haesemeyer13-Jun-02 4:48
Martin Haesemeyer13-Jun-02 4:48 
GeneralC# Controls - 3 questions Pin
Maciej Pirog13-Jun-02 4:02
Maciej Pirog13-Jun-02 4:02 
GeneralRe: C# Controls - 3 questions Pin
Russell Morris13-Jun-02 4:40
Russell Morris13-Jun-02 4:40 
GeneralRe: C# Controls - 3 questions Pin
Maciej Pirog13-Jun-02 8:17
Maciej Pirog13-Jun-02 8:17 
Generalweb forms sending parameters Pin
sharon13-Jun-02 2:25
sharon13-Jun-02 2:25 
GeneralRe: web forms sending parameters Pin
Rama Krishna Vavilala13-Jun-02 7:05
Rama Krishna Vavilala13-Jun-02 7:05 

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.