Click here to Skip to main content
15,928,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Compiling C# programs for mac Pin
Kevin McFarlane17-Jan-07 6:51
Kevin McFarlane17-Jan-07 6:51 
GeneralRe: Compiling C# programs for mac Pin
Dan Neely17-Jan-07 6:53
Dan Neely17-Jan-07 6:53 
GeneralRe: Compiling C# programs for mac Pin
Kevin McFarlane17-Jan-07 8:57
Kevin McFarlane17-Jan-07 8:57 
AnswerRe: Compiling C# programs for mac Pin
Christian Graus17-Jan-07 9:28
protectorChristian Graus17-Jan-07 9:28 
QuestionHow to retrieve the amplitude samples from a sound file Pin
ComCoderCsharp17-Jan-07 6:04
ComCoderCsharp17-Jan-07 6:04 
AnswerRe: How to retrieve the amplitude samples from a sound file Pin
Luc Pattyn17-Jan-07 6:45
sitebuilderLuc Pattyn17-Jan-07 6:45 
QuestionTransactionScope causing problem when using Access as Linked Server Pin
girijaa17-Jan-07 5:38
professionalgirijaa17-Jan-07 5:38 
AnswerRe: TransactionScope causing problem when using Access as Linked Server Pin
Dustin Metzgar17-Jan-07 8:03
Dustin Metzgar17-Jan-07 8:03 
That's an interesting issue you bring up. TransactionScope does a lot behind the scenes to manage transactions and whatever it sets up the first time it's used is probably going to stick around since you're on the same connection. You could try opening up another connection to the same database and trying to get your list. If that doesn't work, try rearranging the items in the connection string (IIRC ADO uses the connection string to handle pooling and it could be as simple as rearranging the string to open up a distinct connection instead of getting the existing one from the pool).

But, for a "non-kludgey" solution, maybe you could write a stored procedure that will contact your linked server to pull the data. If you're already doing this, I believe there may be some settings you have to put on the link to make it capable of participating in transactions. I've had a problem before with linked servers where my stored procedure would fail in the application when it called the linked server but worked just fine in query analyzer. The solution I found was to use ODBC.



GeneralRe: TransactionScope causing problem when using Access as Linked Server Pin
girijaa18-Jan-07 4:15
professionalgirijaa18-Jan-07 4:15 
QuestionListView Selected Item Move to Another Control Pin
smarttom9917-Jan-07 5:11
smarttom9917-Jan-07 5:11 
Questionconnecting to webservice Pin
fmardani17-Jan-07 4:48
fmardani17-Jan-07 4:48 
AnswerRe: connecting to webservice Pin
Guffa17-Jan-07 8:46
Guffa17-Jan-07 8:46 
QuestionSerial Port Monitoring Pin
sajid.salim.khan17-Jan-07 4:48
sajid.salim.khan17-Jan-07 4:48 
AnswerRe: Serial Port Monitoring Pin
Stefan Troschuetz17-Jan-07 5:24
Stefan Troschuetz17-Jan-07 5:24 
QuestionHow can I draw on picture box image....... Pin
samreengr817-Jan-07 4:44
samreengr817-Jan-07 4:44 
AnswerRe: How can I draw on picture box image....... Pin
Christian Graus17-Jan-07 9:29
protectorChristian Graus17-Jan-07 9:29 
GeneralRe: How can I draw on picture box image....... Pin
samreengr817-Jan-07 22:01
samreengr817-Jan-07 22:01 
QuestionI want start only plz ....! Pin
zidan91117-Jan-07 3:48
zidan91117-Jan-07 3:48 
AnswerRe: I want start only plz ....! Pin
quiteSmart17-Jan-07 3:51
quiteSmart17-Jan-07 3:51 
GeneralRe: I want start only plz ....! Pin
Dan Neely17-Jan-07 3:58
Dan Neely17-Jan-07 3:58 
AnswerRe: I want start only plz ....! Pin
jd_edmond17-Jan-07 4:10
jd_edmond17-Jan-07 4:10 
AnswerRe: I want start only plz ....! Pin
ednrgc17-Jan-07 4:16
ednrgc17-Jan-07 4:16 
AnswerRe: I want start only plz ....! Pin
J4amieC17-Jan-07 4:24
J4amieC17-Jan-07 4:24 
GeneralRe: I want start only plz ....! Pin
ednrgc17-Jan-07 4:26
ednrgc17-Jan-07 4:26 
AnswerRe: I want start only plz ....! Pin
Christian Graus17-Jan-07 9:28
protectorChristian Graus17-Jan-07 9:28 

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.