From: Arjen Markus on
On 13 jan, 13:08, Arjen Markus <arjen.markus...(a)gmail.com> wrote:
> Hello,
>
> a few years ago I developed a Fortran interface for the SQLite
> database management system.
> (http://flibs.sf.net). This week I used that interface as a basis for
> interfacing with open database
> connectivity system (ODBC). While it is not quite finished yet,
> notable aspects that need
> attention are: error handling, proper documentation and such, it is
> capable of the first few tasks
> I have intended for it.
>
> Should you want to have a look, it is available in the flibs project
> via the CVS repository.
>
> I have only tested it with the combination MSVC 6.0/CVF 6.6, but I
> intend to make
> it work properly for other compiler/OS combinations too.
>
> Regards,
>
> Arjen

The version now in the CVS repository is pretty complete, including
documentation.
What needs to be done is:
- Testing it for different drivers
- Reviewing the handling of different data types
- Making it work for different compilers and OSes

Regards,

Arjen
From: aerogeek on
On Jan 17, 3:29 pm, Arjen Markus <arjen.markus...(a)gmail.com> wrote:
> On 13 jan, 13:08, Arjen Markus <arjen.markus...(a)gmail.com> wrote:
>
>
>
>
>
> > Hello,
>
> > a few years ago I developed a Fortran interface for the SQLite
> > database management system.
> > (http://flibs.sf.net). This week I used that interface as a basis for
> > interfacing with open database
> > connectivity system (ODBC). While it is not quite finished yet,
> > notable aspects that need
> > attention are: error handling, proper documentation and such, it is
> > capable of the first few tasks
> > I have intended for it.
>
> > Should you want to have a look, it is available in the flibs project
> > via the CVS repository.
>
> > I have only tested it with the combination MSVC 6.0/CVF 6.6, but I
> > intend to make
> > it work properly for other compiler/OS combinations too.
>
> > Regards,
>
> > Arjen
>
> The version now in the CVS repository is pretty complete, including
> documentation.
> What needs to be done is:
> - Testing it for different drivers
> - Reviewing the handling of different data types
> - Making it work for different compilers and OSes
>
> Regards,
>
> Arjen- Hide quoted text -
>
> - Show quoted text -

I have downloaded the flibs libray and will tinker with it to make
myself comfortable. Then maybe we can get it to do all the three
todo's.
From: Arjen Markus on
On 19 jan, 02:20, aerogeek <sukhbinder.si...(a)gmail.com> wrote:
> On Jan 17, 3:29 pm, Arjen Markus <arjen.markus...(a)gmail.com> wrote:
>
>
>
>
>
> > On 13 jan, 13:08, Arjen Markus <arjen.markus...(a)gmail.com> wrote:
>
> > > Hello,
>
> > > a few years ago I developed a Fortran interface for the SQLite
> > > database management system.
> > > (http://flibs.sf.net). This week I used that interface as a basis for
> > > interfacing with open database
> > > connectivity system (ODBC). While it is not quite finished yet,
> > > notable aspects that need
> > > attention are: error handling, proper documentation and such, it is
> > > capable of the first few tasks
> > > I have intended for it.
>
> > > Should you want to have a look, it is available in the flibs project
> > > via the CVS repository.
>
> > > I have only tested it with the combination MSVC 6.0/CVF 6.6, but I
> > > intend to make
> > > it work properly for other compiler/OS combinations too.
>
> > > Regards,
>
> > > Arjen
>
> > The version now in the CVS repository is pretty complete, including
> > documentation.
> > What needs to be done is:
> > - Testing it for different drivers
> > - Reviewing the handling of different data types
> > - Making it work for different compilers and OSes
>
> > Regards,
>
> > Arjen- Hide quoted text -
>
> > - Show quoted text -
>
> I have downloaded the flibs libray and will tinker with it to make
> myself comfortable. Then maybe we can get it to do all the three
> todo's.- Tekst uit oorspronkelijk bericht niet weergeven -
>
> - Tekst uit oorspronkelijk bericht weergeven -

I am looking forward to your experiences :)

Regards,

Arjen