Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with images
Message
 
 
À
05/08/2004 13:36:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00931095
Message ID:
00931097
Vues:
17
Change 'SQL WHERE clause included' to 'Key Fields only'. Take a look also at How to work with Image field type on SQL Server (binary data)? FAQ #7995

>I got the following message in Visual Foxpro
>
>"General field cannot be used in the where condition of an update statement.
>Change the wheretype property of the view"
> whenever i use append general to insert a picture
>then when I use skip or go top or go bottom I got the above message.
>I look at the property and did not understand to much.
>
>Part of the Code
>
>DBSetProp(ThisView,"View","WhereType",1)
>
>
>DBSetProp(ThisView+".photos","Field","DataType","G")
>DBSetProp(ThisView+".photos","Field","UpdateName","dbo.studentinfo.photos")
>DBSetProp(ThisView+".photos","Field","KeyField",.F.)
>DBSetProp(ThisView+".photos","Field","Updatable",.T.)
>
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform