Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Factory is null
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Factory is null
Miscellaneous
Thread ID:
01300384
Message ID:
01300384
Views:
65
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.
Next
Reply
Map
View

Click here to load this message in the networking platform