Click here to Skip to main content
15,881,812 members
Home / Discussions / Database
   

Database

 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Wendelius29-Aug-08 10:40
mentorWendelius29-Aug-08 10:40 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis10813730-Aug-08 12:30
bfis10813730-Aug-08 12:30 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield31-Aug-08 7:09
Ashfield31-Aug-08 7:09 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 6:39
bfis1081371-Sep-08 6:39 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield1-Sep-08 8:43
Ashfield1-Sep-08 8:43 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 8:47
bfis1081371-Sep-08 8:47 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
Ashfield1-Sep-08 19:52
Ashfield1-Sep-08 19:52 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi31-Aug-08 10:15
professionalliron.levi31-Aug-08 10:15 
After working extensively with visual studio 2005 data designer I came to the conclusion that it is evil. Don't use it if you can. I'd suggest using ORM packages like nhibernate to make mapping from DB to object oriented code more easy.

The problem is that VS data designer work at the table level. It simply maps a data table to a data class. This is a gross mistake because many times you have data that is scattered across many tables but is still owned (logically) by the same class. What happens next is that you have to work very hard to provide this mapping yourself.

Tools like nhibernate can help you alleviate this problem somewhat but now you have another headache to maintain (XML mapping files). Although I think this is better, it is still far from optimal.

The best solution IMHO is that we'll finally have a good, open-source and free (not GPL) object oriented database engine. With such a database you wouldn't need to handle these darn mapping issues at all.

Liron
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 6:37
bfis1081371-Sep-08 6:37 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi1-Sep-08 7:15
professionalliron.levi1-Sep-08 7:15 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081371-Sep-08 7:32
bfis1081371-Sep-08 7:32 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi1-Sep-08 7:54
professionalliron.levi1-Sep-08 7:54 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? [modified] Pin
bfis1081372-Sep-08 6:47
bfis1081372-Sep-08 6:47 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi3-Sep-08 9:00
professionalliron.levi3-Sep-08 9:00 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081374-Sep-08 3:53
bfis1081374-Sep-08 3:53 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi4-Sep-08 9:32
professionalliron.levi4-Sep-08 9:32 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
bfis1081374-Sep-08 10:19
bfis1081374-Sep-08 10:19 
GeneralRe: what's your opinion on the Visual Studion 2005 data designer? Pin
liron.levi4-Sep-08 10:41
professionalliron.levi4-Sep-08 10:41 
QuestionFinding a certain character Pin
Ballita28-Aug-08 22:02
Ballita28-Aug-08 22:02 
AnswerRe: Finding a certain character Pin
Manas Bhardwaj28-Aug-08 22:55
professionalManas Bhardwaj28-Aug-08 22:55 
AnswerRe: Finding a certain character Pin
Syed Mehroz Alam28-Aug-08 23:35
Syed Mehroz Alam28-Aug-08 23:35 
QuestionMDX query iif condition Pin
annu0828-Aug-08 20:18
annu0828-Aug-08 20:18 
AnswerRe: MDX query iif condition[Ignore repost] Pin
Manas Bhardwaj28-Aug-08 22:44
professionalManas Bhardwaj28-Aug-08 22:44 
Questioncomparing data in SQL with an XML file [modified] Pin
ONeil Tomlinson28-Aug-08 5:36
ONeil Tomlinson28-Aug-08 5:36 
AnswerRead XML file Pin
David Mujica28-Aug-08 6:34
David Mujica28-Aug-08 6:34 

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.