Thanks for your help. But I would like something like a document with the name of the table, then all the columns with its data type and more information. It is possible that tuning the select I can obtain this but there is not any utility -I think- in the SQL Server Managment Studio to make it...
when I make an selectSingleNode refer to an xml file with namespace I obtain an error. The same xml without the namespace works ok. somebody knows something??
* With namespace (xmlDoc.selectSingleNode() doesn't work):
<?xml version="1.0" encoding="UTF-8"?>
<basededades...
the microsoft ADO 2.7 dll can not obtain the foreing keys of an AS400 table. I think that it's possible using the Client Access Express dll; adding it in a references of a visual basic project. So in the cwbDatabaseCatalog class there is the cwbdbRetrieveForeingKeysInfo method. could tell me...
In a xml file I have a tag of type string, and its content is a code like this: 20-10
When I open the file with excel, automatically this value is transformed in 20-october, and in the excel file is impossible to restore the original value 20-10
I have made an xsd file indicating that this tag...
I'm generating a transform stylesheet (xslt) file with code (Visual basic and the DOM object). I have problems writing the next fragment:
...
<ADDRESS>
<xsl:value-of select="@STREET"/>; <xsl:value-of select="@NUMBER"/>
</ADDRESS>
...
To put the semicolon in...
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.