Login  Register

Re: pl. recommend (r)dbms / file manager for dolphin 4

Posted by David Gorisek on Nov 26, 2000; 6:00pm
URL: https://forum.world.st/pl-recommend-r-dbms-file-manager-for-dolphin-4-tp3358276p3358324.html

Sanjay,

Another alternative would be to use OmniBase which requires absolutely no
installation and is as lightweight as you can get. It requires no SQL
knowledge to use it and can handle multiple users at the same time.

You can read more about it at:

http://www.geocities.com/SiliconValley/Software/8887/

There is also a trivial business application example included in the
distribution.

Best regards,

David


Sanjay Minni <[hidden email]> wrote in message
news:8vnpqt$502rv$[hidden email]...

> Andy,       [ I had started this subject before, so some matl. may be
> rhetoric.]
>
> Speed no issue so ODBC is ok but ODBC is a concern for admn.
> i.e. clean install and uninstall and re-install and addl deployment files
>
> At present we use  Sybase Adaptive Server Anywhere 6.0(ASA 6)
> ASA has an "embedded SQL interface" which consists of .h header files
> and import libraries .lib for Watcom C/C++, MSVC++, Borland C/C++
> ...and here is some addl info from the manual.
> Q.Primafacie can it be used with Dolphin to deploy apps
>          (I know little about lib/dll etc so far mostly working with a RAD
> on Win and 3GLs in DOS)
>
> info from manual...>>>
> ...Alternative to using import library...loading ASA interface lib
> dynamically w/o
> linking against import library...
> use esqldll.c
> 1. your program must call db_init_dll lo load DLL ...and db_fini_dll to
> unload
> 2. #include esqldll.h
> 3. compile esqldll.c ...(I have all the reqd c/c++ compilers)
> 4. link your object module to esqldll.obj
> >>>... end info from manual
>
> If I can get some indication that this can be used with Dolphin then I
will
> try to
> go farther into it.
>
> The current release ASA 7 has OLE DB / ADO, but that would mean Larger
> deployment size and is the other alternative
>
> Regards
> Sanjay Minni
>