Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recognizing memo fields in VFP
Message
De
16/04/2006 19:20:25
 
 
À
16/04/2006 19:13:46
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01113940
Message ID:
01113977
Vues:
20
>I tested it with this code. Both returned -1.

I think it has to do with how the dataset is created. This is how I create it:
            oDataSet = New DataSet

            ' By default, .NET does not add the specific field length, which is needed in XML as at the other end
            ' someone would always get memo field instead of character field
            oDataAdapter.MissingSchemaAction = MissingSchemaAction.AddWithKey

            oDataAdapter.Fill(oDataSet)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform