Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pls help me in Understanding Concept and Coding
Message
 
À
10/05/2000 01:33:05
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00345232
Message ID:
00368152
Vues:
24
Please post your question to everyone and start new threads for each question as it will be easier for anyone to help on one points.

>How can I create a Read - only object property?
You need to have a public "property get" without (or with a private) a "property let".

>What is the difference between COMMAND object and RECORDSET object?
Command contains query (SELECT, INSERT, UPDATE, DELETE)
Recordset contains the result of a SELECT query.

>When can I use a ActiveXDLL in place of ActiveX exe?
When your component will be executed locally and in the same process as of your application.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform