Silverfrost Forums

Welcome to our forums

'use'

5 Dec 2006 11:56 #1374

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

5 Dec 2006 5:34 #1376

You need to link your source with f90SQL.obj the file produced when you compile f90SQL.for. This should be automatic if you create a suitable project using Plato or Visual Studio.

6 Dec 2006 10:20 #1378

Many Thanks for that.

David

Please login to reply.