views:

71

answers:

3

i am Looking for tool that i can see tables and data in sqlCE - in computer that isn't have Visual studio or SQL server install on them

+1  A: 

Since I know you've already searched Google using the terms "sqlce", "data" and "viewer", how may I help you filter those results further so as to find exactly what you're looking for?

Ah, you've selected this answer. Thank you so much! Glad I was able to help in my small way.

MusiGenesis
Sorry, I was tired of getting downvotes from the let-me-google-that-for-you police. :)
MusiGenesis
+2  A: 

MusiGenesis' suggestion is good, but if you want recommendations for tools that we've actually used, I like the tools from Primeworks.

ctacke
is there some FREE tool ??
Gold
You could always write one. Oh, wait, you value your time? Maybe the people who wrote the tools do too.
ctacke
+1 for Primeworks. João Paulo Figueira, the guy behind Primeworks, gives outstanding support. Yes, even with such a low price point.
Serge - appTranslator
A: 

I really like Query Express for this.

It's a 100K .Net database viewer. No dependencies. It's really fast and lightweight. It's also free.

You have to learn how to create an Ole-Db connection string to connect to it, but after that it's easy.

It acts like a simple query analyzer. It's got its limitations. Error messages are usually pretty clumsy. Some datatypes don't display. (IIRC images don't. You probably don't care about observing them in your output, but it means that you can't use "select * from someTable". You have to exclude the problem column.)