Viewing 3 posts - 1 through 4 (of 4 total)
lmu92 (4/12/2010)
Okay, we have the table def. But where are the INSERT statements?You posted the expected result the second time... 😉
Sorry Lutz, here's the insert
INSERT XMLTransactions (
OrderCode,
Description,
Value,
CurrencyCode,
Exponent,
debitCreditIndicator,
ordercontent,
Action,
CardNumber,
Month,
Year,
CardHolderName
)
VALUES (
'141323364',
'MOBILE PHONE...
April 13, 2010 at 4:57 am
wenna.geyer (4/12/2010)
I am using MS SQL 2008 and the MS SQL native client ole db interface. My program is writen in C++.
I have more than one nvarchar(max) columns in one...
April 12, 2010 at 7:16 am
lmu92 (4/9/2010)
Please provide table def and sample data that correspond to your expected result in a ready to use format as described in the first link in my signature.
Thanks Lutz...
April 12, 2010 at 6:18 am
Viewing 3 posts - 1 through 4 (of 4 total)