Maybe IMHO, maybe not. I’m unsure that such a creature even exists, which is why I’m putting it in GQ.
Anyhoo…
I’m taking this intro to database class. I’m pretty familiar with basic theory, and I know enough SQL to get by for the things I need to do with Oracle in my sysadmin job and to run my personal website/blog/forum with MySQL. In fact, I’m most comfortable (and fastest) typing in my queries by hand. Part of my reason for taking this whole sequence is to get more of a DBA, rather than user, perspective on enterprise database design.
Unfortunately, because most of the students in my program are MS people, we’ve got to start the whole deal in Microsoft Access.
Basically, my problem is that the “query builder” just blows, and pretty much hides the SQL, and I’m entirely too uncomfortable with the interface. It doesn’t help that the prof is teaching the class to the lowest common denominator: “Here’s what buttons to click to extract records from your Microsoft ™ Access ™ MDB ™ file.”
Ugh…
…so I’m doing this project, and forgetting the buttons, and switching back and forth to the mung that comes out in the so-called “SQL View” is getting on my nerves.
Here’s the GQ (maybe):
Does there exist such a thing as a text-based client (really, interface) to an Access server (really, MDB file), a la sqlplus, Golden, mysqlclient, etc? I want to be able to run queries on the fly, and possibly save them so they show up in the “Queries” menu. In other words, pretend that I’m using a real DBMS.
Free helps, too.
Thanks.