Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error opening/using FPSQL.FLL
Message
From
11/09/1998 08:10:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Error opening/using FPSQL.FLL
Miscellaneous
Thread ID:
00135428
Message ID:
00135428
Views:
97
I am trying to connect to an SQL Anywhere db using ODBC on a PC running Windows 95.

Code:
odbcsource = 'scanfisk'
odbcuser = 'dba'
odbcpassw = 'sql'
IF NOT 'FOXTOOLS' $ SET('LIBRARY')
SET LIBRARY TO SYS(2004)+"FPSQL.FLL"
ENDIF
WAIT WINDOW NOWAIT "Connecting..."
my_Handle=DBCONNECT(odbcsource,odbcuser,odbcpassw)
WAIT CLEAR

Problem:
The program runs just fine on some PC running Win95, but on some PC, the program dosn't find FPSQL.FLL (ERROR: CAN'T FIND FPSQL.FLL), or just refuse to start the db client.

Problem PC are running on a 486DX4 prosessor, 1GB HD and 8 MB RAM.

Please help.
Reply
Map
View

Click here to load this message in the networking platform