[Mono-list] Can anyone recommend a DB query analyzer app that will run using Mono on Windows?
Daniel Morgan
monodanmorg at yahoo.com
Sun Jul 23 17:34:36 EDT 2006
A table designer would require a lot of support from
Mono.Data.Sql which MonoQuery uses for database object
meta data. See the TODO fil. Feel free to update
this file.
MonoQuery does have a table explorer (most often
referred as a table browser). It gives the the list
of columns and their definitions.
As for the backing store dialog, are you suggesting a
properties dialog which details the connection string
parameters used to connect? For SQL Lite this would
the URI of the filename of the database.
The SQL Definition is a reverse engineering of a
particular database object. This is so you can use
the SQL to create the object in another database.
Note: a database object could be a table, view, stored
procedure, etc...
I would like to see others get involved in maintaining
MonoQuery and Mono.Data.Sql.
What has Christian Hergert been up to these days?
--- Miguel de Icaza <miguel at ximian.com> wrote:
> Hello,
>
> I should probably be more specific, here are a
> few things that would
> be nice to add to the MonoQuery stuff:
>
> * A table designer.
>
> * A table explorer, once am connected to a
> database, it would be
> nice to be able to see the tables defined in the
> database.
>
> * Tooltips for the various icons, not knowing what
> they are, its
> hard to figure out what am supposed to get.
>
> * Per-backend dialog box, for the SQLite, it would
> be nice if it
> had something like "filename" for the backing
> store, right now
> I have to lookup the manual to figure out how to
> use it.
>
> * Maybe an extension to the above, we could
> probably have a
> help or textual help somewhere that describes
> what are the
> other possible optional arguments, for those of
> us that do
> not know much about databases, to be
> "soft-landed" into this
> universe.
>
> * Once I disconnect from a database, there is no
> easy way to
> reconnect. Or I could not figure out how.
>
> * I do not know what "SQL Definition" is supposed
> to do, there
> is some kind of empty space, but I do not know
> what to do
> with it.
>
> Miguel.
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the Mono-list
mailing list