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

Database

 
QuestionGetting registered for SQL Notifications Pin
~~~Johnny~~~18-Jul-07 6:51
~~~Johnny~~~18-Jul-07 6:51 
QuestionDeleting Records using two different Databases Pin
bwhittington18-Jul-07 5:18
bwhittington18-Jul-07 5:18 
AnswerRe: Deleting Records using two different Databases Pin
Pete O'Hanlon18-Jul-07 5:26
mvePete O'Hanlon18-Jul-07 5:26 
GeneralRe: Deleting Records using two different Databases Pin
bwhittington18-Jul-07 5:34
bwhittington18-Jul-07 5:34 
AnswerRe: Deleting Records using two different Databases Pin
Chris Rickard18-Jul-07 18:21
Chris Rickard18-Jul-07 18:21 
Questiondata storage & access of data in sqlserver Pin
Sandep H S18-Jul-07 4:35
Sandep H S18-Jul-07 4:35 
AnswerRe: data storage & access of data in sqlserver Pin
originSH18-Jul-07 4:45
originSH18-Jul-07 4:45 
QuestionData Bindings Pin
Rharzkie18-Jul-07 1:32
Rharzkie18-Jul-07 1:32 
Instead of updating in usual way, i use a simple binding for my data entry. It works but my problem is the last record that i recorded did not update. Only the previous records are updated, but the last did not.

my code for 'update' button is:
Me.BindingContext(DataSet21).EndCurrentEdit()<br />
     Me.OleDbDataAdapter2.Update(DataSet21)<br />
     MsgBox("Grade recorded!")

AnswerRe: Data Bindings Pin
Colin Angus Mackay18-Jul-07 2:10
Colin Angus Mackay18-Jul-07 2:10 
GeneralRe: Data Bindings Pin
Mike Dimmick18-Jul-07 2:30
Mike Dimmick18-Jul-07 2:30 
GeneralRe: Data Bindings Pin
originSH18-Jul-07 3:21
originSH18-Jul-07 3:21 
GeneralRe: Data Bindings Pin
Rharzkie18-Jul-07 17:14
Rharzkie18-Jul-07 17:14 
GeneralRe: Data Bindings Pin
Colin Angus Mackay18-Jul-07 21:34
Colin Angus Mackay18-Jul-07 21:34 
GeneralRe: Data Bindings Pin
Pete O'Hanlon18-Jul-07 22:52
mvePete O'Hanlon18-Jul-07 22:52 
QuestionSQL Server 2005 Reporting Services report server. Pin
ballameharmurali17-Jul-07 21:30
ballameharmurali17-Jul-07 21:30 
AnswerRe: SQL Server 2005 Reporting Services report server. Pin
Sathesh Sakthivel17-Jul-07 21:45
Sathesh Sakthivel17-Jul-07 21:45 
AnswerRe: SQL Server 2005 Reporting Services report server. Pin
Paddy Boyd17-Jul-07 22:52
Paddy Boyd17-Jul-07 22:52 
Questionupdating a record Pin
Rharzkie17-Jul-07 18:25
Rharzkie17-Jul-07 18:25 
AnswerRe: updating a record Pin
sidbaruah17-Jul-07 18:55
sidbaruah17-Jul-07 18:55 
GeneralRe: updating a record Pin
Rharzkie17-Jul-07 23:21
Rharzkie17-Jul-07 23:21 
AnswerRe: updating a record Pin
Blue_Boy17-Jul-07 22:25
Blue_Boy17-Jul-07 22:25 
QuestionRe: updating a record Pin
Rharzkie18-Jul-07 0:38
Rharzkie18-Jul-07 0:38 
AnswerRe: updating a record [modified] Pin
Blue_Boy18-Jul-07 2:40
Blue_Boy18-Jul-07 2:40 
QuestionSQL query for Registration Pin
Delin raj17-Jul-07 18:01
Delin raj17-Jul-07 18:01 
AnswerRe: SQL query for Registration Pin
gauthee17-Jul-07 20:52
gauthee17-Jul-07 20:52 

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.