Click here to Skip to main content
15,897,187 members
Home / Discussions / Database
   

Database

 
GeneralRe: Exporting PostgreSQL data to Excell Pin
Member 1042769726-Nov-13 7:59
Member 1042769726-Nov-13 7:59 
GeneralRe: Exporting PostgreSQL data to Excell Pin
Mycroft Holmes26-Nov-13 11:44
professionalMycroft Holmes26-Nov-13 11:44 
AnswerRe: Exporting PostgreSQL data to Excell Pin
Jörgen Andersson26-Nov-13 8:53
professionalJörgen Andersson26-Nov-13 8:53 
Questionget the data from two tables Pin
Member 1026351925-Nov-13 20:44
Member 1026351925-Nov-13 20:44 
QuestionRe: get the data from two tables Pin
Peter Leow25-Nov-13 21:03
professionalPeter Leow25-Nov-13 21:03 
AnswerRe: get the data from two tables Pin
Mycroft Holmes25-Nov-13 23:10
professionalMycroft Holmes25-Nov-13 23:10 
AnswerRe: get the data from two tables Pin
Eddy Vluggen26-Nov-13 8:04
professionalEddy Vluggen26-Nov-13 8:04 
Question5146 Error message: Invalid object name '#TmpTable'. Pin
vkEE25-Nov-13 9:53
vkEE25-Nov-13 9:53 
GeneralRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Peter Leow25-Nov-13 21:26
professionalPeter Leow25-Nov-13 21:26 
AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Eddy Vluggen26-Nov-13 7:57
professionalEddy Vluggen26-Nov-13 7:57 
GeneralRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
vkEE26-Nov-13 8:31
vkEE26-Nov-13 8:31 
AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Eddy Vluggen27-Nov-13 8:05
professionalEddy Vluggen27-Nov-13 8:05 
AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
jschell26-Nov-13 8:34
jschell26-Nov-13 8:34 
Question[Oracle] Create Index Online Vs Create Index Pin
Schehaider_Aymen24-Nov-13 22:04
Schehaider_Aymen24-Nov-13 22:04 
AnswerRe: [Oracle] Create Index Online Vs Create Index Pin
Jörgen Andersson25-Nov-13 10:17
professionalJörgen Andersson25-Nov-13 10:17 
Questionerror in sql server 2008 Pin
jojoba201123-Nov-13 22:52
jojoba201123-Nov-13 22:52 
AnswerRe: error in sql server 2008 Pin
Mycroft Holmes24-Nov-13 11:57
professionalMycroft Holmes24-Nov-13 11:57 
GeneralRe: error in sql server 2008 Pin
Richard Deeming25-Nov-13 2:19
mveRichard Deeming25-Nov-13 2:19 
AnswerRe: error in sql server 2008 Pin
Richard Deeming25-Nov-13 2:22
mveRichard Deeming25-Nov-13 2:22 
You are trying to open two DataReader instances (by calling ExecuteReader) on the same connection at the same time. You need to make sure that every DataReader is closed properly by wrapping it in a using block, and that you close one before trying to open another.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: error in sql server 2008 Pin
Jörgen Andersson25-Nov-13 10:24
professionalJörgen Andersson25-Nov-13 10:24 
AnswerSolved! Pin
jojoba201126-Nov-13 18:53
jojoba201126-Nov-13 18:53 
QuestionDynamic Stored Procedure Pin
Commish1322-Nov-13 13:56
professionalCommish1322-Nov-13 13:56 
AnswerRe: Dynamic Stored Procedure Pin
PIEBALDconsult22-Nov-13 14:15
mvePIEBALDconsult22-Nov-13 14:15 
GeneralRe: Dynamic Stored Procedure Pin
Commish1323-Nov-13 5:07
professionalCommish1323-Nov-13 5:07 
GeneralRe: Dynamic Stored Procedure Pin
jschell23-Nov-13 11:16
jschell23-Nov-13 11:16 

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.