DataBase Connection in WPF.
Hi EverOne
Am Working in WPF.......Can Any one Tell Me How to Handle Database Credential in WPF. Is it same as OledbConnection and SQLConnection in System.Data.dll or Some thing Different......Just Wants to know.
Hi EverOne
Am Working in WPF.......Can Any one Tell Me How to Handle Database Credential in WPF. Is it same as OledbConnection and SQLConnection in System.Data.dll or Some thing Different......Just Wants to know.
This is totally independent of the fact whether you are using WPF, Windows Forms or a command line app.
Best regards,
Benny
Hi Benny,
Then U Mean to Say .......WPF doesnt contains the Control for DB Handling in 3.0. if Developer wants to handle data in Grid then they have to go with 2.0 controls .
Am i right?
I'm not sure I understand you well, but if you mean you are looking for a DataGrid in WPF, then you will be disappointed. You will have to use the WinForms DataGrid control or build your own, of course.
Best regards,
Benny
In other words you still use DataTable, DataAdapter, the only thing that changes is the DataProvider you use graphically that will in turn go to System.Data.
In any case, XCeed has a veyr powerfull datagrid: http://xceed.com/
I agree with you. It's sometimes really difficult to understand the questions asked on this forum.
Best regards,
Benny