Re: Catalog of tables in an SSCE database
- From: "W.G. Ryan [MVP]" <WilliamRyan@xxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 08:33:33 -0500
So where does one procure this ebook ;-) ? Is it out now?
"William (Bill) Vaughn" <billvaRemoveThis@xxxxxxxxxx> wrote in message
news:Ot8ExRkEHHA.4832@xxxxxxxxxxxxxxxxxxxxxxx
You found the right System View. I think the Orcas version of VS is going
to have (much) better support as well as a few new wrinkles.
Good luck with your project. I'm sure the EBook will help... ;)
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no
rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
-----------------------------------------------------------------------------------------------------------------------
"Garry" <garrygrolman@xxxxxxxxx> wrote in message
news:uVVgtZTEHHA.3396@xxxxxxxxxxxxxxxxxxxxxxx
Bill,
The point is that I want to access the tables collection IN CODE so that
I can make myself a 'Viewer' tailored to my needs.
I found some sample code using Google using "INFORMATION_SCHEMA.TABLES"
which has allowed me to start implementing my little and 'light' viewer.
The Server Explorer is a bit 'heavy' and can only be used when VS2005 is
up and running..
Contained data is not a problem.
Garry
"William (Bill) Vaughn" <billvaRemoveThis@xxxxxxxxxx> wrote in message
news:OEED3sLEHHA.3224@xxxxxxxxxxxxxxxxxxxxxxx
Ya, gotta read my new EBook. I explain (therein) that many of these more
sophisticated methods in ADO.NET are not exposed in the SqlCe namespace.
The right way to get the list of object is to use the SQLCe system
views. Use your Server Explorer to drill into a SqlCe (Sql Mobile for
now) database and open the System Views tab. Here you'll see everything
that you need (hopefully).
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no
rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest
book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
-----------------------------------------------------------------------------------------------------------------------
"Garry" <garrygrolman@xxxxxxxxx> wrote in message
news:eT78EfKEHHA.4208@xxxxxxxxxxxxxxxxxxxxxxx
What objects and services do I use to visualize the collection of
tables and the table's collections of columns in a SSCE database file.
Something parallel to excelConn.GetOleDbSchemaTable() but for SSCE to
allow me to see the contents very quickly. The Data Source Display
inside vs2005 are slow and not really user friendly. I want to build
something along the lines of the Access interface when in Design mode.
I do not see any objects or methods available in SSCE objects,
(System.Data.SqlServerCe) and info is scarce.
Garry
.
- Follow-Ups:
- Re: Catalog of tables in an SSCE database
- From: William \(Bill\) Vaughn
- Re: Catalog of tables in an SSCE database
- Next by Date: Re: Bad record count importing excel spread*** to DataAdapter?
- Next by thread: Re: Catalog of tables in an SSCE database
- Index(es):