CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jogisarge

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    10,389

    WPF/MVVM Load UserControl

    Hi @all,

    i know that there a many articles about my problem but i cant find a solution.
    I am new in WPF - MVVM and i try to understand the MVVM-Logic.
    So i made a little project to understand...
  2. Replies
    5
    Views
    1,556

    show sql-statement with parms

    Hi,

    i use VS2008 and SQLServer 2005.

    How can i debug a sql-statement, that includes parameters like this ?

    string sqlstatement = "INSERT INTO artikel (nr,text1,text2)" +
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured