Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing boolean parameter to an oracle procedure Pin
NotPolitcallyCorrect26-Jun-13 3:56
NotPolitcallyCorrect26-Jun-13 3:56 
GeneralRe: Passing boolean parameter to an oracle procedure Pin
Subin Mavunkal26-Jun-13 4:03
Subin Mavunkal26-Jun-13 4:03 
GeneralRe: Passing boolean parameter to an oracle procedure Pin
NotPolitcallyCorrect26-Jun-13 4:05
NotPolitcallyCorrect26-Jun-13 4:05 
GeneralRe: Passing boolean parameter to an oracle procedure Pin
Subin Mavunkal26-Jun-13 4:07
Subin Mavunkal26-Jun-13 4:07 
GeneralRe: Passing boolean parameter to an oracle procedure Pin
NotPolitcallyCorrect26-Jun-13 4:10
NotPolitcallyCorrect26-Jun-13 4:10 
GeneralRe: Passing boolean parameter to an oracle procedure Pin
Subin Mavunkal26-Jun-13 4:36
Subin Mavunkal26-Jun-13 4:36 
AnswerOracle doesn't have a boolean type Pin
Ennis Ray Lynch, Jr.26-Jun-13 6:34
Ennis Ray Lynch, Jr.26-Jun-13 6:34 
QuestionVisual Studio 2010 Database Web Application Pin
Mausam Bharati26-Jun-13 2:17
Mausam Bharati26-Jun-13 2:17 
QuestionHow to Create WCF Rest service in Visual Studio 2012? Pin
Vijay Kanda25-Jun-13 20:55
Vijay Kanda25-Jun-13 20:55 
AnswerRe: How to Create WCF Rest service in Visual Studio 2012? Pin
Richard MacCutchan25-Jun-13 20:57
mveRichard MacCutchan25-Jun-13 20:57 
GeneralRe: How to Create WCF Rest service in Visual Studio 2012? Pin
Vijay Kanda25-Jun-13 22:14
Vijay Kanda25-Jun-13 22:14 
QuestionUpload file using C# Windows service application Pin
susanna.floora25-Jun-13 19:54
susanna.floora25-Jun-13 19:54 
SuggestionRe: Upload file using C# Windows service application Pin
Richard MacCutchan25-Jun-13 20:56
mveRichard MacCutchan25-Jun-13 20:56 
GeneralRe: Upload file using C# Windows service application Pin
susanna.floora25-Jun-13 21:00
susanna.floora25-Jun-13 21:00 
GeneralRe: Upload file using C# Windows service application Pin
Richard MacCutchan25-Jun-13 21:26
mveRichard MacCutchan25-Jun-13 21:26 
AnswerRe: Upload file using C# Windows service application Pin
Bernhard Hiller25-Jun-13 21:10
Bernhard Hiller25-Jun-13 21:10 
GeneralRe: Upload file using C# Windows service application Pin
susanna.floora25-Jun-13 23:42
susanna.floora25-Jun-13 23:42 
QuestionMicrosoft Bug Reporting Tool for VS 2012 Pin
Bram van Kampen25-Jun-13 14:13
Bram van Kampen25-Jun-13 14:13 
AnswerRe: Microsoft Bug Reporting Tool for VS 2012 Pin
Ron Beyer25-Jun-13 15:06
professionalRon Beyer25-Jun-13 15:06 
QuestionWindows Service Design - connection pool Pin
nlarson1125-Jun-13 10:52
nlarson1125-Jun-13 10:52 
AnswerRe: Windows Service Design - connection pool Pin
Eddy Vluggen25-Jun-13 22:23
professionalEddy Vluggen25-Jun-13 22:23 
GeneralRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 3:40
nlarson1126-Jun-13 3:40 
QuestionRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 6:37
professionalEddy Vluggen26-Jun-13 6:37 
AnswerRe: Windows Service Design - connection pool Pin
nlarson1126-Jun-13 7:48
nlarson1126-Jun-13 7:48 
Sorry - never been gifted in painting a picture Frown | :(

The pool, connections, and transactions to the mainframe are all created/handled in the windows service. An app creates an instance to a class within the windows service that will execute transaction logic making it's way to the mainframe. This logic checks first if the pool has a link and uses it if it does or creates a link and then passes it to the pool to hold on to.
'Never argue with an idiot; they'll drag you down to their level and beat you with experience.' ~ anonymous

'Life's real failure is when you do not realize how close you were to success when you gave up.' ~ anonymous


GeneralRe: Windows Service Design - connection pool Pin
Eddy Vluggen26-Jun-13 22:36
professionalEddy Vluggen26-Jun-13 22:36 

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.