Skip to content

1.0.2.25483

Compare
Choose a tag to compare
@christianhelle christianhelle released this 07 Apr 11:26

Bug fixes:

  • Resolved issue where the application crashes when loading a database that contains tables without a primary key
  • Resolved issue where password protected database with a large max database size won't open

Features:

  • Displays database information (database version, filename, size, creation date)
  • Displays schema summary (number of tables, columns, primary keys, identity fields, nullable fields)
  • Displays the information schema views
  • Displays column information (database type, clr type, max length, allows null, etc)
  • Support for SQL Server Mobile Edition 2005
  • Support for password protected databases
  • Execute SQL Queries against a SQL Server Compact Edition database
  • Easily edit the contents of the database
  • Supports SQLCE 3.0, 3.1, 3.5 and 4.0
  • Execute multiple SQL queries (delimited by a semi colon ;)
  • Display query result as XML
  • Shrink and Compact Databases
  • SDF file association with SQL Compact Query Analyzer for launching directly by opening the SDF in Windows Explorer
  • Displays thumbnails for IMAGE fields
  • Generates Schema and Data Scripts
  • Create new database
  • Automatically refresh database upon executing create/alter/drop table queries
  • Optimized performance for loading large databases (Loads a database with up to 200 tables in under 1 second)

Prerequisites:

  • .NET Framework 4.0