Forum: JSP May 14th, 2009 |
| Replies: 0 Views: 487 I am using Apache Tomcat 6.0.18 on a Windows Server that also has IIS.
For IIS I can enable Integrated Windows authentication to fetch the
Intranet Windows login username using ColdFusion.
Is... |
Forum: Oracle Mar 30th, 2009 |
| Replies: 1 Views: 777 I just loaded the 10g client EM on my Windows workstation to connect to our 10g database.
Everything works great except I dont see any place where I can edit records. I have to use SQL Plus to edit... |
Forum: ASP Feb 23rd, 2009 |
| Replies: 1 Views: 499 I have a ASP web application working with SQL Server. It has around 500 records and it works great. Now my management wants to redo the application for the 5th time in the last several months. The... |
Forum: PHP Feb 23rd, 2009 |
| Replies: 3 Views: 391 I have a PHP (version 5) site on a Windows server that allows uploading of files into our Windows server. I currently allow the user to upload up to 10 files at once. If users upload files as big as... |
Forum: ColdFusion Jan 29th, 2009 |
| Replies: 1 Views: 1,115 I use CFFile to upload files all the time on the same server Cold Fusion 8 is located on.
Now I want to use CFFile to upload files on another server.
Everytime I put in the destination directory... |
Forum: Windows NT / 2000 / XP Jan 26th, 2009 |
| Replies: 1 Views: 528 I have web pages on a Windows 2000 intranet web server that uses IIS. Everyone has to use Windows Network login to get into the Intranet. I need to restrict who can view Intranet web pages which are... |
Forum: PHP Jan 21st, 2009 |
| Replies: 0 Views: 467 I am using PHP 5.2.5 to insert record into Oracle 9i.
For my database input I was getting two duplicate record inserts when I only needed just one record.
Here is what I had:
... |
Forum: Java Jan 13th, 2009 |
| Replies: 4 Views: 1,447 This is in a Java Helper class only and is not extending a servlet. |
Forum: Java Jan 12th, 2009 |
| Replies: 4 Views: 1,447 For my Java class with resultset I am trying to get the request.getParameter value.
Please advise if this is the correct way use the request object in a Java class because I cant seem to get any... |
Forum: PHP Oct 7th, 2008 |
| Replies: 4 Views: 614 I am thinking of going with ColdFusion Enterprise over my current PHP. We do alot of web apps working with MySQL and Oracle.
I have no problem paying for it compared with free PHP because I hear... |
Forum: JSP Oct 2nd, 2008 |
| Replies: 19 Views: 5,973 peter_budo,
Your tutorial is great! It fully explains MVC working with database and your descriptions are very clear and helpful. Thanks!! |
Forum: JSP Sep 29th, 2008 |
| Replies: 1 Views: 843 I have a Form input field in my JSP:
<input name="nickname" type="text" value="<%= NameClass.getInfo() %>" />
How do I make sure this data is escaped correctly to be able to show quotes and... |
Forum: Oracle Aug 26th, 2008 |
| Replies: 0 Views: 1,239 I need to export 20 small records from one table in Oracle 9i into an xml file. Each record has 4 fields.
Please advise if I can do that and what the command would be in sql plus. |
Forum: PHP Jun 29th, 2008 |
| Replies: 4 Views: 518 I tried translating it to Java and its not working. I am trying (in Java) to take the results and return it as an array, where each field of the row is in an array key.
Please correct my... |
Forum: PHP Jun 29th, 2008 |
| Replies: 4 Views: 518 I am trying to translate the PHP script into Java. If anything please advise what or how this translates?
PHP:
if(isset($_GET['getClientId'])){
$res = mysql_query("select * from tableOne... |
Forum: ColdFusion Jun 26th, 2008 |
| Replies: 1 Views: 1,326 I have form.mydata coming to my action page with comma delimeter value:
adam,joe,ben,steve,jill,andy,david
I want to seperate them and it works inside this loop:
<cfset myd = "">
<cfloop... |
Forum: MySQL Jun 26th, 2008 |
| Replies: 1 Views: 574 Does a Database driver come with MySQL 4.0.1 database download?
Or do I have to download additional software to get the ODBC driver? |
Forum: Oracle Jun 25th, 2008 |
| Replies: 3 Views: 1,442 Thanks, the interesting part it always lightning fast speed on my local workstation and on some days like today it is fast on the Production server even when I have many hits on it today. On other... |
Forum: Oracle Jun 24th, 2008 |
| Replies: 3 Views: 1,442 I have a JSP that works with an Oracle 9i database.
On my local windows workstation (using Tomcat) where I developed the JSP the application processes very quickly working with the Oracle... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2008 |
| Replies: 2 Views: 813 I want to make sure at least 3 characters are entered into a search field.
For example I dont want this to go by where it has spaces in beginning and space between 2 characters: a b
Is... |
Forum: ColdFusion May 18th, 2008 |
| Replies: 1 Views: 1,430 r CF MX 7 the CF admin setting for database queries timeout is set at 100. Because of this some of my queries timeout and give me back a timeout message.
I am trying to overwrite it in my cfquery... |
Forum: JSP Apr 17th, 2008 |
| Replies: 1 Views: 1,158 I have all my webapps in Tomcat 4.1.27. All of them were compiled using JDK 1.4.
Now I need to move the Tomcat 4.1.27 webapps to Tomcat 6.0.16.
Do I need to recompile all my Java class files... |
Forum: PHP Apr 10th, 2008 |
| Replies: 2 Views: 562 What advantage does PHP have over Cold Fusion besides being free and Cold Fusion cost money.
I see alot of examples of procedural scripts in PHP whereas Cold Fusion has MVC framework type Fusebox... |
Forum: PHP Mar 2nd, 2008 |
| Replies: 1 Views: 508 I need to do an SSI include in my PHP web page located on a Unix web server, but cant seem to get it to work.
<!--#include virtual="http://anotherServer/thepage.asp" -->
Please advise. |
Forum: ColdFusion Jan 28th, 2008 |
| Replies: 1 Views: 1,638 For the past 5 years I been using DSN connections to connect to Oracle in my Cold Fusion. Is there any other way to connect in Cold Fusion MX 7 without using DSN?
<CFQUERY NAME="query_name"... |
Forum: JavaScript / DHTML / AJAX Jan 28th, 2008 |
| Replies: 6 Views: 3,531 I am trying to create a page where it will look the same if the screen is resolution 1024 x 768 or if the screen is resolution 800 x 600.
The below finds the resolution but the page looks... |
Forum: PHP Dec 27th, 2007 |
| Replies: 1 Views: 887 I have done a little PHP and end up using Model 1 architecture combining Model, View and Prensentation where it ends up looking like "spaghetti" scripting.
For PHP, how would I use the equivalent... |
Forum: PHP Dec 20th, 2007 |
| Replies: 4 Views: 2,504 I have my PHP inserting into Oracle 9i.
But how do I prevent duplicate record entries?
I only have 3 fields in the insert in the action page and my below attempt doesnt output anything or insert... |
Forum: Java Dec 9th, 2007 |
| Replies: 1 Views: 1,649 I have a class that fetches a record but dont think I need to use List object because I am fetching one record and not an array of records.
public List getRecords(){
ResultSet rs =... |
Forum: Java Nov 21st, 2007 |
| Replies: 2 Views: 1,813 |
Forum: Java Nov 19th, 2007 |
| Replies: 2 Views: 1,813 I have a Date insert that is formatted into an Oracle 9i database and it works.
But I had to make the Date variable a varchar2 in Oracle to get it to work:
java.sql.Timestamp myd = new... |
Forum: JSP Nov 15th, 2007 |
| Replies: 1 Views: 1,142 I have a Servlet that checks for information and if there is an issue it forwards the message to presentation page (JSP). Now I want to stop using conditions in scriptlets in the JSP. Please advise... |
Forum: Java Nov 13th, 2007 |
| Replies: 3 Views: 820 Thanks for the info. I made some changes and I hope this is okay?
public class DbWork
{
private Connection connection;
public DbWork() {
connection = new... |
Forum: Java Nov 12th, 2007 |
| Replies: 3 Views: 820 I created a Java class that inserts and updates an Oracle 9i database. I am running single insert and single update statements.
The below is what I have been using and was wondering if it is... |