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!

Recent content by archer2002

  1. archer2002

    How to fetch UNIQUE IDs from XML tree

    Thank you. Very helpful solution. Sincerely, Arsen
  2. 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 =...
  3. 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...
  4. 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...
  5. archer2002

    VBA function vs STORED PROCEDURE

    Dear JeremyNYC, it seems, that I have described my problem not properly. So, I suppose that this example will explain what do I mean. I have the query SELECT sp_GetData(1,2,3); and the VBA Function Function sp_GetData(p1 as Integer, p2 as Integer, p3 as Integer ) as Array ..... ' SOME...
  6. 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