Click here to Skip to main content
15,884,838 members
Home / Discussions / Database
   

Database

 
QuestionPlaying Wav Files From Database Pin
Now_Loading4-Jan-07 11:09
Now_Loading4-Jan-07 11:09 
AnswerRe: Playing Wav Files From Database Pin
Chris Buckett4-Jan-07 21:40
Chris Buckett4-Jan-07 21:40 
GeneralRe: Playing Wav Files From Database Pin
Colin Angus Mackay5-Jan-07 4:16
Colin Angus Mackay5-Jan-07 4:16 
GeneralRe: Playing Wav Files From Database Pin
Chris Buckett5-Jan-07 4:20
Chris Buckett5-Jan-07 4:20 
Questionsql query ... Pin
groundzero1114-Jan-07 10:01
groundzero1114-Jan-07 10:01 
AnswerRe: sql query ... Pin
Colin Angus Mackay4-Jan-07 13:55
Colin Angus Mackay4-Jan-07 13:55 
GeneralRe: sql query ... Pin
groundzero1117-Jan-07 5:56
groundzero1117-Jan-07 5:56 
QuestionNew at ADO.NET Editing Data Pin
Blekk4-Jan-07 8:00
Blekk4-Jan-07 8:00 
Hi,

I didn't know where I should post this, but because it is ADO.NET, it would be the best place (but I have posted in the C# forum also).

Anyway, I have a question, I have created a datasource to the northwind database and created a simple windows form. With the first name, last name textboxes etc. and to select the employees I use the listbox with the employees last names in it. I have added an the TextBox_Validate Event to each textbox with the code:

<br />
private void TextBox_Validated(object sender, EventArgs e)<br />
{<br />
employeesTableAdapter.Update(northwndDataSet1.Employees);<br />
<br />
employeesTableAdapter.Fill(northwndDataSet1.Employees);<br />
}


Yet, when I change a name, and then tab or click somewhere else, it doesn't update the database with the new name.

What am I doing wrong?

Thanks,

Any reply is appreciated.
QuestionTable permissions Pin
VK-Cadec4-Jan-07 1:49
VK-Cadec4-Jan-07 1:49 
AnswerRe: Table permissions Pin
VK-Cadec4-Jan-07 3:29
VK-Cadec4-Jan-07 3:29 
QuestionHow to know Store procedure Input and OutPut Parameters through programs Pin
indiaone3-Jan-07 20:05
indiaone3-Jan-07 20:05 
AnswerRe: How to know Store procedure Input and OutPut Parameters through programs Pin
Colin Angus Mackay3-Jan-07 22:59
Colin Angus Mackay3-Jan-07 22:59 
QuestionDate Format Pin
Jay_se3-Jan-07 19:12
Jay_se3-Jan-07 19:12 
AnswerRe: Date Format Pin
nagendra rao s.v.3-Jan-07 19:52
nagendra rao s.v.3-Jan-07 19:52 
AnswerRe: Date Format Pin
Colin Angus Mackay3-Jan-07 23:07
Colin Angus Mackay3-Jan-07 23:07 
GeneralRe: Date Format Pin
Jay_se4-Jan-07 0:50
Jay_se4-Jan-07 0:50 
Questionconnection string, ip, remote server connection Pin
steve_rm3-Jan-07 17:17
steve_rm3-Jan-07 17:17 
AnswerRe: connection string, ip, remote server connection Pin
Uri Lavi4-Jan-07 1:03
Uri Lavi4-Jan-07 1:03 
QuestionOptimization of INNER JOIN Pin
PIEBALDconsult3-Jan-07 11:31
mvePIEBALDconsult3-Jan-07 11:31 
AnswerRe: Optimization of INNER JOIN Pin
Chris Meech3-Jan-07 11:46
Chris Meech3-Jan-07 11:46 
GeneralRe: Optimization of INNER JOIN Pin
PIEBALDconsult4-Jan-07 3:47
mvePIEBALDconsult4-Jan-07 3:47 
AnswerRe: Optimization of INNER JOIN Pin
Mark J. Miller3-Jan-07 11:58
Mark J. Miller3-Jan-07 11:58 
GeneralRe: Optimization of INNER JOIN Pin
PIEBALDconsult4-Jan-07 5:46
mvePIEBALDconsult4-Jan-07 5:46 
GeneralRe: Optimization of INNER JOIN Pin
Mark J. Miller4-Jan-07 6:22
Mark J. Miller4-Jan-07 6:22 
Questionsql instances on LAN in combo in vb.net [modified] Pin
Hasan Jaffal3-Jan-07 10:24
Hasan Jaffal3-Jan-07 10:24 

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.