Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# date format..., Pin
rah_sin16-Aug-07 22:46
professionalrah_sin16-Aug-07 22:46 
AnswerRe: c# date format...,URGENT Pin
Baconbutty16-Aug-07 22:55
Baconbutty16-Aug-07 22:55 
QuestionError if I put one method inside the other. Then what is the solution to that??? Pin
T4AMD16-Aug-07 22:11
T4AMD16-Aug-07 22:11 
AnswerRe: Error if I put one method inside the other. Then what is the solution to that??? Pin
rah_sin16-Aug-07 22:34
professionalrah_sin16-Aug-07 22:34 
QuestionRe: Error if I put one method inside the other. Then what is the solution to that??? Pin
T4AMD16-Aug-07 22:42
T4AMD16-Aug-07 22:42 
AnswerRe: Error if I put one method inside the other. Then what is the solution to that??? Pin
J4amieC16-Aug-07 22:47
J4amieC16-Aug-07 22:47 
AnswerRe: Error if I put one method inside the other. Then what is the solution to that??? Pin
Scott Dorman17-Aug-07 4:38
professionalScott Dorman17-Aug-07 4:38 
Questionxml in to table to database Pin
kalyan_241616-Aug-07 21:50
kalyan_241616-Aug-07 21:50 
hi all
i have an xml
i am able to change into data table
and insert into database also...

StringReader xmlsr3 = new StringReader(region);
dset3.ReadXml(xmlsr3, XmlReadMode.IgnoreSchema);
OleDbDataAdapter da3 = new OleDbDataAdapter("select * from drregion", m_Conn);
OleDbCommandBuilder cb3 = new OleDbCommandBuilder(da3);
da3.Update(dtab3); dtab3 = dset3.Tables[0];

like this it gets updated
now the problem is when xml string has a keywords (of databases)
while updating into database that is in the last statement
there is an error saying insert into syntax error
i need to change the
ex: keyfield-desc
to [desc] (i could nt do it in xml ) there was another error if i do that
how can i do this
or is there any other way....
QuestionByte[] in webservice Pin
jayarajmrj16-Aug-07 21:08
jayarajmrj16-Aug-07 21:08 
AnswerRe: Byte[] in webservice Pin
Martin#16-Aug-07 21:20
Martin#16-Aug-07 21:20 
QuestionXMLSchema code snippet.....please help Pin
hemendravyas16-Aug-07 20:56
hemendravyas16-Aug-07 20:56 
Question"LastIndexOf" doubt Pin
jayarajmrj16-Aug-07 20:31
jayarajmrj16-Aug-07 20:31 
AnswerRe: "LastIndexOf" doubt Pin
N a r e s h P a t e l16-Aug-07 20:43
N a r e s h P a t e l16-Aug-07 20:43 
AnswerRe: "LastIndexOf" doubt Pin
Martin#16-Aug-07 20:43
Martin#16-Aug-07 20:43 
AnswerRe: "LastIndexOf" doubt Pin
Hessam Jalali16-Aug-07 20:46
Hessam Jalali16-Aug-07 20:46 
QuestionLoad Testing Pin
73amit16-Aug-07 20:10
73amit16-Aug-07 20:10 
AnswerRe: Load Testing Pin
amitkadamo16-Aug-07 22:53
amitkadamo16-Aug-07 22:53 
Questionexplicit deletion of object Pin
leopard44716-Aug-07 19:29
leopard44716-Aug-07 19:29 
AnswerRe: explicit deletion of object Pin
leoiser16-Aug-07 19:55
leoiser16-Aug-07 19:55 
GeneralRe: explicit deletion of object Pin
seeitsharper16-Aug-07 23:02
seeitsharper16-Aug-07 23:02 
AnswerRe: explicit deletion of object Pin
Scott Dorman17-Aug-07 4:46
professionalScott Dorman17-Aug-07 4:46 
QuestionRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 19:07
RameshwerE16-Aug-07 19:07 
AnswerRe:Displaying a form window from its (width,0) to (0,0) Pin
Assaf8216-Aug-07 19:12
Assaf8216-Aug-07 19:12 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 19:30
RameshwerE16-Aug-07 19:30 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
leoiser16-Aug-07 19:52
leoiser16-Aug-07 19: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.