Click here to Skip to main content
15,897,273 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connecting remote SQL server Pin
Yaakov Davis13-Mar-05 6:50
Yaakov Davis13-Mar-05 6:50 
GeneralSQL DEC and NUMERIC vs BIGINT performance Pin
Menny Even Danan13-Mar-05 2:15
Menny Even Danan13-Mar-05 2:15 
GeneralRe: SQL DEC and NUMERIC vs BIGINT performance Pin
Colin Angus Mackay13-Mar-05 2:51
Colin Angus Mackay13-Mar-05 2:51 
Generalinserting content of text file to Access data field Pin
pnpfriend11-Mar-05 8:38
pnpfriend11-Mar-05 8:38 
GeneralRe: inserting content of text file to Access data field Pin
numbrel12-Mar-05 6:18
numbrel12-Mar-05 6:18 
GeneralGrouping by time period Pin
Jeff Martin11-Mar-05 7:50
Jeff Martin11-Mar-05 7:50 
GeneralRe: Grouping by time period Pin
Colin Angus Mackay12-Mar-05 6:49
Colin Angus Mackay12-Mar-05 6:49 
Generaltables list in access Pin
Silly Boy11-Mar-05 0:58
Silly Boy11-Mar-05 0:58 
GeneralRe: tables list in access Pin
numbrel11-Mar-05 3:59
numbrel11-Mar-05 3:59 
GeneralRe: tables list in access Pin
Suman Singh29-Mar-05 12:51
professionalSuman Singh29-Mar-05 12:51 
GeneralProgram loaded before Sql service Pin
Anonymous10-Mar-05 23:23
Anonymous10-Mar-05 23:23 
GeneralRe: Program loaded before Sql service Pin
Yulianto.11-Mar-05 16:07
Yulianto.11-Mar-05 16:07 
GeneralRe: Program loaded before Sql service Pin
Anonymous12-Mar-05 15:11
Anonymous12-Mar-05 15:11 
GeneralApplication Level Transaction Vs Stored Proc Transaction Pin
devvvy10-Mar-05 14:48
devvvy10-Mar-05 14:48 
Questionwhat does this error means Error converting data type varchar to int. Pin
feeha10-Mar-05 11:27
feeha10-Mar-05 11:27 
AnswerRe: what does this error means Error converting data type varchar to int. Pin
Edbert P10-Mar-05 15:50
Edbert P10-Mar-05 15:50 
Generalplz help me in the following code Pin
feeha10-Mar-05 11:13
feeha10-Mar-05 11:13 
GeneralRe: plz help me in the following code Pin
Colin Angus Mackay10-Mar-05 11:35
Colin Angus Mackay10-Mar-05 11:35 
GeneralRe: plz help me in the following code Pin
turbochimp14-Mar-05 17:58
turbochimp14-Mar-05 17:58 
Questionhow to save databse along with its data Pin
eshban28410-Mar-05 8:25
eshban28410-Mar-05 8:25 
AnswerRe: how to save databse along with its data Pin
Colin Angus Mackay10-Mar-05 10:06
Colin Angus Mackay10-Mar-05 10:06 
Generalupdating an SQL table in C# Pin
clemenslinders10-Mar-05 5:59
clemenslinders10-Mar-05 5:59 
Hi I'm using some DevExpress components in C#. Using sqlConnection, sqlDataAdapter, dataSet, gridControl (a Datagrid) and controlNavigator (to choose insert record, edit record etc.).

When I make my program I can see all the data in the table. Using the controlNavigator I can add records, delete them etc.

I use Microsoft SQL server 2000.

I understand that my program loads a local copy of the database and at the end I have to let the program know that the real table now needs to be updated.

I made a button under which I can test some commands.

I tried sqlDataAdapter1.Update(dataset11) and sqlDataAdapter1.Update(DataSet11,"films") (where films is the name of the table) also I tried dataSet11.acceptchanges().

No matter what I try each time when I quit the program and restart the program my table is empty.

What do I need to do to effectivly change/update the real table??

I would like a solution where I can input/change data in the datagrid using the controlNavigator and then by adding somewhere some extra code make the changes permanent.

I hope someone can help

Kind regards,


Clem
GeneralADO events Pin
ledallam10-Mar-05 4:06
ledallam10-Mar-05 4:06 
GeneralRe: ADO events Pin
numbrel11-Mar-05 3:55
numbrel11-Mar-05 3:55 
GeneralRe: ADO events Pin
coderChina16-Mar-11 21:35
coderChina16-Mar-11 21:35 

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.