Click here to Skip to main content
15,920,602 members
Home / Discussions / Database
   

Database

 
AnswerRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:12
Rocky#14-Oct-06 20:12 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:18
Polymorpher14-Oct-06 20:18 
GeneralRe: get return value from stored procedure Pin
Rocky#14-Oct-06 20:26
Rocky#14-Oct-06 20:26 
GeneralRe: get return value from stored procedure Pin
Polymorpher14-Oct-06 20:54
Polymorpher14-Oct-06 20:54 
Questionquery on date VIP Pin
msleem14-Oct-06 5:21
msleem14-Oct-06 5:21 
AnswerRe: query on date VIP Pin
Rocky#14-Oct-06 21:21
Rocky#14-Oct-06 21:21 
AnswerRe: query on date VIP Pin
Colin Angus Mackay14-Oct-06 22:31
Colin Angus Mackay14-Oct-06 22:31 
QuestionUpdate database help [modified] Pin
eric_tran14-Oct-06 5:03
eric_tran14-Oct-06 5:03 
Good day everyone,

I need to update a record into the database Access via table adapter in VB.Net 2005.

The dataset is updated, but the record in the database Access is not.

Could anyone know how to fix this problem?

Please help.I'd appreciate it so much.

Thanks

(Student_Details:table name)


MyDataSet.Student_Details.Rows(2).Item(3) = "new password"
                   MyDataSet.GetChanges(DataRowState.Modified)
                   Student_DetailsTableAdapter1.Update(MyDataSet)
                   MyDataSet.AcceptChanges()

                   Me.Validate()
                   Me.Student_DetailsBindingSource.EndEdit()
                   Me.Student_DetailsTableAdapter1.Update(Me.MyDataSet.Student_Details)



-- modified at 11:11 Saturday 14th October, 2006

eric

QuestionTransforming standard values from excel to database record Pin
dhatchu13-Oct-06 1:43
dhatchu13-Oct-06 1:43 
QuestionOracle tables and columns by SQL Query Pin
PasNad12-Oct-06 19:28
PasNad12-Oct-06 19:28 
AnswerRe: Oracle tables and columns by SQL Query Pin
rah_sin13-Oct-06 0:16
professionalrah_sin13-Oct-06 0:16 
GeneralRe: Oracle tables and columns by SQL Query Pin
PasNad13-Oct-06 17:10
PasNad13-Oct-06 17:10 
GeneralRe: Oracle tables and columns by SQL Query Pin
rah_sin15-Oct-06 17:55
professionalrah_sin15-Oct-06 17:55 
AnswerRe: Oracle tables and columns by SQL Query Pin
Akhilesh Yadav15-Oct-06 23:46
Akhilesh Yadav15-Oct-06 23:46 
GeneralRe: Oracle tables and columns by SQL Query Pin
simplemusings17-Oct-06 3:55
simplemusings17-Oct-06 3:55 
QuestionDatabase best practice - large tables. Pin
MY120112-Oct-06 3:28
MY120112-Oct-06 3:28 
AnswerRe: Database best practice - large tables. Pin
Colin Angus Mackay12-Oct-06 3:43
Colin Angus Mackay12-Oct-06 3:43 
GeneralRe: Database best practice - large tables. Pin
MY120112-Oct-06 6:04
MY120112-Oct-06 6:04 
GeneralRe: Database best practice - large tables. Pin
Colin Angus Mackay12-Oct-06 7:13
Colin Angus Mackay12-Oct-06 7:13 
AnswerRe: Database best practice - large tables. Pin
Eric Dahlvang12-Oct-06 4:22
Eric Dahlvang12-Oct-06 4:22 
GeneralRe: Database best practice - large tables. Pin
MY120112-Oct-06 6:10
MY120112-Oct-06 6:10 
GeneralRe: Database best practice - large tables. [modified] Pin
Eric Dahlvang12-Oct-06 6:51
Eric Dahlvang12-Oct-06 6:51 
GeneralRe: Database best practice - large tables. Pin
Colin Angus Mackay12-Oct-06 7:14
Colin Angus Mackay12-Oct-06 7:14 
GeneralRe: Database best practice - large tables. Pin
MY120112-Oct-06 7:33
MY120112-Oct-06 7:33 
GeneralRe: Database best practice - large tables. Pin
Colin Angus Mackay12-Oct-06 11:21
Colin Angus Mackay12-Oct-06 11:21 

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.