Viewing 15 posts - 61 through 75 (of 93 total)
The problem was in the C++ code! Ha!
Steve
September 23, 2002 at 7:34 am
The problem was in the C++ code! Ha!
Steve
September 23, 2002 at 7:34 am
>> WHat type of app
C++ front end, SQL Server on the back.
>> what is happening
Well the symptoms are much like the bug reported in Q191268 at ms-help://MS.VSCC/MS.MSDNVS/kboledb/Source/oledb/q191268.htm.
It's the same problem...
September 23, 2002 at 7:18 am
More information: here's the code that generates the error:
declare @iXmlDoc int
declare @vcXml VARCHAR(1000)
set @vcXml = '<root><Obj Id="3578"/>,<Obj Id="3591"/>,<Obj Id="3722"/>,<Obj Id="3703"/>,<Obj Id="3693"/>,<Obj Id="3771"/>,<Obj Id="3829"/></root>'
exec sp_xml_preparedocument @iXmlDoc output, @vcXml
exec GetOrderedMultiTxtXml$ @iXmlDoc, 5001,...
September 20, 2002 at 3:11 pm
Thanks for the effort. I'm kinda impressed that you would use this problem to try your first C++ app on. I have C++ coders all around here, and I've forwarded...
September 20, 2002 at 8:07 am
Our problem looks much like the one reported in KB 191268. It gives no workaround. I don't how we have a server side query going on, but everything else matches.
We...
September 19, 2002 at 7:42 am
We have a C++ front end. We're using OLE DB for the connection.
I wanted to do the code in a stored proc, but my colleagues are telling me it would...
September 18, 2002 at 3:46 pm
Both machines are running mixed mode authentication. I've switched the authentication on both, using all 4 combinations of Windows and mixed mode, and it doesn't seem to make a difference.
I...
September 6, 2002 at 9:07 am
>> Steve: IN is like an OR except less code for multiple or's.
Well, sure. But if ask my wife, she'd tell you about this. If says that the tea is...
September 5, 2002 at 1:05 pm
I think part of the problem is that I'm not seeing any OR in the whole select statement. (It would help if it was not all uppercase.) Sorry, but I'm...
September 5, 2002 at 10:04 am
One of the machines that needed the user and password was mine.
Went to Computer Management (XP). I'm part of the Administrators Group.
Because I'm on XP, I went to User Accounts....
September 5, 2002 at 9:52 am
Here's another example. I'm trying to connect to another developer machine that I know is running. I open Enterprise Manager to Register a New Connection. I get an error telling...
September 5, 2002 at 9:21 am
I went to Enterprise Manager on both machines (these are all development machines), went to properties, then the Security tab. Both have "SQL Server and Windows" checked. This leads me...
September 5, 2002 at 9:01 am
Not quite sure what you're asking. Maybe the CASE statement will do what you want. From Books On Line:
USE pubs
GO
SELECT 'Price Category' =
...
September 5, 2002 at 7:47 am
Getting MDAC 2.6 SP2 appears to have cured it. Thanks.
Steve
September 3, 2002 at 1:05 pm
Viewing 15 posts - 61 through 75 (of 93 total)