- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I thought I saw a description onf a product a while back which would allow embedding Sequel Database commands in Visual FORTRAN.
Need this as it would be much more efficient and palatable to the higher ups for the current FORTRAN report program to directly access the database for calculation factors. Currently the needed data is exported to a datafile that is read by the report generator.
David
Need this as it would be much more efficient and palatable to the higher ups for the current FORTRAN report program to directly access the database for calculation factors. Currently the needed data is exported to a datafile that is read by the report generator.
David
Link Copied
8 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are several options. ForDBC is a commercial product. f90SQL-Lite is an old, unsupported library that some people use. There's also an ODBC module from user Arjen Markus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FYI, I am currently extending this module to support BLOBs. A complication I encounter with that is that BLOBs do not seem to be standard SQL and each DMBS has its own ideas on the corresponding data types and representation. ODBC will isolate you from most of the details, but not all.
Regards,
Arjen
Regards,
Arjen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
I will use the information to convince my management to allow me to connect the reporting package to the database we have.
I will use the information to convince my management to allow me to connect the reporting package to the database we have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Arjen.
I will try to use your module with my project also.
Reagards,
David
I will try to use your module with my project also.
Reagards,
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let me know if you have any difficulties - I stumbled on one just recently (the C part on Windows all of a
sudden expected multibyte strings) and it took me some time to sort out what on earth was wrong.
Regards,
Arjen
sudden expected multibyte strings) and it took me some time to sort out what on earth was wrong.
Regards,
Arjen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting arjenmarkus
Oh, the module is at: http://flibs.sf.net (not .org)
I copied and pasted the URL from another thread. I have now corrected the link above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have made that mistake myself more than once :).
Regards,
Arjen
Regards,
Arjen

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page