Click here to Skip to main content
15,916,450 members
Home / Discussions / Database
   

Database

 
AnswerRe: help setting up matrix cross-refrence query Pin
DerekFL18-Aug-08 10:37
DerekFL18-Aug-08 10:37 
GeneralRe: help setting up matrix cross-refrence query Pin
empulse18-Aug-08 10:56
empulse18-Aug-08 10:56 
AnswerRe: help setting up matrix cross-refrence query Pin
Tripathi Swati18-Aug-08 22:23
Tripathi Swati18-Aug-08 22:23 
AnswerRe: help setting up matrix cross-refrence query Pin
Wendelius19-Aug-08 5:19
mentorWendelius19-Aug-08 5:19 
AnswerRe: help setting up matrix cross-refrence query Pin
Mycroft Holmes19-Aug-08 22:35
professionalMycroft Holmes19-Aug-08 22:35 
QuestionWhat is the disadvantage of using select * from table name?? Pin
Tridip Bhattacharjee17-Aug-08 23:16
professionalTridip Bhattacharjee17-Aug-08 23:16 
AnswerRe: What is the disadvantage of using select * from table name?? Pin
soni uma17-Aug-08 23:35
soni uma17-Aug-08 23:35 
AnswerRe: What is the disadvantage of using select * from table name?? Pin
SomeGuyThatIsMe18-Aug-08 2:11
SomeGuyThatIsMe18-Aug-08 2:11 
aside from the other response, if you have a database that gets updated or changed fairly often(like mine, always adding on new features), and their data is added to existing tables, depending on where the column is added, removed (old, unused, found a better way, etc..), or renamed(doesnt happen much) it could break your code, if you're expecting an int in col 3 and i add a column to the begining of the table it could change the datatype in column 3 and you're code then wouldnt read it correctly. however if you list out every column you want, in selects and inserts you wont have this problem unless a column is renamed(rare) or removed, and its easy enough to do a search through the code and a sql script file to find where its used if you're going to remove it.

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: What is the disadvantage of using select * from table name?? Pin
Tim Carmichael18-Aug-08 6:33
Tim Carmichael18-Aug-08 6:33 
AnswerRe: What is the disadvantage of using select * from table name?? Pin
PIEBALDconsult18-Aug-08 13:00
mvePIEBALDconsult18-Aug-08 13:00 
AnswerRe: What is the disadvantage of using select * from table name?? Pin
supercat919-Aug-08 9:28
supercat919-Aug-08 9:28 
Questionhow to split a string in oracle Pin
lakshmichawala17-Aug-08 19:41
lakshmichawala17-Aug-08 19:41 
AnswerCross Post!! Pin
ChandraRam17-Aug-08 21:21
ChandraRam17-Aug-08 21:21 
AnswerRe: how to split a string in oracle Pin
DerekFL18-Aug-08 10:40
DerekFL18-Aug-08 10:40 
GeneralRe: how to split a string in oracle Pin
Wendelius19-Aug-08 10:55
mentorWendelius19-Aug-08 10:55 
QuestionProblem StoredProcedure for LINQ Pin
K V Sekhar17-Aug-08 18:33
K V Sekhar17-Aug-08 18:33 
AnswerRe: Problem StoredProcedure for LINQ Pin
Syed Mehroz Alam18-Aug-08 7:04
Syed Mehroz Alam18-Aug-08 7:04 
NewsSQL Server 2008 Express edition released for download [modified] Pin
Wendelius17-Aug-08 2:40
mentorWendelius17-Aug-08 2:40 
GeneralRe: SQL Server 2008 Express edition released for download Pin
Colin Angus Mackay17-Aug-08 3:13
Colin Angus Mackay17-Aug-08 3:13 
GeneralRe: SQL Server 2008 Express edition released for download Pin
Wendelius17-Aug-08 3:17
mentorWendelius17-Aug-08 3:17 
QuestionStored Procedure help Pin
Vimalsoft(Pty) Ltd16-Aug-08 23:34
professionalVimalsoft(Pty) Ltd16-Aug-08 23:34 
AnswerRe: Stored Procedure help Pin
Wendelius16-Aug-08 23:47
mentorWendelius16-Aug-08 23:47 
GeneralRe: Stored Procedure help Pin
Colin Angus Mackay16-Aug-08 23:55
Colin Angus Mackay16-Aug-08 23:55 
GeneralRe: Stored Procedure help Pin
Wendelius17-Aug-08 1:59
mentorWendelius17-Aug-08 1:59 
AnswerRe: Stored Procedure help Pin
Colin Angus Mackay16-Aug-08 23:57
Colin Angus Mackay16-Aug-08 23:57 

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.