Click here to Skip to main content
15,888,461 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to use this code in SQL Pin
Richard MacCutchan8-Oct-13 20:42
mveRichard MacCutchan8-Oct-13 20:42 
QuestionRe: how to use this code in SQL Pin
jojoba208-Oct-13 22:23
jojoba208-Oct-13 22:23 
AnswerRe: how to use this code in SQL Pin
Richard MacCutchan8-Oct-13 23:19
mveRichard MacCutchan8-Oct-13 23:19 
QuestionRe: how to use this code in SQL Pin
jojoba208-Oct-13 23:31
jojoba208-Oct-13 23:31 
AnswerRe: how to use this code in SQL Pin
Richard MacCutchan8-Oct-13 23:37
mveRichard MacCutchan8-Oct-13 23:37 
AnswerRe: how to use this code in SQL Pin
Eddy Vluggen9-Oct-13 0:29
professionalEddy Vluggen9-Oct-13 0:29 
QuestionRe: how to use this code in SQL Pin
jojoba209-Oct-13 0:54
jojoba209-Oct-13 0:54 
AnswerRe: how to use this code in SQL Pin
Eddy Vluggen9-Oct-13 5:05
professionalEddy Vluggen9-Oct-13 5:05 
jojoba20 wrote:
so how to use the code bellow ?
The code from the example is not real code.

jojoba20 wrote:
I wanna have Object Oriented DataBase
Then download one.

jojoba20 wrote:
In an object-relational database
Object-relational is nonsense.

jojoba20 wrote:
this is example code for creating Table but give error in SQL Server Management 2008 !
That's not example code, it's a made-up example. Sql Server is not an object oriented database and is not a fuzzy database. One talks to it using Sql, or using an ORM.

The example sql statement is a pack o' nonsense. I mean, convert C.DOB to a birthday? If you need a function, create one in SQL. There are dozens of manuals on how one creates a function and how to use that function in a query. Real examples, not converting X to X. Even the "formal" function is something that's standard SQL.

1) it's not a real life example
2) it's not real code
3) you don't need it

I'm convinced of 3 since you haven't named a single argument that says "need". I only read "want" from someone who cannot explain what it is he needs.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: how to use this code in SQL Pin
Simon_Whale9-Oct-13 6:08
Simon_Whale9-Oct-13 6:08 
AnswerRe: how to use this code in SQL Pin
jschell9-Oct-13 8:04
jschell9-Oct-13 8:04 
QuestionRe: how to use this code in SQL Pin
jojoba209-Oct-13 20:55
jojoba209-Oct-13 20:55 
AnswerRe: how to use this code in SQL Pin
Simon_Whale9-Oct-13 21:56
Simon_Whale9-Oct-13 21:56 
QuestionRe: how to use this code in SQL Pin
jojoba209-Oct-13 22:21
jojoba209-Oct-13 22:21 
AnswerRe: how to use this code in SQL Pin
Simon_Whale9-Oct-13 22:23
Simon_Whale9-Oct-13 22:23 
AnswerRe: how to use this code in SQL Pin
Eddy Vluggen10-Oct-13 0:28
professionalEddy Vluggen10-Oct-13 0:28 
Questionreturning record identity using PDO Pin
Jassim Rahma7-Oct-13 1:03
Jassim Rahma7-Oct-13 1:03 
AnswerRe: returning record identity using PDO Pin
Eddy Vluggen7-Oct-13 7:21
professionalEddy Vluggen7-Oct-13 7:21 
GeneralRe: returning record identity using PDO Pin
Jassim Rahma7-Oct-13 7:46
Jassim Rahma7-Oct-13 7:46 
GeneralRe: returning record identity using PDO Pin
Eddy Vluggen7-Oct-13 11:51
professionalEddy Vluggen7-Oct-13 11:51 
QuestionlastInsertId() returns ZERO Pin
Jassim Rahma6-Oct-13 23:09
Jassim Rahma6-Oct-13 23:09 
AnswerRe: lastInsertId() returns ZERO Pin
jschell7-Oct-13 9:57
jschell7-Oct-13 9:57 
AnswerRe: lastInsertId() returns ZERO Pin
Amol_B10-Oct-13 23:59
professionalAmol_B10-Oct-13 23:59 
Questionoracle to sql server Pin
Sahar Hashemi4-Oct-13 21:16
Sahar Hashemi4-Oct-13 21:16 
AnswerRe: oracle to sql server Pin
jschell5-Oct-13 10:56
jschell5-Oct-13 10:56 
AnswerRe: oracle to sql server Pin
Jörgen Andersson5-Oct-13 12:03
professionalJörgen Andersson5-Oct-13 12:03 

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.