Hello, I have the XSLT question.
I have the XML like
<nodes>
<node id = "1"/>
<node id = "1"/>
<node id = "1"/>
<node id = "2"/>
<node id = "2"/>
<node id = "2"/>
<node id = "3"/>
<node id = "3"/>
<node id =...
Hello there.
I have such problem:
I have simple VB module in Access with some function
Public Function ABC() as String
...
ABC = "Hello all"
End Function
When I access this function from Access, using
SQL: SELECT ABC();
I have normal result "Hello all".
When I access this...
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...
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...
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...
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.