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
views:
71answers:
3Since 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' suggestion is good, but if you want recommendations for tools that we've actually used, I like the tools from Primeworks.
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.)