I am having trouble with setting up a lvarchar field.
I want to save an actual string of text up to 1500 chars,
so when i do an insert it will be a string and not a file.
does anyone have a alter table code example, and then an insert stmt example?
Thanks!
-R
I have a table with data on a web page, I would like for
a button/link that when clicked open the users local
Excel and imports the table data on the fly. I know you can open Excel and then import web table data, I just want to do it the other way around.
Thanks!
-R
The page is already using a cgi script now, I need to add
another script, is their a way to make 2 scipts run one after another? (w/ 1 submit button)
(ie <FORM ACTION="formemail.cgi,saveToDatabase.cgi" METHOD="POST"> yeah right:)
(I cant combine the 2 scripts into 1)...
Thanks,I also needed to add all the .jar files to the classpath. My only other question is does it make a difference if I do it as root, or will it be fine under my login?
-R
My cron seems to do nothing
I have my crontab set up as follows
01 * * * * java /wic/local/bea/wls/BCP_email
(01 to test)
'java BCP_email' --> works fine
and when i save it writes to a tmp file
/tmp/crontab66onqa
Should it be saving to a tmp file?
also to invoke a java file is the crontab...
What is the best way to automate a process? I need to send emails sent out the last day of the month with various database info. Can a cron run a class file? or should a servlet be involved? I have no idea where to start.
Thanks
-R
Is there a way for a select box to allow the user to still type in a value if none of the option will suffice?
I dont think there is, but I still want to double check.
-Thanks!
R
I am tryimg to do a dynamic combo box so I am using JSP to switch the 'selected' in and out. Problem is it breaks the HTML. So I need to assign the 'selected' value somehow.
Something Like
<option value="Fecci" selected="false">Fecci </option>
OR
<option...
In general what should be in a javabean, how should they be separated,(all database calls from 1 bean?), it seems like you can put mostly everything in beans but then you have to write more code than ever to get the data back to the web page? Just wondering how to effectively use them.
Also EJB...
i have a mulitple select box so my post looks something
like.
?cboExecutives=rolf&cboExecutives=tehjile...
(so cboExecutives is used over and over for each selected)
When I use request.getParameter it only takes the first one,
(ie rolf) how do i have it loop to collect all the data?
Thanks...
nervermind, I came up with a solution,
<%@ page import="java.util.Calendar"%>
Calendar calendar = Calendar.getInstance();
int tempMonth = calendar.get(Calendar.MONTH);
int tempYear = calendar.get(Calendar.YEAR);
-R
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.