Click here to Skip to main content
15,921,174 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: sql instances on LAN in combo in vb.net Pin
Hasan Jaffal4-Jan-07 4:05
Hasan Jaffal4-Jan-07 4:05 
QuestionDataset not saving the changes Pin
Irfan Faruki3-Jan-07 9:23
Irfan Faruki3-Jan-07 9:23 
Hi I am learing ADO at the moment have just created a simple application to display & update the data in access data base. I have used data connection wizard to connect to the database. I dragged the table on to the form from the datasource viewer to create a simple datagrid along with navigator control. But now the problem is that when i add the new data in the datagrid and try to save it using the default save button on the navigator window, The changes just dosent get saved. Can anyone tell me why?. I am using C# 2005 express edition. Below it the details code that is created automatically for save item click

private void addressDataBindingNavigatorSaveItem_Click_1(object sender, EventArgs e)
{
this.Validate();
this.addressDataBindingSource.EndEdit();
this.addressDataTableAdapter.Update(this.addressBookDataSet.AddressData);

}

Thanks
Irfan

I am still learning

AnswerRe: Dataset not saving the changes Pin
Mark J. Miller3-Jan-07 11:39
Mark J. Miller3-Jan-07 11:39 
GeneralRe: Dataset not saving the changes Pin
Irfan Faruki3-Jan-07 22:01
Irfan Faruki3-Jan-07 22:01 
QuestionBulk copy on Sql mobile 2005 Pin
Filip Landr2-Jan-07 21:14
Filip Landr2-Jan-07 21:14 
QuestionSQL Query not work Pin
jaganil2-Jan-07 21:12
jaganil2-Jan-07 21:12 
AnswerRe: SQL Query not work Pin
Elina Blank3-Jan-07 3:32
sitebuilderElina Blank3-Jan-07 3:32 
AnswerRe: SQL Query not work Pin
ChandraRam3-Jan-07 23:16
ChandraRam3-Jan-07 23:16 
QuestionMs-Sql data optimization Pin
vijaymuthu2-Jan-07 18:59
vijaymuthu2-Jan-07 18:59 
AnswerRe: Ms-Sql data optimization Pin
Pete O'Hanlon2-Jan-07 22:27
mvePete O'Hanlon2-Jan-07 22:27 
QuestionSet default database and log locations in SQL Server Management Studio Express Pin
kani982-Jan-07 13:11
kani982-Jan-07 13:11 
QuestionScript/tool to update schema of my database when the latest_schema script is provided Pin
PrashantJ2-Jan-07 5:10
PrashantJ2-Jan-07 5:10 
QuestionRegarding dataset Pin
Member 22045442-Jan-07 4:14
Member 22045442-Jan-07 4:14 
AnswerRe: Regarding dataset Pin
Pete O'Hanlon2-Jan-07 4:42
mvePete O'Hanlon2-Jan-07 4:42 
QuestionRetrieve Table names from Access database? Pin
kbalias2-Jan-07 1:19
kbalias2-Jan-07 1:19 
AnswerRe: Retrieve Table names from Access database? Pin
Paul Conrad2-Jan-07 7:34
professionalPaul Conrad2-Jan-07 7:34 
AnswerRe: Retrieve Table names from Access database? Pin
PIEBALDconsult3-Jan-07 10:49
mvePIEBALDconsult3-Jan-07 10:49 
QuestionDeploy StoredProcedures written in C#/.NET Pin
FreeCastle2-Jan-07 0:11
FreeCastle2-Jan-07 0:11 
AnswerRe: Deploy StoredProcedures written in C#/.NET Pin
Pete O'Hanlon2-Jan-07 4:47
mvePete O'Hanlon2-Jan-07 4:47 

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.