WPF Embedded Database Application

Posted by testerws on Stack Overflow See other posts from Stack Overflow or by testerws
Published on 2010-05-19T20:36:31Z Indexed on 2010/05/19 20:40 UTC
Read the original article Hit count: 412

Filed under:
|
|

Hello everyone,

im new with wpf and want to make a small Application with the embedded (local) database in WPF. Im using VS08, ->add new file -> local Database, so far so good. I also can add a table (test table called Person with Name and Age), this works good. And now comes my problem, could anyone tell me how to make (select... insert) statements in codebehind, so that i could display them in a datagrid (from wpftoolkit). Need some code or step by step tut. :D

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf