Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recognizing memo fields in VFP
Message
From
16/04/2006 19:20:25
 
 
To
16/04/2006 19:13:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01113940
Message ID:
01113977
Views:
19
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform