From: Henning T. <has...@he...> - 2008-07-03 10:49:25
|
Currently I get $ DBDirect-hsql-oracle DB/Direct: Daan Leijen (c) 1999, HWT (c) 2003-2004, Bjorn Bringert (c) 2005-2007 Usage: DBDirect-hsql-oracle [-b] <module> <options> -b Use bounded string types <options> Driver dependent,e.g. WX: dsn=<dsn>,uid=<uid>,pwd=<pwd> HSQL.MySQL: server=<server>,db=<db>,uid=<uid>,pwd=<pwd> HDBC.PostgreSQL: host=<server>,dbname=<db>,user=<uid>,password=<pwd> But since the program has the database back-end baked in, it would be straight-forward to show only the options for that particular back-end. I could modify DBDirect in this way, if the patches will be accepted. |