Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
AnswerRe: inserting image and text in MS word Pin
ednrgc22-Dec-06 2:55
ednrgc22-Dec-06 2:55 
GeneralRe: inserting image and text in MS word Pin
praveen pandey22-Dec-06 16:55
praveen pandey22-Dec-06 16:55 
GeneralRe: inserting image and text in MS word Pin
Niiiissssshhhhhuuuuu22-Dec-06 18:34
Niiiissssshhhhhuuuuu22-Dec-06 18:34 
GeneralRe: inserting image and text in MS word Pin
ednrgc28-Dec-06 1:56
ednrgc28-Dec-06 1:56 
QuestionHow to use "cout" in a c++ dll in C# [modified] Pin
zqi950422-Dec-06 0:01
zqi950422-Dec-06 0:01 
AnswerRe: How to use "cout" in a c++ dll in C# Pin
Karthik Kalyanasundaram22-Dec-06 5:55
Karthik Kalyanasundaram22-Dec-06 5:55 
GeneralRe: How to use "cout" in a c++ dll in C# Pin
zqi950424-Dec-06 14:27
zqi950424-Dec-06 14:27 
QuestionODBCDataAdapter Pin
KishoreT21-Dec-06 23:58
KishoreT21-Dec-06 23:58 
Hello,

I am facing a problem in updation of data to dBaseIII database.
I have to append two dBaseIII databases and insert to third database(which all the table structures are same).
I have merged two datasets and tried to update the third database by using ODBCDataAdapter, I was able to see that the two datasets are merged in debugging, but when it was updated by the command ODBCDataAdapter.Update(dsDataset); the new records are not reflecting the physical dBaseIII database.

I was able to select the data from the database, but not able to insert new data through C# program.

The following is the code I have tried! Can any one help me to resolve this problem.

adSTOERUNG = new System.Data.Odbc.OdbcDataAdapter("SELECT * FROM xyzTable",cnnST );
System.Data.Odbc.OdbcCommandBuilder builder = new System.Data.Odbc.OdbcCommandBuilder(adSTOERUNG);
adSTOERUNG.Fill(DSMain,"xyzTable");
DSMain.Merge(DS2Insert.Tables[0]);
adSTOERUNG.Update(DSMain.Tables[0]);

The following ODBC driver I have used for connection.
CollatingSequence=ASCII;SafeTransactions=0;Threads=3;Statistics=0;MaxScanRows=8;DefaultDir=c:\xyz;FILEDSN=c:\xyz\xyztable.dbf.dsn;index=code; DriverId=21; UserCommitSync=Yes;FIL=dBase III;PageTimeout=0;Driver={Microsoft dBase Driver (*.dbf)};MaxBufferSize=10000;UID=admin"


Regards,
Kishore.




Questionprogress control bar Pin
quiteSmart21-Dec-06 23:54
quiteSmart21-Dec-06 23:54 
AnswerRe: progress control bar Pin
KishoreT22-Dec-06 0:11
KishoreT22-Dec-06 0:11 
GeneralRe: progress control bar Pin
quiteSmart22-Dec-06 0:58
quiteSmart22-Dec-06 0:58 
GeneralRe: progress control bar Pin
MoustafaS22-Dec-06 6:24
MoustafaS22-Dec-06 6:24 
AnswerRe: progress control bar Pin
chat_sp2001@yahoo.com22-Dec-06 5:49
chat_sp2001@yahoo.com22-Dec-06 5:49 
QuestionHow to read a exact word from a text file Pin
NK721-Dec-06 23:53
NK721-Dec-06 23:53 
AnswerRe: How to read a exact word from a text file Pin
ednrgc22-Dec-06 2:59
ednrgc22-Dec-06 2:59 
Questionhow to provide help facility in a windows Application Pin
Rocky#21-Dec-06 23:33
Rocky#21-Dec-06 23:33 
AnswerRe: how to provide help facility in a windows Application Pin
Pete O'Hanlon22-Dec-06 0:24
mvePete O'Hanlon22-Dec-06 0:24 
GeneralRe: how to provide help facility in a windows Application Pin
Rocky#22-Dec-06 0:31
Rocky#22-Dec-06 0:31 
QuestionAxShockwaveFlashObject Pin
Nafiseh Salmani21-Dec-06 23:23
Nafiseh Salmani21-Dec-06 23:23 
QuestionHow to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:01
Rocky#21-Dec-06 23:01 
AnswerRe: How to automatically back up a database from the Windows Application Pin
Frank Kerrigan21-Dec-06 23:35
Frank Kerrigan21-Dec-06 23:35 
GeneralRe: How to automatically back up a database from the Windows Application Pin
Rocky#21-Dec-06 23:49
Rocky#21-Dec-06 23:49 
Questiontoolstrip in reverse order Pin
GunaChinna21-Dec-06 22:45
GunaChinna21-Dec-06 22:45 
AnswerRe: toolstrip in reverse order Pin
quiteSmart21-Dec-06 22:54
quiteSmart21-Dec-06 22:54 
GeneralRe: toolstrip in reverse order Pin
GunaChinna21-Dec-06 23:05
GunaChinna21-Dec-06 23:05 

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.