Click here to Skip to main content
15,921,941 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcreating database in the installation Pin
kowplunk3-Aug-04 19:07
kowplunk3-Aug-04 19:07 
GeneralRe: creating database in the installation Pin
Murugavel S4-Aug-04 0:09
Murugavel S4-Aug-04 0:09 
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 
DataRow represents a single row of a datatable. i.e to display / insert a single row of a datatable.

DataColumn represents a single column of a datatable. A new column can be created in the datatable in otherwords to create the schema of Datatable.
You can set Constraints, Identity, Null/Not Null.

Now, datarow can be used to create a new row in a datacolumn.

Basically, think the above two as equivalent to the action that you carry out in your database server.

Cheers Wink | ;)
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 
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 

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.