Click here to Skip to main content
15,895,667 members

Comments by surender.m (Top 14 by date)

surender.m 8-Aug-11 5:21am View    
Sir, Is there any way to reference mysql connector externally?
Like i should be able to reference connector/net externally from some config then application has to rebind itself whenever there is any change in reference.
surender.m 6-Aug-11 2:53am View    
This article just tell how to load the specific method dynamically only, not for the whole DLL loading like general GAC. What I want is like DLL declaration in App.config.
surender.m 30-Jul-11 1:26am View    
As far as i know Dataset will contain datatables, but you are asking about datarows in dataset.
Is it like you are having 5 datatables in a dataset?
If so you can just iterate through dataset.tables and then make use of datatable.writexml().
surender.m 30-Jul-11 0:42am View    
You are trying to insert value of textbox into registration table for name. till now its fine but why you are trying to fill dataset for DML query?
ExecuteNonQuery() will do your purpose.
surender.m 28-Jul-11 2:45am View    
Why you need only last record?