Steve Wampler wrote: > I use Unicon databases under Linux. Because the DB access is ODBC-based, > you have to identify the host using ODBC conventions.
Incidently, I've written a couple of Unicon classes that I find useful when accessing DBs with Unicon. In many cases, these classes provide methods that wrap the core Unicon DB classes. For example, there's a fetch() method that acts as a generator for the currently selected DB rows. (The core fetch method is not a generator.) I don't know how generally useful these classes are - I tend to do simple things to databases. But if you want to take a look, visit https://tapestry.tucson.az.us/unilib and follow the "UniLib API" link. The classes you'd want to look at are Database and DbUtils. -- Steve Wampler -- [email protected] The gods that smiled on your birth are now laughing out loud. ------------------------------------------------------------------------------ _______________________________________________ Unicon-group mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unicon-group
