Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use a Datareader to fill Dynamic Lists
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Use a Datareader to fill Dynamic Lists
Divers
Thread ID:
00941915
Message ID:
00941915
Vues:
57
I have a Win Form with 10+ comboboxes to help populate 3 grids. It's taking upwards of 10 seconds to play:
this.dsOpenings= oModels.GetEmptyDataSet();
over and over again.

So I want to use the connection string in App.Config. How do I reference it so I can get the fucntion for filling data dynamically?

I'm using VFP data if it's any matter. There are 4 joins that are initially returning nothing that are bogging my opening of this form.

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform