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

    clobber the classpath?

    Hi guys, Whenever I try to compile and run simple hello world program, it compiles fine but when i rty to run it it gives me this error: Exception in thread "main" java.lang.NoClassDefFoundError However when I set my classpath to blank it compiles and runs fine. But the problem is...
  2. refulgent

    MVC design pattern question

    Hi Everybody, I have an CGI (with Perl) app that became hard to support and modify over time. I did some research and came to the conclusion that it would be good to rewrite it using the oo Model VIew Controller design pattern. However I am not sure whether it will be easier to simulate MVC in...
  3. refulgent

    Form submitted by a script instead of a user

    Hi Everyone, I am wondering if it is possible to write a script that will submit a form that it doesnt necesserily have control of. For examle if i want to do google search for apples, this script will submit the google form with a keyword 'apple' and show only results, instead of me going to...
  4. refulgent

    c++/cgi/oracle resource

    Hi, I am about to create an application in c++ running under unix. It is going to be web based front end and database on the back end. I was wondering if anybody knows good tutorials/resources on the following two topics: 1. cgi with c++ 2. connectivity with oracle database in c++ Thank you...
  5. refulgent

    ldap question

    Hi Guys, I am not sure i got the right forum..but my question is this.. I am looking for a code to retrieve user id from LDAP given that first name and last name are provided. Thank you in advance, kate
  6. refulgent

    Hi All, I am looking for the per

    Hi All, I am looking for the perl function that will tell me the name of the file from which my current file is being called. Is there such thing at all?? Thank you in advance, Kate
  7. refulgent

    alter field

    Hi All, I need to increase length of the field in a table. The only way known to me was to drop the entire table and recreate it with bigger fields. However, now i need to keep my data...is there any way that can help me to increase the size of the field (like 'alter field' command or...
  8. refulgent

    compilation problem

    Greetings, I am trying to compile my c++ program (it was compiling and running on different unix server) but i get this error: g++ generator.cpp /usr/ccs/bin/as: "/var/tmp/ccVX263x.s", line 4874: error: can't compute value of an expression involving an external symbol I...
  9. refulgent

    JavaScript to Perl

    Hi Guys, I have the following question.... My current page has a pull down menu and submit button, when user clicks on submit data gets retrieved from database and then displayed on the page. I wanted to change it so that submit button functionality would be replaced by javascript code so...

Part and Inventory Search

Back
Top