Click here to Skip to main content
15,887,267 members
Home / Discussions / Database
   

Database

 
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 
GeneralRe: MySQL view definition oddity Pin
Jörgen Andersson15-Aug-13 11:02
professionalJörgen Andersson15-Aug-13 11:02 
GeneralRe: MySQL view definition oddity Pin
PIEBALDconsult15-Aug-13 11:16
mvePIEBALDconsult15-Aug-13 11:16 
QuestionTranslating Access SQL Statement to T-SQL Pin
Morore_Charles_00714-Aug-13 1:33
Morore_Charles_00714-Aug-13 1:33 
AnswerRe: Translating Access SQL Statement to T-SQL Pin
Richard Deeming14-Aug-13 1:58
mveRichard Deeming14-Aug-13 1:58 
QuestionSSIS Job - Proxy Login Failure Pin
lmaycock13-Aug-13 23:35
lmaycock13-Aug-13 23:35 
AnswerRe: SSIS Job - Proxy Login Failure Pin
GuyThiebaut14-Aug-13 0:09
professionalGuyThiebaut14-Aug-13 0:09 
GeneralRe: SSIS Job - Proxy Login Failure Pin
lmaycock14-Aug-13 8:51
lmaycock14-Aug-13 8:51 
QuestionSelect Statement in SQL Server Pin
KeithF13-Aug-13 22:37
KeithF13-Aug-13 22:37 
AnswerRe: Select Statement in SQL Server Pin
KeithF13-Aug-13 22:40
KeithF13-Aug-13 22:40 
AnswerRe: Select Statement in SQL Server Pin
GuyThiebaut13-Aug-13 23:00
professionalGuyThiebaut13-Aug-13 23:00 
GeneralRe: Select Statement in SQL Server Pin
KeithF13-Aug-13 23:20
KeithF13-Aug-13 23:20 
GeneralRe: Select Statement in SQL Server Pin
Richard Deeming14-Aug-13 1:54
mveRichard Deeming14-Aug-13 1:54 
GeneralRe: Select Statement in SQL Server Pin
KeithF14-Aug-13 2:01
KeithF14-Aug-13 2:01 
QuestionConnecting to a Database in SQL Server 2008R2 Express Pin
Bram van Kampen13-Aug-13 14:41
Bram van Kampen13-Aug-13 14:41 

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.