Click here to Skip to main content
15,909,822 members
Home / Discussions / Database
   

Database

 
AnswerRe: Reading Data From Password Protected Acces Database Using VB Program Pin
Edbert P21-Jun-06 14:03
Edbert P21-Jun-06 14:03 
Questionithout image an messageIMages Pin
md_refay20-Jun-06 12:38
md_refay20-Jun-06 12:38 
AnswerRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 13:13
Colin Angus Mackay20-Jun-06 13:13 
GeneralRe: ithout image an messageIMages Pin
md_refay20-Jun-06 22:21
md_refay20-Jun-06 22:21 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay20-Jun-06 22:44
Colin Angus Mackay20-Jun-06 22:44 
GeneralRe: ithout image an messageIMages Pin
Colin Angus Mackay21-Jun-06 1:35
Colin Angus Mackay21-Jun-06 1:35 
QuestionProblem using EntLib DAAB for .NET 2.0 Pin
supD20-Jun-06 9:30
supD20-Jun-06 9:30 
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Colin Angus Mackay20-Jun-06 10:48
Colin Angus Mackay20-Jun-06 10:48 
I don't know how this relates to your problem - perhaps the full stack trace would be more helpful - but there are a number of things that stand out as being, at best, a little odd.

You are instatiating a form during the construction phase of your user control - Why do you need this form? Why not construct it just as you are about to use it? That would seem to be a better design.

Although you receive some kudos for using the Enterprise Library, you are not using it in a Dal - you're just dumping the data access in the form like the designer would - This is great for a simple throw away app you are only going to use one, but for an enterprise application data access should be tucked away in a DAL (Data Access Layer). The Enterprise Library DAAB on its own is not a DAL, it just makes the creation of a DAL much easier.


Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
AnswerRe: Problem using EntLib DAAB for .NET 2.0 Pin
Not Active21-Jun-06 9:34
mentorNot Active21-Jun-06 9:34 
QuestionHow do I reattach a database file that was not detached? Pin
Jesse Evans20-Jun-06 8:55
Jesse Evans20-Jun-06 8:55 
AnswerRe: How do I reattach a database file that was not detached? Pin
Eric Dahlvang20-Jun-06 12:14
Eric Dahlvang20-Jun-06 12:14 
GeneralRe: How do I reattach a database file that was not detached? Pin
Jesse Evans20-Jun-06 12:26
Jesse Evans20-Jun-06 12:26 
QuestionDatagrid showing bogus data [modified] Pin
leckey20-Jun-06 7:41
leckey20-Jun-06 7:41 
AnswerRe: Datagrid showing bogus data Pin
Edbert P20-Jun-06 19:22
Edbert P20-Jun-06 19:22 
GeneralRe: Datagrid showing bogus data Pin
leckey21-Jun-06 3:12
leckey21-Jun-06 3:12 
GeneralRe: Datagrid showing bogus data Pin
Edbert P21-Jun-06 14:01
Edbert P21-Jun-06 14:01 
QuestionLooking for Book Recommendation ... Pin
David Patrick20-Jun-06 6:54
David Patrick20-Jun-06 6:54 
AnswerRe: Looking for Book Recommendation ... Pin
Eric Dahlvang22-Jun-06 9:19
Eric Dahlvang22-Jun-06 9:19 
QuestionExtract column name of a table Pin
bony_baba20-Jun-06 1:55
bony_baba20-Jun-06 1:55 
AnswerRe: Extract column name of a table Pin
Colin Angus Mackay20-Jun-06 2:10
Colin Angus Mackay20-Jun-06 2:10 
GeneralRe: Extract column name of a table Pin
bony_baba20-Jun-06 2:55
bony_baba20-Jun-06 2:55 
GeneralRe: Extract column name of a table Pin
vivek-g20-Jun-06 23:16
vivek-g20-Jun-06 23:16 
GeneralRe: Extract column name of a table Pin
Colin Angus Mackay21-Jun-06 8:35
Colin Angus Mackay21-Jun-06 8:35 
QuestionConnecting to Oracle DB through webservice Pin
mew_lobo20-Jun-06 0:53
mew_lobo20-Jun-06 0:53 
AnswerRe: Connecting to Oracle DB through webservice Pin
Frank Kerrigan20-Jun-06 4:48
Frank Kerrigan20-Jun-06 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.