View previous topic :: View next topic |
Author |
Message |
mmaharish
Joined: 31 Jan 2012 Posts: 29 Location: Chennai,India
|
Posted: Mon Feb 27, 2012 6:40 am Post subject: DATABSE CONNECTION |
|
|
Is it possible to connect FORTRAN with database, as im new to fortran im using PLATO IDE will you please give some sample lines for connecting with DB. Im using mysql,Ms.Access... |
|
Back to top |
|
 |
Wilfried Linder
Joined: 14 Nov 2007 Posts: 314 Location: D�sseldorf, Germany
|
Posted: Mon Feb 27, 2012 9:56 am Post subject: |
|
|
May be this can help: Go to http://www.qtsoftware.de/, then select "Libraries and Tools", then "ForDBC". I don't know this tool, but I think you can get more information by contacting the company.
Regards - Wilfried |
|
Back to top |
|
 |
vspinelli
Joined: 04 Apr 2012 Posts: 6
|
Posted: Tue Apr 24, 2012 11:27 am Post subject: |
|
|
Joerg Kuthe at qtsoftware say "unfortunately, there is no version for the FTN95 version 5.0 and higher; CVF 6.6 and Intel Visual Fortran v10 and higher are supported".
 |
|
Back to top |
|
 |
vspinelli
Joined: 04 Apr 2012 Posts: 6
|
Posted: Fri May 04, 2012 1:52 pm Post subject: |
|
|
qt software also say:
-----
We can't release ForDBC for the more recent versions of FTN95, since there is a compiler problem in passing arguments when using the STDCALL calling convention (v4.9 and older, as far as I remember, did not have this problem). As far as I remember FTN95 makes no difference between 2-byte and 4-byte INTEGER arguments being passed. To circumvent this problem we would have to adapt our ODBC interfaces and would have to develop an extra calling interface layer which does not make sense to us in face of the costs.
-----
But... we can use dot net odbc connector... isn't it? |
|
Back to top |
|
 |
|