I am executing an SQL statement in Java and want the results to be stored in a list. The statement is as follows:
SELECT CASE,DATE FROM ...
Will this be stored in the list as CASE,DATE for each entry in the list? Would the list look something like this,
CASE,DATE
CASE,DATE
CASE,DATE
...
where CASE,DATE are the results retrieved from the DB and each one is a new entry...
User Profile
Collapse
-
got it, thanks for your help. -
Help with Java Strings
I have strings in Java where each one is as follows: "Case Number XXX-XXX-XXX"
The "XXX-XXX-XXX" part is different for each string. I want to just extract the "XXX-XXX-XXX" portion of each string. I am assuming this is the third token in the string. What would be the best way of doing this? thanks. -
Here is the html code that should open up in the iframe.
Code:<!-- Version : DHTML Trigger 4.0 --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html lang="en"> <head> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <title>Survey Invitation Page</title> <style type="text/css">
Leave a comment:
-
Iframe Not Working in IE, but fine in Firefox
I am trying to implement a customer survey into our webpages. The survey consists of a javascript file which launches an html file in an iframe. When the user meets certain parameters defined in the js file it launches the iframe. This works fine in Firefox and the iframe is launched perfectly. In IE this does not work at all. When the iframe is supposed to be launched the page goes blank. It does not even continue to load the web page and seems... -
Mail Merge from Access to Word
I have an access database which takes information from a user and then uses the mail merge functionality to merge the data into a word document. I have a lot of subforms in the access database which allows the user to keep entering data if they need to. By this I mean each subform is like a dynamic table (continous form view) and the user can keep entering data if needed. For example, one of the subforms asks the user to enter the names of people...
No activity results to display
Show More
Leave a comment: