If you have Visual Studio 2005 or SQL Server 2005, you can use either tool
to manage SQL Compact 3.0 and 3.1 databases. Similarly if you have Visual
Studio 2008 or SQL Server 2008 CTP, you can use either of those tools to
manage and test querires on a SQL Compact 3.5 database.
Other INFORMATION_SCHEMA views are Indexes, Key_Column_Usage,
Table_Constraints, Provider_Types, and Referential_Constraints.

Signature
Ginny Caughey
Device Application Development MVP
www.wasteworks.com
Scalehouse and Billing Software for Waste Management
On Feb 26, 4:10 pm, Jin <jinsooch...@gmail.com> wrote:
> On Feb 26, 2:58 pm, za...@construction-imaging.com wrote:
>
[quoted text clipped - 29 lines]
> information without accessing the system schema tables directly. That
> approach may help in avoiding the schema differences.
I have installed SQL Server CE but it does not appear to install any
items on the Start menu.
Actually, I figured out an easy way to do this, just write a .NET app
that runs a select * on the views and bind the result set to a
DataGridView. Voila, the column names are displayed in the
DataGridView.
Now, I am wondering what other views other than Tables and Columns are
there? I know there is not one for Views, cuz I tried that one and got
a table not found error.