Click here to Skip to main content
15,907,395 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionimport video files from Digital camera Pin
NyBawa25-Jun-06 19:58
NyBawa25-Jun-06 19:58 
QuestionVisual Studio cannot start debugging...... Pin
angelagke25-Jun-06 16:11
angelagke25-Jun-06 16:11 
AnswerRe: Visual Studio cannot start debugging...... Pin
Mekong River25-Jun-06 21:33
Mekong River25-Jun-06 21:33 
GeneralRe: Visual Studio cannot start debugging...... Pin
angelagke27-Jun-06 0:01
angelagke27-Jun-06 0:01 
GeneralRe: Visual Studio cannot start debugging...... Pin
Mekong River27-Jun-06 0:08
Mekong River27-Jun-06 0:08 
GeneralRe: Visual Studio cannot start debugging...... Pin
angelagke27-Jun-06 15:32
angelagke27-Jun-06 15:32 
QuestionPrinting Labels Pin
micromause25-Jun-06 15:54
micromause25-Jun-06 15:54 
QuestionInserting new records in ADO.NET Pin
TheFoZ25-Jun-06 3:25
TheFoZ25-Jun-06 3:25 
Hi
I have created a new dataset based on a schema based on my database. I have added a new row a table in the dataset and am now trying to Insert this into the database. When I run it I do not get any errors, or do any records go into the database. What am I doing wrong?
<br />
newDataSet.Tables("tblHouse").Rows.Add(newAddress)<br />
newDataSet.AcceptChanges()<br />
Dim myTable As New DataTable = newDataSet.Tables("tblHouse")<br />
<br />
myAdapter2.Update(myTable)<br />




The FOZ
AnswerRe: Inserting new records in ADO.NET Pin
Tamimi - Code25-Jun-06 3:39
Tamimi - Code25-Jun-06 3:39 
GeneralRe: Inserting new records in ADO.NET Pin
TheFoZ25-Jun-06 4:11
TheFoZ25-Jun-06 4:11 
AnswerRe: Inserting new records in ADO.NET Pin
Dave Kreskowiak25-Jun-06 12:47
mveDave Kreskowiak25-Jun-06 12:47 
GeneralRe: Inserting new records in ADO.NET Pin
TheFoZ27-Jun-06 8:09
TheFoZ27-Jun-06 8:09 
GeneralRe: Inserting new records in ADO.NET Pin
Dave Kreskowiak27-Jun-06 14:36
mveDave Kreskowiak27-Jun-06 14:36 
GeneralRe: Inserting new records in ADO.NET Pin
TheFoZ28-Jun-06 9:36
TheFoZ28-Jun-06 9:36 
QuestionVB.net Pin
bzasri24-Jun-06 22:02
bzasri24-Jun-06 22:02 
AnswerRe: VB.net Pin
Mekong River25-Jun-06 1:04
Mekong River25-Jun-06 1:04 
AnswerRe: VB.net Pin
Dave Kreskowiak25-Jun-06 12:49
mveDave Kreskowiak25-Jun-06 12:49 
AnswerRe: VB.net Pin
Paul Conrad25-Jun-06 16:55
professionalPaul Conrad25-Jun-06 16:55 
QuestionPlease advice me about "Screen Text Hooking Project". Pin
god4k24-Jun-06 17:53
god4k24-Jun-06 17:53 
AnswerRe: Please advice me about "Screen Text Hooking Project". Pin
Mekong River25-Jun-06 1:13
Mekong River25-Jun-06 1:13 
Questioncontrol another form Pin
Mr kilany24-Jun-06 6:21
Mr kilany24-Jun-06 6:21 
AnswerRe: control another form Pin
god4k24-Jun-06 17:55
god4k24-Jun-06 17:55 
GeneralRe: control another form Pin
Mr kilany25-Jun-06 1:45
Mr kilany25-Jun-06 1:45 
AnswerRe: control another form Pin
Jun Du25-Jun-06 13:49
Jun Du25-Jun-06 13:49 
GeneralRe: control another form Pin
Mr kilany26-Jun-06 1:16
Mr kilany26-Jun-06 1:16 

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.