Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalusing DirectSS text-to-speech control Pin
Cluniac26-Mar-04 6:25
Cluniac26-Mar-04 6:25 
GeneralDeactivate floppy Disk Device Pin
monivong26-Mar-04 5:11
monivong26-Mar-04 5:11 
GeneralDeacivate floppy Disk Device Pin
monivong26-Mar-04 5:01
monivong26-Mar-04 5:01 
GeneralRe: Deacivate floppy Disk Device Pin
Dave Kreskowiak26-Mar-04 7:51
mveDave Kreskowiak26-Mar-04 7:51 
GeneralProperty description tooltip Pin
800XL26-Mar-04 3:56
800XL26-Mar-04 3:56 
GeneralRe: Property description tooltip Pin
Dave Kreskowiak26-Mar-04 4:19
mveDave Kreskowiak26-Mar-04 4:19 
QuestionHow do you insert a row at a time? Pin
hounetdev26-Mar-04 3:16
hounetdev26-Mar-04 3:16 
AnswerRe: How do you insert a row at a time? Pin
super_coding27-Mar-04 3:40
super_coding27-Mar-04 3:40 
Would you elaborate more?

If I am correct, then this is what you want to happen:

dataadapter.fill(dataset,"Table1")
'do inserts into the dataset
'now you want all the inserted rows to be saved to Table2! True?

'If you are using update command on dataadapter, then you would be able to only save the rows to Table1

dataadapter.update(dataset) 'this will save rows to Table1

if you want these rows to be saved into another table (Table2) then create another dataadapter + dataset for that table, copy dataset1 to dataset2 and then call update on dataadapter2.

let me know.





Web reading made easy -
http://www.xemantex.com
GeneralRe: How do you insert a row at a time? Pin
Pradeep C27-Mar-04 5:09
Pradeep C27-Mar-04 5:09 
AnswerRe: How do you insert a row at a time? Pin
Guerven30-Mar-04 1:58
Guerven30-Mar-04 1:58 
GeneralCreating PDF writer in .net Pin
DHARMA.R25-Mar-04 22:13
DHARMA.R25-Mar-04 22:13 
GeneralRe: Creating PDF writer in .net Pin
Dave Kreskowiak26-Mar-04 2:39
mveDave Kreskowiak26-Mar-04 2:39 
GeneralRe: Creating PDF writer in .net Pin
DHARMA.R26-Mar-04 4:03
DHARMA.R26-Mar-04 4:03 
Questionant algorithm with visual basic?? Pin
pahlawan_siber25-Mar-04 20:12
pahlawan_siber25-Mar-04 20:12 
AnswerRe: ant algorithm with visual basic?? Pin
Dave Kreskowiak26-Mar-04 2:43
mveDave Kreskowiak26-Mar-04 2:43 
Generalchanging code to add subs and to call on subs Pin
ibok2325-Mar-04 15:01
ibok2325-Mar-04 15:01 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2325-Mar-04 15:09
ibok2325-Mar-04 15:09 
GeneralRe: changing code to add subs and to call on subs Pin
Nadroj25-Mar-04 18:14
Nadroj25-Mar-04 18:14 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 2:55
ibok2326-Mar-04 2:55 
GeneralRe: changing code to add subs and to call on subs Pin
Dave Kreskowiak26-Mar-04 3:32
mveDave Kreskowiak26-Mar-04 3:32 
GeneralRe: changing code to add subs and to call on subs Pin
Dave Kreskowiak26-Mar-04 2:52
mveDave Kreskowiak26-Mar-04 2:52 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 2:57
ibok2326-Mar-04 2:57 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 4:36
ibok2326-Mar-04 4:36 
GeneralRe: changing code to add subs and to call on subs Pin
Nadroj26-Mar-04 4:47
Nadroj26-Mar-04 4:47 
GeneralRe: changing code to add subs and to call on subs Pin
ibok2326-Mar-04 5:09
ibok2326-Mar-04 5: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.