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

C#

 
GeneralRe: serializing an array of strings Pin
jinzhecheng20-May-05 3:11
jinzhecheng20-May-05 3:11 
GeneralRe: serializing an array of strings Pin
Green Fuze20-May-05 6:01
Green Fuze20-May-05 6:01 
Generalcall a java class Pin
Mohammad Daba'an17-May-05 22:00
Mohammad Daba'an17-May-05 22:00 
GeneralRe: call a java class Pin
Christian Graus17-May-05 22:47
protectorChristian Graus17-May-05 22:47 
GeneralRe: call a java class Pin
Mohammad Daba'an18-May-05 3:18
Mohammad Daba'an18-May-05 3:18 
GeneralRe: call a java class Pin
Christian Graus18-May-05 12:45
protectorChristian Graus18-May-05 12:45 
GeneralC# Form and SQL Stored Procedures Pin
Kyaw Soe Khaing17-May-05 21:13
Kyaw Soe Khaing17-May-05 21:13 
GeneralRe: C# Form and SQL Stored Procedures Pin
Colin Angus Mackay17-May-05 22:38
Colin Angus Mackay17-May-05 22:38 
kyawsoe wrote:
my form show not responding

While the command is executing your application is blocked...

kyawsoe wrote:
cmd.CommandTimeout=35000;

...for upto 9.7 hours!

If you want your application to be responsive while the query is running you will have to run the query in a new thread.

NOTE for people migrating to .NET 2.0. The ADO.NET 2.0 contains built in asyncronous querying so that you don't have to set up a separate thread yourself as the .NET framework will do it for you.




My: Blog | Photos | Next SQL Presentation
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


Questionhow to use data adapter in ado.net Pin
Anonymous17-May-05 20:33
Anonymous17-May-05 20:33 
AnswerRe: how to use data adapter in ado.net Pin
Luis Alonso Ramos17-May-05 21:01
Luis Alonso Ramos17-May-05 21:01 
Questionhow do I program Outlook EXPRESS 6 ? Pin
erajsri17-May-05 18:48
erajsri17-May-05 18:48 
AnswerRe: how do I program Outlook EXPRESS 6 ? Pin
Christian Graus17-May-05 19:06
protectorChristian Graus17-May-05 19:06 
GeneralC# type casting or converting Pin
kmm_e17-May-05 18:24
susskmm_e17-May-05 18:24 
GeneralRe: C# type casting or converting Pin
Christian Graus17-May-05 19:04
protectorChristian Graus17-May-05 19:04 
GeneralRe: C# type casting or converting Pin
S. Senthil Kumar17-May-05 19:40
S. Senthil Kumar17-May-05 19:40 
QuestionHow to synchronize client database and server database using C#? Pin
pubududilena17-May-05 18:15
pubududilena17-May-05 18:15 
AnswerRe: How to synchronize client database and server database using C#? Pin
Christian Graus17-May-05 19:05
protectorChristian Graus17-May-05 19:05 
GeneralResizing a richTextBox to fit contents please help Pin
OnlyTaz17-May-05 17:44
OnlyTaz17-May-05 17:44 
GeneralC++ dll interoperate with C# Pin
ivyhill17-May-05 15:09
ivyhill17-May-05 15:09 
GeneralRe: C++ dll interoperate with C# Pin
Mervick17-May-05 15:27
Mervick17-May-05 15:27 
GeneralRe: C++ dll interoperate with C# Pin
ivyhill20-May-05 13:19
ivyhill20-May-05 13:19 
GeneralFlushing/closing streams Pin
methodincharge17-May-05 14:04
methodincharge17-May-05 14:04 
GeneralRe: Flushing/closing streams Pin
S. Senthil Kumar17-May-05 19:48
S. Senthil Kumar17-May-05 19:48 
Question?How can I get the I/O Address of a parallel port using WMI? Pin
Member 162442717-May-05 12:26
Member 162442717-May-05 12:26 
Generalmanage a textbox from another form Pin
Sasuko17-May-05 12:20
Sasuko17-May-05 12:20 

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.