Click here to Skip to main content
15,905,073 members
Home / Discussions / Database
   

Database

 
AnswerRe: Design question - adding soft links to tables Pin
Tim Carmichael20-Aug-13 2:11
Tim Carmichael20-Aug-13 2:11 
GeneralRe: Design question - adding soft links to tables Pin
RyanEK20-Aug-13 12:29
RyanEK20-Aug-13 12:29 
Suggestionsql server2012 Pin
rajeshi4you19-Aug-13 5:35
rajeshi4you19-Aug-13 5:35 
AnswerRe: sql server2012 Pin
Maciej Los19-Aug-13 8:35
mveMaciej Los19-Aug-13 8:35 
QuestionConverting Val function in access to SQL Server Pin
Morore_Charles_00719-Aug-13 4:25
Morore_Charles_00719-Aug-13 4:25 
AnswerRe: Converting Val function in access to SQL Server Pin
GuyThiebaut19-Aug-13 4:43
professionalGuyThiebaut19-Aug-13 4:43 
GeneralRe: Converting Val function in access to SQL Server Pin
Morore_Charles_00719-Aug-13 21:05
Morore_Charles_00719-Aug-13 21:05 
GeneralRe: Converting Val function in access to SQL Server Pin
GuyThiebaut19-Aug-13 21:41
professionalGuyThiebaut19-Aug-13 21:41 
AnswerRe: Converting Val function in access to SQL Server Pin
Simon_Whale19-Aug-13 5:13
Simon_Whale19-Aug-13 5:13 
QuestionRe: Converting Val function in access to SQL Server Pin
Maciej Los19-Aug-13 8:38
mveMaciej Los19-Aug-13 8:38 
QuestionCan use SQL Server 2005 to Connection (link table) mySQL table ? Pin
Member 245846718-Aug-13 18:15
Member 245846718-Aug-13 18:15 
AnswerRe: Can use SQL Server 2005 to Connection (link table) mySQL table ? Pin
Mycroft Holmes18-Aug-13 19:41
professionalMycroft Holmes18-Aug-13 19:41 
AnswerRe: Can use SQL Server 2005 to Connection (link table) mySQL table ? Pin
Simon_Whale18-Aug-13 20:09
Simon_Whale18-Aug-13 20:09 
GeneralRe: Can use SQL Server 2005 to Connection (link table) mySQL table ? Pin
Mycroft Holmes18-Aug-13 21:18
professionalMycroft Holmes18-Aug-13 21:18 
GeneralRe: Can use SQL Server 2005 to Connection (link table) mySQL table ? Pin
Member 245846719-Aug-13 20:37
Member 245846719-Aug-13 20:37 
QuestionMS Access SQL: Turn rows into column Pin
Katvillan18-Aug-13 10:09
Katvillan18-Aug-13 10:09 
AnswerRe: MS Access SQL: Turn rows into column Pin
Mycroft Holmes18-Aug-13 11:45
professionalMycroft Holmes18-Aug-13 11:45 
QuestionOOP Pin
candz_kritz18-Aug-13 0:30
candz_kritz18-Aug-13 0:30 
AnswerRe: OOP Pin
Richard MacCutchan18-Aug-13 1:27
mveRichard MacCutchan18-Aug-13 1:27 
AnswerRe: OOP Pin
PIEBALDconsult18-Aug-13 5:21
mvePIEBALDconsult18-Aug-13 5:21 
AnswerRe: OOP Pin
Eddy Vluggen18-Aug-13 6:54
professionalEddy Vluggen18-Aug-13 6:54 
AnswerRe: OOP Pin
SaqibRasheed18-Aug-13 11:30
SaqibRasheed18-Aug-13 11:30 
Procedural coding is about procedures/functions. We write procedures which just take an input and produce an output. They don't have any kind of relation with another procedure. Sometimes they are just able to use some global or shared data when required.

OOP is all about objects. We do write procedures/functions in OOP, but the main thing is the class. A class has a relation; it can be a parent or base class, it can be a child class. And then we do things on the objects created by those classes. As classes have relation so we can say that the the objects of those classes do have the relations also.

For deeper understanding, you should check for articles online. Just google Smile | :)
QuestionMySQL view definition oddity Pin
PIEBALDconsult15-Aug-13 8:01
mvePIEBALDconsult15-Aug-13 8:01 
AnswerRe: MySQL view definition oddity Pin
Jörgen Andersson15-Aug-13 8:44
professionalJörgen Andersson15-Aug-13 8:44 
GeneralRe: MySQL view definition oddity Pin
PIEBALDconsult15-Aug-13 10:21
mvePIEBALDconsult15-Aug-13 10:21 

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.