The connection string with ADODB should be the same as the one you used in VB6.
Try
EngDatabase.Open("Provider=sqloledb;Data Source=Engineering;")
Is this correct ? It looks like a special form of include that is parsed by Winamp.
As far as I know the include will work like:
<?xml version='1.0'?>
<document xmlns:xi="http://www.w3.org/2001/XInclude">
<p>120 Mz is adequate for an average home user.</p>
<xi:include...
There is a nice article in the MSDN library:
The Rules of the Component Object Model: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomg/html/msdn_therules.asp
You can also define the data to be recursive.
Example Schema:
<?xml version="1.0" encoding="ISO-8859-15"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:complexType name="PartType">
<xs:sequence>...
I have the same problem (with Client SDK 2.60) and reported this to informix but got no answer yet.
As my evaluations showed the error message depends on the client SDK of informix. Last result was that the actual (2.70) SDK is not able to make any connection from inside a transactional...
To use "http://www.w3.org/1999/XSL/Transform" with IE5.5 you have to download and install MSXML 3.0 SP1 from Microsoft and run XmlInst.exe to replace the Parser used by the Internet explorer.
If you just want to do things programmatically without viewing the XML-files in the Browser...
The server has to be configured to support transactions. If it is not correctly configured you will get the interface not supported error. There should be some Info in the manuals if you search for XA (not sure about this).
You will have to use the Informix ODBC driver to get this combination to work. As far as I know the Informix OLEDB driver does not support MTS Transactions, but the MS OLEDB for ODBC driver in combination with Informix ODBC will do.
Try to get a recent ODBC driver (3.33 or 3.34) as it seems...
I try to write a xsl template with a match expression like
<xsl:template
match="node[@att1='v1'] and node[@att2='v2']"
/>
But this won't work. Is there an equivalent notation ? I am using MSXML 3.0 SP1.
Hello,
I am new to MTS programming and tried to insert a master record with a detail record inside the same MTS transaction. The detail table has an foreign key constraint to the master table.
So I built two MTS components (in the same DLL) with VC6 and set their transactional attribute to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.