I can't figure this one out:
I have the following bean:
/*
* CarBean.java
*
* Created on October 2, 2003, 8:36 PM
*/
package com.wrox.cars;
//package Templates.Beans;
import java.io.Serializable;
//import java.beans.*;
/**
*
* @author mike
*/
public class CarBean implements...
I want to be able to duplicate, in some fashion, what I can do in mySQL. In mySQL, I can use the LIMIT statement to grab select data from the middle of a recordset. All I know of for SQL Server is to use SELECT TOP n. However, TOP doesn't help me here.
For example: A recordset has the...
I have a problem where I have a stack of images (a vertical menu) separated by <br /> tags that show a gap between the images in Mozilla. When I remove the XHTML DTD, the gap disappears, but that's not what I want to do to get rid of the images. I suspect that there's a CSS property that I...
IE (and netscape) seem to use a "non-standard" port for FTP. I need to find out what port that is so our network idiots, I mean people ;) can know which port they need to free-up.
Thanks
This is most perplexing and it's preventing my access-driven web app from running. I need to assign IUSR write access to my database. However, when I right-click on it and select Properties, there's no security tab. This computer (a laptop) is not ever connected to a domain and it's rarely...
I installed VS.NET and created a simple .ASPX file. When I browsed it in my browser, I could see all the ASP code when I viewed the source.
Why is IIS sending me the whole file rather than processing it? ------------------------------------
"Unclean beast! Get thee down! Be thou consumed...
In case you're familiar with the book, "Beginning JSP Web Development," their chapter 8 example on pages 185-186 won't compile for me. I get:
com\wrox\Utilities\ArrayListSort.java:6: cannot resolve symbol
symbol : class User
Has anyone else had success with this...
I think a self join is what I need.
I have a table with three columns:
CAT_ID int identity primary key
CAT_NAME varchar(20)
CAT_PARENT int
cat_parent is a primary key which references cat_id (yep, a self-referencing table). I'm doing this because I want to generate a crumb-trail kinda like...
http://www.mike-pulsifer.org/techphilespoc/ttp.htm
The IE Problem: There's a gap between the right edge of the table and the scrollbar of the browser. (works in Netscape)
The Netscape (4.7) Problem: The black vertical lines (left and right side of menu) are displaying as too wide. (works in...
I've got the following code....it returns null values for many of the columns in the query only ifI leave the IF and SELECT in the DO WHILE loop. If I take them out, things SEEM to work. However, that doesn't help.
There's nothing wrong with the db because I wrote a version in ColdFusion and...
If I do the same thing in ColdFusion, the page loads quickly. However, this ASP code seems to have some issues as the page never fully loads. I'm following the logic used in my CF code. Any ideas what's killing it?
All the way up to the "pretty much just some HTML here" area has...
For my forums, I use include files for the header and footer HTML that surrounds the forum output. These file names are stored in the database. I find this a more intuitive and better-performing method than having someone enter all that HTML in a form and then pull it out of a database.
So...
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.