Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error opening/using FPSQL.FLL
Message
De
11/09/1998 08:10:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Error opening/using FPSQL.FLL
Divers
Thread ID:
00135428
Message ID:
00135428
Vues:
96
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform