Click here to Skip to main content
16,007,885 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: creating database in the installation Pin
kowplunk4-Aug-04 6:41
kowplunk4-Aug-04 6:41 
GeneralFileCopy Pin
MJZ3-Aug-04 16:59
MJZ3-Aug-04 16:59 
GeneralRe: FileCopy Pin
Murugavel S4-Aug-04 0:27
Murugavel S4-Aug-04 0:27 
GeneralRe: FileCopy Pin
Nick Seng4-Aug-04 15:16
Nick Seng4-Aug-04 15:16 
QuestiondataRows, dataCols, etc...? Pin
kowplunk3-Aug-04 16:04
kowplunk3-Aug-04 16:04 
AnswerRe: dataRows, dataCols, etc...? Pin
Murugavel S4-Aug-04 0:52
Murugavel S4-Aug-04 0:52 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 6:40
kowplunk4-Aug-04 6:40 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 7:21
Jim Matthews4-Aug-04 7:21 
datacolumns are used for defining the structure or schema of the data table. so, in a sense, yes your thinking is correct.

when using dataadapter.fill, the datatable you point to assumes the structure of the resulting data.

for data views, i don't believe you can filter columns out of a view. to do this, you would use whatever tool you're using to display the data table to the user. i.e. a datagrid or combobox etc.

if using a datagrid, define a tablestyle for your datagrid and then define a gridcolumnstyle for each column you wish to actually display. don't define one for the columns you wish to hide, or you could define the grid columnstyle for the ones you wish to hide and just set their width property to 0.

hope this helps.



- jim
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 7:50
kowplunk4-Aug-04 7:50 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 8:08
Jim Matthews4-Aug-04 8:08 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 10:46
kowplunk4-Aug-04 10:46 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 10:51
Jim Matthews4-Aug-04 10:51 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:09
kowplunk4-Aug-04 11:09 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:18
kowplunk4-Aug-04 11:18 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk4-Aug-04 11:54
kowplunk4-Aug-04 11:54 
GeneralRe: dataRows, dataCols, etc...? Pin
Jim Matthews4-Aug-04 14:26
Jim Matthews4-Aug-04 14:26 
GeneralRe: dataRows, dataCols, etc...? Pin
kowplunk9-Aug-04 6:10
kowplunk9-Aug-04 6:10 
QuestionHow to implement right click event on MenuItem of Mainmenu in vb.net? Pin
viettho3-Aug-04 13:43
viettho3-Aug-04 13:43 
AnswerRe: How to implement right click event on MenuItem of Mainmenu in vb.net? Pin
Dave Kreskowiak4-Aug-04 4:37
mveDave Kreskowiak4-Aug-04 4:37 
GeneralMMControl Help Pin
Red Sunday3-Aug-04 12:36
Red Sunday3-Aug-04 12:36 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 3:33
mveDave Kreskowiak4-Aug-04 3:33 
GeneralRe: MMControl Help Pin
Red Sunday4-Aug-04 7:54
Red Sunday4-Aug-04 7:54 
GeneralRe: MMControl Help Pin
Dave Kreskowiak4-Aug-04 10:48
mveDave Kreskowiak4-Aug-04 10:48 
Generaloverwrite a mdb file Pin
kornstyle3-Aug-04 12:26
kornstyle3-Aug-04 12:26 
GeneralRe: overwrite a mdb file Pin
Dave Kreskowiak4-Aug-04 3:08
mveDave Kreskowiak4-Aug-04 3:08 

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.