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: viper2003
  • Content: Threads
  • Order by date
  1. viper2003

    returning a class from a Session EJB

    I have an session ejb(MyEJB) that calls a class(skuObj.class) with a bunch of getters and setters, I retrieve a record from the database and set the row to the class like this skuObj.setSKU(the value from db).. and so on. after that I return the class object.So my ejb Method looks like this...
  2. viper2003

    Help adding and retrieving Arrays in an ArrayList

    I need some help with an ArrayList problem, I will write the code and expalin it and at the end will describe the problem. JSP ========================================================================= 1)I get a java.sql.ResultSet from an ejb to my jsp...
  3. viper2003

    ODBC in powerbuilder using a INI file??

    I have an application running in powerbuilder 9 using a microsoft access database, here is the connection code I use in my main window open event SQLCA.DBMS = "ODBC" SQLCA.AutoCommit = False SQLCA.DBParm =...
  4. viper2003

    Help deploying a webapp in tomcat 4

    I am using tomcat 4.1.24 and I am having problems deploying my webapp I place my application folder under the $CATALINA_HOME/webapps and add the following entry in my server.xml configuration file <Context path=&quot;/intranet&quot; docBase=&quot;/usr/local/tomcat4/webapps/intranet&quot...
  5. viper2003

    DNS with two different networks, Help!!!

    Hello windows gurus, My company needed a vpn solution for their network, so I used two linux boxes at both ends comunicating through ipsec. My first and more important network has a 192.168.1.x ip network with 255.255.255.0 netmask and my second network has a 192.168.0.x ip network with a...

Part and Inventory Search

Back
Top