S
shapper
Hello,
I created a code to access to a database using Enterprise Library Data
Block:
Dim dbUser As Database = DatabaseFactory.CreateDatabase("MyDB")
When I run my I get the following error:
'System.Configuration.ConfigurationErrorsException: The requested
database MyDB is not defined in configuration.
Could someone tell me what am I missing here?
Thanks,
Miguel
I created a code to access to a database using Enterprise Library Data
Block:
Dim dbUser As Database = DatabaseFactory.CreateDatabase("MyDB")
When I run my I get the following error:
'System.Configuration.ConfigurationErrorsException: The requested
database MyDB is not defined in configuration.
Could someone tell me what am I missing here?
Thanks,
Miguel