Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dboira
  • Content: Threads
  • Order by date
  1. dboira

    reporting defined objects

    I have defined a database with some tables and I want obtain a report for each defined table. How is possible to make this with SQL Server 2005?
  2. dboira

    selectSingleNode with namespace

    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...
  3. dboira

    internet explorer in a window

    It's is possible embed the i explorer in a visual basic window? If yes, please, how it is possible!
  4. dboira

    how to get the foreign keys in AS400table

    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...
  5. dboira

    problems exporting xml to excel

    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...
  6. dboira

    writing a xslt file

    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=&quot;@STREET&quot;/>; <xsl:value-of select=&quot;@NUMBER&quot;/> </ADDRESS> ... To put the semicolon in...
  7. dboira

    number of connections

    How can I know the number of connections to a database from a client?
  8. dboira

    DB2/AS400

    hello! Is there any ODBC driver that permits the AppendChunk method with a database DB2 AS400?

Part and Inventory Search

Back
Top