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

Database

 
QuestionSql queries on unicode data [modified] Pin
shiva.kore17-Sep-10 21:19
shiva.kore17-Sep-10 21:19 
AnswerRe: Sql queries on unicode data Pin
Rob Smiley17-Sep-10 23:57
Rob Smiley17-Sep-10 23:57 
GeneralRe: Sql queries on unicode data Pin
shiva.kore19-Sep-10 19:07
shiva.kore19-Sep-10 19:07 
QuestionOrdered selection of 2 columns in single SQL query Pin
Emmet_Brown17-Sep-10 19:44
Emmet_Brown17-Sep-10 19:44 
AnswerRe: Ordered selection of 2 columns in single SQL query Pin
i.j.russell17-Sep-10 22:35
i.j.russell17-Sep-10 22:35 
GeneralRe: Ordered selection of 2 columns in single SQL query Pin
Emmet_Brown18-Sep-10 0:28
Emmet_Brown18-Sep-10 0:28 
QuestionHow do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac17-Sep-10 3:32
Spawn@Melmac17-Sep-10 3:32 
AnswerRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 4:53
professionalMycroft Holmes17-Sep-10 4:53 
Me thinks your data structure is screwed, whenever I seelsomething like contact1, contact2, contact3 I know you are in deep poop. What if there is a fourth contact, woops lets add another column - FAIL

Create another table callemd contacts and a foreign key to this company table.

What has CRLF got to do with your insert statement?

There seems to be a number od problems with your insert statement. There is no comma between line1 and line2. Do comapny, deleted and disabled accept null as valid data.
Never underestimate the power of human stupidity
RAH

GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac17-Sep-10 6:04
Spawn@Melmac17-Sep-10 6:04 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes17-Sep-10 13:47
professionalMycroft Holmes17-Sep-10 13:47 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Spawn@Melmac18-Sep-10 6:19
Spawn@Melmac18-Sep-10 6:19 
GeneralRe: How do I insert escape sequences using SQL Compact. Pin
Mycroft Holmes18-Sep-10 13:04
professionalMycroft Holmes18-Sep-10 13:04 
QuestionWhich version ODP.net is exactly required for oracle 11.2 and .net 2.0? Pin
padmanabhan N16-Sep-10 20:44
padmanabhan N16-Sep-10 20:44 
AnswerRe: Which version ODP.net is exactly required for oracle 11.2 and .net 2.0? Pin
Rob Smiley18-Sep-10 0:05
Rob Smiley18-Sep-10 0:05 
QuestionReport Definition is not valid. [modified] Pin
gmhanna16-Sep-10 16:25
gmhanna16-Sep-10 16:25 
Questionunable to Access complete database features Pin
sanjaypujari16-Sep-10 6:26
sanjaypujari16-Sep-10 6:26 
AnswerRe: unable to Access complete database features Pin
Pete O'Hanlon16-Sep-10 8:08
mvePete O'Hanlon16-Sep-10 8:08 
QuestionSET XACT_ABORT ON Pin
eraser95015-Sep-10 21:03
eraser95015-Sep-10 21:03 
AnswerRe: SET XACT_ABORT ON Pin
Mycroft Holmes15-Sep-10 23:03
professionalMycroft Holmes15-Sep-10 23:03 
AnswerRe: SET XACT_ABORT ON Pin
Pete O'Hanlon16-Sep-10 8:07
mvePete O'Hanlon16-Sep-10 8:07 
GeneralRe: SET XACT_ABORT ON Pin
eraser95019-Sep-10 21:23
eraser95019-Sep-10 21:23 
QuestionProblem in restoring SQL Server MDF File database Pin
kirankkk200915-Sep-10 20:06
kirankkk200915-Sep-10 20:06 
AnswerRe: Problem in restoring SQL Server MDF File database Pin
Mycroft Holmes15-Sep-10 22:59
professionalMycroft Holmes15-Sep-10 22:59 
QuestionIs this unique ID generation procedure correct ? Pin
virang_2115-Sep-10 19:11
virang_2115-Sep-10 19:11 
AnswerRe: Is this unique ID generation procedure correct ? Pin
Mycroft Holmes15-Sep-10 19:55
professionalMycroft Holmes15-Sep-10 19:55 

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.