Click here to Skip to main content
16,005,178 members
Home / Discussions / Database
   

Database

 
QuestionIs it possible to have a global untyped dataset Pin
steve_rm16-Sep-07 0:31
steve_rm16-Sep-07 0:31 
QuestionPROCEDURE Update Pin
TAREQ F ABUZUHRI15-Sep-07 23:18
TAREQ F ABUZUHRI15-Sep-07 23:18 
AnswerRe: PROCEDURE Update Pin
TAREQ F ABUZUHRI15-Sep-07 23:22
TAREQ F ABUZUHRI15-Sep-07 23:22 
Questionselect * where clause Pin
amraouf15-Sep-07 21:26
amraouf15-Sep-07 21:26 
AnswerRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 1:03
Colin Angus Mackay16-Sep-07 1:03 
GeneralRe: select * where clause Pin
amraouf16-Sep-07 6:14
amraouf16-Sep-07 6:14 
GeneralRe: select * where clause Pin
Paul Conrad16-Sep-07 6:51
professionalPaul Conrad16-Sep-07 6:51 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 9:58
Colin Angus Mackay16-Sep-07 9:58 
amraouf wrote:
its a bit difficult to change the structure of a database for such a query !


No it isn't. This is a simple change.

1. Add the extra column on each table that requires it.

2. Add triggers to each table to update the new column each time there is an insert or update

If you have difficulty figuring out how to change the database structure from one thing to another then you might want to buy a book on refactoring databases. There is a very good one published by Addison Wesley.


Upcoming FREE developer events:
* Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

GeneralRe: select * where clause Pin
Paul Conrad16-Sep-07 10:38
professionalPaul Conrad16-Sep-07 10:38 
GeneralRe: select * where clause Pin
amraouf16-Sep-07 19:40
amraouf16-Sep-07 19:40 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 21:21
Colin Angus Mackay16-Sep-07 21:21 
AnswerRe: select * where clause Pin
Blue_Boy16-Sep-07 21:01
Blue_Boy16-Sep-07 21:01 
GeneralRe: select * where clause Pin
Colin Angus Mackay16-Sep-07 21:27
Colin Angus Mackay16-Sep-07 21:27 
QuestionCheck constraint with condition Pin
smita_roy15-Sep-07 20:23
smita_roy15-Sep-07 20:23 
AnswerRe: Check constraint with condition Pin
Krish - KP16-Sep-07 21:29
Krish - KP16-Sep-07 21:29 
Questionlogin to a server to access the table Pin
prasadbuddhika15-Sep-07 18:50
prasadbuddhika15-Sep-07 18:50 
Questionjoins Pin
rajmani15-Sep-07 9:00
rajmani15-Sep-07 9:00 
AnswerRe: joins Pin
amraouf15-Sep-07 22:06
amraouf15-Sep-07 22:06 
GeneralRe: joins Pin
rajmani15-Sep-07 22:09
rajmani15-Sep-07 22:09 
QuestionSelect() method in dataset Pin
udikantz15-Sep-07 7:01
udikantz15-Sep-07 7:01 
AnswerRe: Select() method in dataset Pin
Giorgi Dalakishvili15-Sep-07 7:41
mentorGiorgi Dalakishvili15-Sep-07 7:41 
Questionstored procedures Pin
rcwoods15-Sep-07 3:37
rcwoods15-Sep-07 3:37 
AnswerRe: stored procedures Pin
Giorgi Dalakishvili15-Sep-07 3:52
mentorGiorgi Dalakishvili15-Sep-07 3:52 
GeneralRe: stored procedures Pin
Paul Conrad15-Sep-07 4:06
professionalPaul Conrad15-Sep-07 4:06 
GeneralRe: stored procedures Pin
Giorgi Dalakishvili15-Sep-07 4:47
mentorGiorgi Dalakishvili15-Sep-07 4:47 

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.