Search results for query: *

  • Users: Skuch
  • Order by date
  1. S

    using a class

    I think this is user created namespace, so if you have no other code for this namespace than you can't proceed. Look here Creating and using Namespaces in VB.NET and C#
  2. S

    Question Datarow retrieves name of tables in database?

    Thanks jmcilhinney... however i can't get getschema working, it throws an error that "Specified method is not supported" exception.... then I searched through net and found this BUG: Error message when you try to obtain schema information from a SQL Server 2005 Compact Edition database or a SQL...
  3. S

    Question Datarow retrieves name of tables in database?

    Recently required to loop through SQLCe database to get all the names of the tables it holds. Couldn't get anywhere for a while good info about this task, while found this web article Get All SQL Database Table Names and Fields Using VB.NET | Online Marketing | Web Malama, Ft Collins, Loveland...
  4. S

    Question SQLCe and WPF application?

    My mistake, resolved... required just add database using wizard and then use sqlserverce namespace
  5. S

    Question SQLCe and WPF application?

    I recently moved from windows form applications to wpf, so have some problems with it. I require to make local SQL database in code and found that can't import SQLSERVERCE namespace. Is anyone can explain is it possible to make SQLCe database in WPF application by code and how? Thanks
Back
Top