Click here to Skip to main content
15,913,941 members
Home / Discussions / Database
   

Database

 
AnswerRe: Unable to load client print control Pin
thatraja25-Apr-11 15:33
professionalthatraja25-Apr-11 15:33 
GeneralRe: Unable to load client print control Pin
SamRST27-Apr-11 1:43
SamRST27-Apr-11 1:43 
GeneralRe: Unable to load client print control Pin
S Douglas9-May-11 8:07
professionalS Douglas9-May-11 8:07 
QuestionRegarding SSAS Pin
Member 786230821-Apr-11 7:35
Member 786230821-Apr-11 7:35 
AnswerRe: Regarding SSAS [modified] Pin
ma.amer21-Apr-11 11:09
ma.amer21-Apr-11 11:09 
Question.Net Reporting Pin
Reporting tools21-Apr-11 0:46
Reporting tools21-Apr-11 0:46 
AnswerRe: .Net Reporting Pin
Ravi Sant21-Apr-11 2:15
Ravi Sant21-Apr-11 2:15 
AnswerRe: .Net Reporting Pin
Pravin Patil, Mumbai21-Apr-11 4:36
Pravin Patil, Mumbai21-Apr-11 4:36 
AnswerRe: .Net Reporting Pin
Mycroft Holmes21-Apr-11 22:20
professionalMycroft Holmes21-Apr-11 22:20 
AnswerRe: .Net Reporting Pin
Prasanta_Prince21-Apr-11 22:56
Prasanta_Prince21-Apr-11 22:56 
AnswerRe: .Net Reporting Pin
Abdul Rahman Hamidy23-Apr-11 1:12
Abdul Rahman Hamidy23-Apr-11 1:12 
AnswerRe: .Net Reporting Pin
ankitwww25-Apr-11 3:03
ankitwww25-Apr-11 3:03 
AnswerRe: .Net Reporting Pin
thatraja25-Apr-11 6:36
professionalthatraja25-Apr-11 6:36 
QuestionSSIS Package to import XML file in Sql server 2005 Database Pin
ntiin21-Apr-11 0:19
ntiin21-Apr-11 0:19 
AnswerRe: SSIS Package to import XML file in Sql server 2005 Database Pin
Herman<T>.Instance26-May-11 3:15
Herman<T>.Instance26-May-11 3:15 
Questionavoiding MS Access database modified time Pin
venkat11620-Apr-11 21:00
venkat11620-Apr-11 21:00 
AnswerRe: avoiding MS Access database modified time Pin
Blue_Boy20-Apr-11 21:45
Blue_Boy20-Apr-11 21:45 
GeneralRe: avoiding MS Access database modified time Pin
venkat11620-Apr-11 22:45
venkat11620-Apr-11 22:45 
AnswerRe: avoiding MS Access database modified time Pin
Mycroft Holmes20-Apr-11 22:11
professionalMycroft Holmes20-Apr-11 22:11 
AnswerRe: avoiding MS Access database modified time Pin
PIEBALDconsult21-Apr-11 2:54
mvePIEBALDconsult21-Apr-11 2:54 
QuestionHow to import xml to SQL? Pin
thienvan20-Apr-11 7:50
thienvan20-Apr-11 7:50 
AnswerRe: How to import xml to SQL? Pin
jschell20-Apr-11 8:06
jschell20-Apr-11 8:06 
xml doesn't have 'null', so exactly what do you mean?

I suspect you mean that you have an element with no value or perhaps 'nil'?

If so there are two possibilities.
1. The corresponding database column allows nulls.
2. The corresponding database column does not allow nulls - thus you MUST provide a value. You would do that while processing the file. No one can tell you what a valid value for that is since it depends on business rules.
GeneralRe: How to import xml to SQL? Pin
thienvan20-Apr-11 21:47
thienvan20-Apr-11 21:47 
GeneralRe: How to import xml to SQL? Pin
jschell21-Apr-11 8:02
jschell21-Apr-11 8:02 
GeneralRe: How to import xml to SQL? Pin
thienvan21-Apr-11 16:07
thienvan21-Apr-11 16:07 

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.