Hello,
I am tying to run some example code to get my program interfacing with an access database. The problem I have is with the 'use' command:
use f90SQL
The code then calls one of the functions contained in this f90SQL.for file:
call f90SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, EnvHndl, iRet)
However at this point I get an error:
Call to missing routine f90SQLAllocHandle
I am unsure how to interpret this.
Can anyone help?
Thanks
David McMillan