[V4RB] Saving GetSaveInfo

jda jda at his.com
Tue Dec 14 08:01:59 CST 2004


>
>I tried using a BLOB with the API and it still won't save. I receive 
>no error, but the data does not get stored in the field. I used 
>WriteRawData.
>
>i.e.
>myDatabase.myTable.BLOBField("MyBlob").WriteRawData sGetSaveInfoString
>myDatabase.myTable.Update
>

Here's mine (V2):

         myCursor.BlobField(fieldName).WriteRawData(propertyValue)
         myCursor.updateRecord

Here's what I use in V1:

        prefsDB.prefs.Field(fldToUpdate).SetString(updateInfo) 
//updateInfo is a variant
        prefsDB.prefs.updateRecord

I've never used table.update -- perhaps db. or myCursor.updateRecord 
is what you need?


Jon


More information about the Valentina mailing list