Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange result accesing numeric field
Message
De
10/07/2000 05:45:22
 
 
À
08/07/2000 23:23:35
Information générale
Forum:
Oracle
Catégorie:
Autre
Divers
Thread ID:
00389920
Message ID:
00390111
Vues:
13
What if you eliminate the IIS from the picture.

I.E. When you run a SQLEXEC() against this table in VFP
Do the numbers say 0...or not.

I do know if you update to Oracle and the field is "empty" in your cursor it will be filled in with 0.
You need to update the value to NULL.

I.E:

IF EMPTY(myfield)
lcsql='update mytable set myfield=NULL'
ELSE
lcsql='update mytable set myfield=?mycursor.myfield'
ENDIF

SQLEXEC(lcsql)

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform