I would like to write some SQL to gather all of the records that meet the condition of todays date and everything prior to 365 days...
where field1 (DATE now <= 365 days)
can someone provide a better way of doing this in SQL?
Thanks!
Dano
What's your major malfunction
I would like to write some SQL to gather all of the records that meet the condition of todays date and everything prior to 365 days...
where field1 (DATE now <= 365 days)
can someone provide a better way of doing this in SQL? Database is Oracle 11g.
Thanks!
Dano
What's your major malfunction
Is there a mod or filter i could use for apache to remove say <!-- --> tags from a html page before displaying the html page?
Dano
What's your major malfunction
Is there a way in WebSphere to make a map a URL call, i.e. "a href=" in a JSP to located a WebSphere hosted file system to retrieve a file?
i.e. <a href="<virtual host>\project\files"></a>?
Thanks in advance.
Dano
What's your major malfunction
Thanks Dude!
Taking the code a little further...the primary file object needs to be on the page. So I want to create a <div> cell that contains the file reference and update the value.
var f = document.forms['upLoadBy'].elements['primaryFile'+row].value;
if(f == null || f == ""){...
Having a troubles grabbing a dynamic input name object when calling the onClick="" event. How do I apply the parameter "row" to the primaryFile object so that when a user clicks on the button, the function only uses that row?
function uploadFileWindow(row){...
I need to update some records by removing prefixes from a value in several hundred records.
current value is "UUU\joeuser"
need the value to be "joeuser"
How would I write the SQL query to update multiple records in the database so that the prefix is removed?
UPDATE Table
SET dUser = '%\%'...
I need to update some records by removing prefixes from a value in several hundred records.
current value is "UUU\joeuser"
need the value to be "joeuser"
How would I write the SQL query to update multiple records in the database so that the prefix is removed?
UPDATE Table
SET dUser = '%\%'...
I'm trying to build a process similar to Google's "Did you mean". If a user types in a word, I want to display the similar sounding word(s) and corrections to the word. Anyone know of a similar Java API?
Dano
What's your major malfunction
The BEA portal application will be call center information website were about 12,000 users will be using this app for policies/ content viewing. I work for a content management company and I'm implementing the companies API into call center portal application. There is already an established...
The Java pattern I was thinking of using would be JSP (portal), Tag Libs, Interface classes, DAO/Value objects.
Any other suggestions/changes?
Thanks!
Dano
dan_kryzer@hotmail.com
What's your major malfunction
The code is from an existing developer :) ...I want leverage the code (AD calls) he had with the new code. Thanks for the critiques.
getIntranet and getExtranet are function parameters passed when the function is called.
Public Function loadAllMetaForCache(ByVal getIntranet As Boolean, ByVal...
I have code in a VB 6 app that scans thru a single forrest right now and I'm trying to figure out how to grab the second forrest. What does Global Catalog give me for Acive Directory? Both forrest can be accessed by the single server (MS domain), what code segements do I need to add to scan for...
I would like to create a script that could save me some time in creating websites within IIS. A on-time script where I can build the VD, something to start with so I can understand what IIS needs.
Thanks.
Dano
dan_kryzer@hotmail.com
What's your major malfunction
Has anyone ever used the POI API to update MS document properties before? I found an example here:http://jakarta.apache.org/poi/hpsf/how-to.html
but when I tried the example, it doesn't appear that the latest POI jar file(s) have the Classes MutableProperty, MutablePropertySet, MutableSection...
I something similiar to the post(s) about ZIP compression and I would like to know how to convert the snippet to stream binary files to a zip file.
String file = "C:\\test.zip";
String[] args = { "C:\junk.pdf" };
//FileOutputStream f = new FileOutputStream(file)...
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.