Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recognizing memo fields in VFP
Message
De
17/04/2006 05:45:27
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
16/04/2006 19:20:25
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
01113940
Message ID:
01114012
Vues:
17
>>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)
>
Yes, but that signifies the need for explicitly asking the schema (which should be default IMHO and you should instead tell explicitly that you don't want a schema - strange why did they decide to do it the other way).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform