Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView grouping Pin
Heath Stewart7-Feb-05 6:47
protectorHeath Stewart7-Feb-05 6:47 
GeneralRe: ListView grouping Pin
Joel Lucsy4-Feb-05 9:51
Joel Lucsy4-Feb-05 9:51 
QuestionHow can I controle by resource in C# !!!! Pin
students552 university4-Feb-05 2:49
students552 university4-Feb-05 2:49 
AnswerRe: How can I controle by resource in C# !!!! Pin
Heath Stewart4-Feb-05 6:06
protectorHeath Stewart4-Feb-05 6:06 
GeneralUsing a View in SQL server and SqlCommandBuilder at the same time Pin
hajob4-Feb-05 2:13
hajob4-Feb-05 2:13 
GeneralRe: Using a View in SQL server and SqlCommandBuilder at the same time Pin
Heath Stewart4-Feb-05 6:02
protectorHeath Stewart4-Feb-05 6:02 
GeneralRe: Using a View in SQL server and SqlCommandBuilder at the same time Pin
Scott Serl4-Feb-05 8:25
Scott Serl4-Feb-05 8:25 
GeneralRe: Using a View in SQL server and SqlCommandBuilder at the same time Pin
hajob6-Feb-05 0:10
hajob6-Feb-05 0:10 
Thanks a lot for the confirmation of what I thought I had found in the documentation (but was not sure I had found everything).

>While you may give correct schema information using a DataSet schema, >someone else may not.
That's true but since I do have the schema information it would be so much easier Frown | :-(
I could even provide it in XML-Schema form directly if only the SqlCommandBuilder would be ready to accept it!

>If the SqlCommandBuilder doesn't suit your needs, implement the other >SqlCommand instances for the SqlDataAdapter yourself. It's not difficult.
Now, the SqlCommandBuilder suits my needs perfectly especially in that I can chose to use optimistic concurrency if I want to. I will certainly attempt to write my own commandbuilder rather than writing tons of discrete sql statements if only for ease of future adjustments necessary with every change in the DB.
Could you perhaps point to any sort of sample code (or any source code publicly available)that would help to jump-start that piece of work? [I have seen some pieces of code on the web but I don't seem to be able to remember the place; had something to do with the ".Net-for-Linux" project]

Thanks anyway, even knowing for sure that a solution is not feasible helps a lot!

hajo
GeneralRe: Using a View in SQL server and SqlCommandBuilder at the same time Pin
Heath Stewart6-Feb-05 5:49
protectorHeath Stewart6-Feb-05 5:49 
GeneralRe: Using a View in SQL server and SqlCommandBuilder at the same time Pin
hajob6-Feb-05 22:41
hajob6-Feb-05 22:41 
GeneralMultiple Assemblies Pin
innocent734-Feb-05 1:52
innocent734-Feb-05 1:52 
GeneralRe: Multiple Assemblies Pin
SimonS4-Feb-05 2:11
SimonS4-Feb-05 2:11 
GeneralRe: Multiple Assemblies Pin
innocent734-Feb-05 2:35
innocent734-Feb-05 2:35 
GeneralRe: Multiple Assemblies Pin
Stefan Troschuetz4-Feb-05 3:15
Stefan Troschuetz4-Feb-05 3:15 
GeneralRe: Multiple Assemblies Pin
Heath Stewart4-Feb-05 5:57
protectorHeath Stewart4-Feb-05 5:57 
Questionhow to install a self made windows service on other machines.. Pin
just_starting4-Feb-05 1:47
just_starting4-Feb-05 1:47 
AnswerRe: how to install a self made windows service on other machines.. Pin
Esmo20004-Feb-05 4:28
Esmo20004-Feb-05 4:28 
GeneralRe: how to install a self made windows service on other machines.. Pin
Heath Stewart4-Feb-05 5:46
protectorHeath Stewart4-Feb-05 5:46 
AnswerRe: how to install a self made windows service on other machines.. Pin
Heath Stewart4-Feb-05 5:53
protectorHeath Stewart4-Feb-05 5:53 
GeneralRe: how to install a self made windows service on other machines.. Pin
just_starting4-Feb-05 9:32
just_starting4-Feb-05 9:32 
GeneralRe: how to install a self made windows service on other machines.. Pin
Heath Stewart4-Feb-05 12:56
protectorHeath Stewart4-Feb-05 12:56 
GeneralSintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 0:34
Sasuko4-Feb-05 0:34 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 6:29
Sasuko4-Feb-05 6:29 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Dave Kreskowiak4-Feb-05 8:44
mveDave Kreskowiak4-Feb-05 8:44 
GeneralRe: Sintax error in the INSERT INTO instruction Pin
Sasuko4-Feb-05 11:07
Sasuko4-Feb-05 11:07 

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.