Viewing 15 posts - 4,636 through 4,650 (of 5,394 total)
Maybe I'm having a bad monday morning, but I don't see what the question has to do with the subject of the thread.
January 25, 2010 at 4:29 am
Is it me or this guy has a special ability in obscure questions?
He gave the sample data, at least...
Edit: fixed broken link
January 25, 2010 at 4:17 am
Peso, I don't understand your answer as well as I don't understand the question.
Can you clarify?
January 25, 2010 at 4:17 am
CirquedeSQLeil (1/22/2010)
Roy Ernest (1/22/2010)
I do not know if this is a joke... :unsure:I am keeping away from it...
It turned out to be a table auditing question.
It didn't look like it...
January 22, 2010 at 10:55 am
Glad you put it to work, congrats!
January 22, 2010 at 10:38 am
I'm sorry, I'm never been there so in depth.
Hope somebody else can give it a look.
January 22, 2010 at 9:32 am
Conegliano, near Venice, Italy.
We have electric power, tv, Internet and SQL Servers of course.
I'm not a member of the Mafia, I don't ride a Vespa, I'm not wearing a pinstripe...
January 22, 2010 at 8:26 am
Yes, MSDAORA supports distributed transactions.
As you have checked all possible documentation available, I suppose you already have read this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;280106
If your Oracle is on Windows, take a look at this:
http://support.microsoft.com/?scid=kb;en-us;817064&x=18&y=14
January 22, 2010 at 7:39 am
Also check network connectivity. MSDTC works on the RPC port (135) and it must be reachable in order to make it work.
I don't know if this is the case when...
January 22, 2010 at 6:55 am
If you are joining the orders just to filter your data, you could use WHERE EXISTS:
SELECT STK_STOCK_2.STKCODE2 AS [Stock Code],
STK_STOCK_2.STK_SANALYSIS1 AS [Price...
January 22, 2010 at 5:59 am
Check the settings on the Oracle side: is it configured for two-phase commit? I think this is an option on the provider.
January 22, 2010 at 2:56 am
Try grouping the OR conditions in parenthesis:
SELECT STK_STOCK_2.STKCODE2 AS [Stock Code], STK_STOCK_2.STK_SANALYSIS1 AS [Price Line 1], STK_STOCK_2.STK_SANALYSIS2 AS [Price Line 2],
...
January 22, 2010 at 2:51 am
Jeff Moden (1/20/2010)
Heh... tell your little girl I said "congrats, you have a good Dad."
Oh! Thanks Jeff, only time will tell...
January 22, 2010 at 1:55 am
Thanks for the update! So, are you calling stored procedures directly or are you using staging tables populated by stored procedures? I think this is the main focus of this...
January 21, 2010 at 1:09 am
do you know for certain which versions of Crystal (starting with 9 and going up) suffer from this problem?
I know for sure versions 8.5, 9, 10 and XI behave this...
January 20, 2010 at 11:29 am
Viewing 15 posts - 4,636 through 4,650 (of 5,394 total)