Click here to Skip to main content
15,891,184 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami30-Mar-08 0:49
Rupesh Kumar Swami30-Mar-08 0:49 
GeneralRe: How to make trial version software in vb.net Pin
Fahad Sadah30-Mar-08 0:51
Fahad Sadah30-Mar-08 0:51 
GeneralRe: How to make trial version software in vb.net Pin
Krishnraj30-Mar-08 20:14
Krishnraj30-Mar-08 20:14 
GeneralRe: How to make trial version software in vb.net Pin
Rupesh Kumar Swami31-Mar-08 1:09
Rupesh Kumar Swami31-Mar-08 1:09 
GeneralRe: How to make trial version software in vb.net Pin
Krishnraj31-Mar-08 1:15
Krishnraj31-Mar-08 1:15 
GeneralRe: How to make trial version software in vb.net Pin
Dominick Marciano2-Jun-08 7:06
professionalDominick Marciano2-Jun-08 7:06 
QuestionCristal Report Problem in VB.Net [modified] Pin
Satya2628-Mar-08 19:43
Satya2628-Mar-08 19:43 
Generalproblems insert data in database using table adapter Pin
AAGTHosting28-Mar-08 11:27
AAGTHosting28-Mar-08 11:27 
When I do a database insert there are no errors displayed, but when I check the database the data does not insert into the database.

Why?

Here is my code. I declared addRow globally.

addRow = lpDataSet.Tables("tbl_students").NewRow()                
addRow("stud_cell") = txtStudCell.Text                
addRow("stud_phone") = txtStudPhone.Text                
lpDataSet.Tables("tbl_students").Rows.Add(addRow)  

Try                    
     studTableAdapter.Update(addRow)                
Catch err As Exception                    
     MessageBox.Show(err.Message)                
End Try

GeneralRe: problems insert data in database using table adapter Pin
Karrar Ketawi30-Mar-08 1:56
Karrar Ketawi30-Mar-08 1:56 
GeneralRe: problems insert data in database using table adapter Pin
AAGTHosting31-Mar-08 5:55
AAGTHosting31-Mar-08 5:55 
GeneralRe: problems insert data in database using table adapter Pin
Karrar Ketawi31-Mar-08 7:21
Karrar Ketawi31-Mar-08 7:21 
GeneralRe: problems insert data in database using table adapter Pin
AAGTHosting31-Mar-08 7:41
AAGTHosting31-Mar-08 7:41 
GeneralRe: problems insert data in database using table adapter Pin
Sourie13-Sep-08 8:00
Sourie13-Sep-08 8:00 
QuestionEncryption Pin
KreativeKai28-Mar-08 9:21
professionalKreativeKai28-Mar-08 9:21 
GeneralRe: Encryption Pin
AlexeiXX328-Mar-08 9:28
AlexeiXX328-Mar-08 9:28 
GeneralRe: Encryption Pin
KreativeKai31-Mar-08 3:58
professionalKreativeKai31-Mar-08 3:58 
GeneralRe: Encryption Pin
AlexeiXX331-Mar-08 5:30
AlexeiXX331-Mar-08 5:30 
GeneralRe: Encryption Pin
Guffa28-Mar-08 10:38
Guffa28-Mar-08 10:38 
GeneralProblem with datatype in database insert Pin
AAGTHosting28-Mar-08 8:18
AAGTHosting28-Mar-08 8:18 
GeneralRe: Problem with datatype in database insert Pin
Dave Kreskowiak28-Mar-08 9:43
mveDave Kreskowiak28-Mar-08 9:43 
GeneralRe: Problem with datatype in database insert Pin
AAGTHosting28-Mar-08 10:11
AAGTHosting28-Mar-08 10:11 
GeneralRe: Problem with datatype in database insert Pin
Dave Kreskowiak28-Mar-08 10:21
mveDave Kreskowiak28-Mar-08 10:21 
GeneralRe: Problem with datatype in database insert Pin
AAGTHosting28-Mar-08 11:08
AAGTHosting28-Mar-08 11:08 
QuestionLaunching a form from a form Pin
Steven J Jowett28-Mar-08 5:21
Steven J Jowett28-Mar-08 5:21 
GeneralRe: Launching a form from a form Pin
Dave Kreskowiak28-Mar-08 6:45
mveDave Kreskowiak28-Mar-08 6:45 

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.