Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1501 - type conversion not supported for output pa
Message
De
04/03/2006 00:56:26
 
 
À
03/03/2006 16:10:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Oracle
Divers
Thread ID:
01101404
Message ID:
01101475
Vues:
29
Oscar ,

You should post a little sample of your code.

Some weeks ago I got help from Sergey because I posted my sample like this:
lcVar = ""
lcVar = NULL
lnExec = SQLEXEC(lnH, 'Exec sp_test ?@lcVar')


* In VFP9
lcVar = CAST(NULL AS char(7))
Final answer, it seems to be a VFP 8 bug, it works fine with VFP 9






>Hello
>I have an app that was working normally. Suddenly all users began to get
>this error (Error 1501 - type conversion not supported for output parameters)
>VFP Help does not offer much help...
>
>
>VFP8 running on w2000 on citrix. Oracle database.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform