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 Wanet Telecoms Ltd 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: archer2002
  • Content: Threads
  • Order by date
  1. archer2002

    How to fetch UNIQUE IDs from XML tree

    Hello, I have the XSLT question. I have the XML like <nodes> <node id = &quot;1&quot;/> <node id = &quot;1&quot;/> <node id = &quot;1&quot;/> <node id = &quot;2&quot;/> <node id = &quot;2&quot;/> <node id = &quot;2&quot;/> <node id = &quot;3&quot;/> <node id = &quot;3&quot;/> <node id =...
  2. archer2002

    Jet SQL remote execution problem

    Hello there. I have such problem: I have simple VB module in Access with some function Public Function ABC() as String ... ABC = &quot;Hello all&quot; End Function When I access this function from Access, using SQL: SELECT ABC(); I have normal result &quot;Hello all&quot;. When I access this...
  3. archer2002

    class file has wrong version 48.0m should be 47.0

    Hello all. I got the problem with J2SDK1.4.1 on JDeveloper 9.0.3 I try to deploy some project to standalone OC4J AS, but got the message: ---- Deployment started. ---- Dec 11, 2002 8:41:19 AM Wrote EJB JAR file to /home/archer/Work/Java/Hipbone/HipboneWeb/deploy/ejb.jar Wrote EAR file to...
  4. archer2002

    VBA function vs STORED PROCEDURE

    Hi there. I'm fresh with MS Jet SQL, so I have the question. I need to implement something like STORED procedure in Access and suppose to do that using VBA functoin in SELECT/INSERT statements. But. It is easy to make function which returns ONE value, is that possible to make the function wich...

Part and Inventory Search

Back
Top