Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to write data to XML file using ASP.net/C# if that file already using by another process Pin
ven7534-Jul-13 1:18
ven7534-Jul-13 1:18 
AnswerRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Bernhard Hiller4-Jul-13 3:31
Bernhard Hiller4-Jul-13 3:31 
AnswerRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Dave Kreskowiak4-Jul-13 6:00
mveDave Kreskowiak4-Jul-13 6:00 
GeneralRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
ven7534-Jul-13 9:23
ven7534-Jul-13 9:23 
GeneralRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Eddy Vluggen4-Jul-13 10:16
professionalEddy Vluggen4-Jul-13 10:16 
GeneralRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Dave Kreskowiak4-Jul-13 10:57
mveDave Kreskowiak4-Jul-13 10:57 
GeneralRe: How to write data to XML file using ASP.net/C# if that file already using by another process Pin
Mohammed Hameed9-Jul-13 8:35
professionalMohammed Hameed9-Jul-13 8:35 
QuestionTimeOut with Data Set Pin
nagham_4ng3-Jul-13 23:13
nagham_4ng3-Jul-13 23:13 
Hello guys, I have a prob with my typed DataSet, applying its query on SQL it makes fraction of second, running the program and since the query embedded in the DataSet it gives TIMEOUT!!!!

here is my query:

SQL
SELECT     i.item_id, i.sequence, i.item_name, od.buy_price, od.sell_price,
SUM(od.quantity) AS sum_qty,
l.location_name, oh.usr_login,
CASE i.is_composite_item WHEN 1 THEN "anything" WHEN 0 THEN "something" END AS remarks
FROM         item i, operation_detail od,operation_header oh,location l
WHERE
i.item_id=od.item_id and i.sequence=od.sequence and
od.operation_header_id=oh.operation_header_id and
oh.location_id=l.location_id and
  (oh.operation_type_id = "anything") AND
 (oh.operation_date >= @date_from ) AND
 (oh.operation_date <= @date_to ) AND
 (i.item_id >= @item_id_from OR @item_id_from = 0)
  AND (i.item_id <= @item_id_to OR @item_id_to = 0)
  AND (l.location_id = @location_id OR @location_id = '0')
  AND (i.is_raw_item = 0)
GROUP BY i.item_id, i.sequence, i.item_name, l.location_name,
 oh.usr_login, od.buy_price, od.sell_price,i.is_composite_item
order by i.item_id, i.sequence,l.location_name

QuestionRe: TimeOut with Data Set Pin
Eddy Vluggen4-Jul-13 4:58
professionalEddy Vluggen4-Jul-13 4:58 
SuggestionRe: TimeOut with Data Set Pin
Richard Deeming4-Jul-13 5:17
mveRichard Deeming4-Jul-13 5:17 
GeneralRe: TimeOut with Data Set Pin
nagham_4ng4-Jul-13 19:23
nagham_4ng4-Jul-13 19:23 
GeneralRe: TimeOut with Data Set Pin
Eddy Vluggen5-Jul-13 7:07
professionalEddy Vluggen5-Jul-13 7:07 
GeneralRe: TimeOut with Data Set Pin
nagham_4ng5-Jul-13 19:48
nagham_4ng5-Jul-13 19:48 
GeneralRe: TimeOut with Data Set Pin
nagham_4ng8-Jul-13 21:12
nagham_4ng8-Jul-13 21:12 
GeneralRe: TimeOut with Data Set Pin
Eddy Vluggen9-Jul-13 8:44
professionalEddy Vluggen9-Jul-13 8:44 
Question[Solved] Message Queue, sending a class including a bitmap Pin
bas-man823-Jul-13 0:06
bas-man823-Jul-13 0:06 
AnswerRe: Message Queue, sending a class including a bitmap Pin
bas-man823-Jul-13 22:50
bas-man823-Jul-13 22:50 
QuestionMessage Queue Pin
Member 997471330-Jun-13 1:06
Member 997471330-Jun-13 1:06 
AnswerRe: Message Queue Pin
Pete O'Hanlon30-Jun-13 10:57
mvePete O'Hanlon30-Jun-13 10:57 
GeneralRe: Message Queue Pin
Member 997471330-Jun-13 23:19
Member 997471330-Jun-13 23:19 
GeneralRe: Message Queue Pin
Pete O'Hanlon1-Jul-13 3:01
mvePete O'Hanlon1-Jul-13 3:01 
QuestionCan not move controls over a user control Pin
dSolariuM29-Jun-13 9:53
dSolariuM29-Jun-13 9:53 
QuestionDiscussion on Screen Size and MDI Pin
Ron Beyer26-Jun-13 12:20
professionalRon Beyer26-Jun-13 12:20 
AnswerRe: Discussion on Screen Size and MDI Pin
Sergey Alexandrovich Kryukov26-Jun-13 13:33
mvaSergey Alexandrovich Kryukov26-Jun-13 13:33 
GeneralRe: Discussion on Screen Size and MDI Pin
Ron Beyer26-Jun-13 14:03
professionalRon Beyer26-Jun-13 14: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.