Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Factory is null
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Factory is null
Divers
Thread ID:
01300384
Message ID:
01300384
Vues:
66
in the following method factory is null. Can anyone help.
public static mmDatabaseManager DatabaseMgr
		{
			get	
			{ 
				// Instantiate the Database Manager if it's null
				if ( _databaseMgr == null )
				{
					_databaseMgr = Factory.CreateDatabaseManager();
				}
				return _databaseMgr; 
			}
			set { _databaseMgr = value; }
		}
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform