Click here to Skip to main content
15,879,239 members
Home / Discussions / Database
   

Database

 
AnswerRe: Swap the columns values Pin
Joe9-Oct-07 23:26
Joe9-Oct-07 23:26 
GeneralRe: Swap the columns values Pin
Aavesh Agarwal9-Oct-07 23:28
Aavesh Agarwal9-Oct-07 23:28 
Questionproblem in a tipical query(plzzz help me) Pin
Arihant rathi9-Oct-07 20:57
Arihant rathi9-Oct-07 20:57 
AnswerRe: problem in a tipical query(plzzz help me) Pin
joemonvarghese9-Oct-07 22:32
joemonvarghese9-Oct-07 22:32 
GeneralRe: problem in a tipical query(plzzz help me) Pin
Arihant rathi10-Oct-07 0:28
Arihant rathi10-Oct-07 0:28 
GeneralRe: problem in a tipical query(plzzz help me) Pin
pmarfleet10-Oct-07 1:55
pmarfleet10-Oct-07 1:55 
GeneralRe: problem in a tipical query(plzzz help me) Pin
joemonvarghese10-Oct-07 3:46
joemonvarghese10-Oct-07 3:46 
QuestionMySQL:(urgent)Why reader.Close() hangs if a LONGBLOG field is selected? [modified] Pin
alesh_nitre9-Oct-07 20:50
alesh_nitre9-Oct-07 20:50 
hi,

I am using MySql .NET Connector 5.1.2.
Following is the code I am using to read a longblob field from a table..

// Select from any table that ***HAS BLOB DATA FIELD***<br />
string selCmd = "SELECT * FROM document";<br />
MySqlCommand allDocsCmd = new MySqlCommand(selCmd, con);<br />
MySqlDataReader reader = allDocsCmd.ExecuteReader();<br />
reader.Close();


The execution hangs at reader.Close();

When I selected everything else but the blob field from the table and it worked fine i.e.
"select id,data from document" hangs but
"select id from document" works ok.
('data' is a LONGBLOB field in document table)

I am searching a cause and fix but lemme know if anyone has ne idea why this is happening..
Thanx.


-- modified at 9:56 Wednesday 10th October, 2007
QuestionColumn with Null value Pin
Mri1a9-Oct-07 20:28
Mri1a9-Oct-07 20:28 
AnswerRe: Column with Null value Pin
Mri1a9-Oct-07 20:40
Mri1a9-Oct-07 20:40 
AnswerRe: Column with Null value Pin
M LN Rao9-Oct-07 20:47
M LN Rao9-Oct-07 20:47 
AnswerRe: Column with Null value Pin
Paddy Boyd10-Oct-07 1:00
Paddy Boyd10-Oct-07 1:00 
QuestionThe maximum no. of Stored procedure in a database. Pin
Vipin.d9-Oct-07 19:54
Vipin.d9-Oct-07 19:54 
AnswerRe: The maximum no. of Stored procedure in a database. Pin
Paul Conrad3-Nov-07 7:52
professionalPaul Conrad3-Nov-07 7:52 
QuestionConcatenating Columns in query Pin
anujose9-Oct-07 19:05
anujose9-Oct-07 19:05 
AnswerRe: Concatenating Columns in query Pin
M LN Rao9-Oct-07 20:51
M LN Rao9-Oct-07 20:51 
GeneralRe: Concatenating Columns in query Pin
anujose9-Oct-07 21:28
anujose9-Oct-07 21:28 
GeneralRe: Concatenating Columns in query Pin
anujose9-Oct-07 21:44
anujose9-Oct-07 21:44 
AnswerRe: Concatenating Columns in query Pin
Joe9-Oct-07 22:51
Joe9-Oct-07 22:51 
AnswerRe: Concatenating Columns in query Pin
pmpdesign11-Oct-07 18:18
pmpdesign11-Oct-07 18:18 
QuestionPreventing access to SQL Server from other Servers Pin
ben_6349-Oct-07 14:21
ben_6349-Oct-07 14:21 
AnswerRe: Preventing access to SQL Server from other Servers Pin
Christian Graus9-Oct-07 14:35
protectorChristian Graus9-Oct-07 14:35 
GeneralRe: Preventing access to SQL Server from other Servers Pin
ben_6349-Oct-07 15:41
ben_6349-Oct-07 15:41 
QuestionPerformance gain in SELECT ... Pin
devboycpp9-Oct-07 11:25
devboycpp9-Oct-07 11:25 
AnswerRe: Performance gain in SELECT ... Pin
Colin Angus Mackay9-Oct-07 12:30
Colin Angus Mackay9-Oct-07 12:30 

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.