Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~14.0K People Reached
Favorite Tags
Member Avatar for kahaj

I only have experience using pretty basic Oracle. However, I'm now in need of a better understanding of SQL. I'm trying to write a query using CASE statements (as this seems to be the best approach), but am admittedly lost at the moment. Here is what I have as a …

Member Avatar for ugi.nagesh
0
334
Member Avatar for kahaj

Hello all, I have a .zip file which is stored within a BLOB file. Using SQL Developer, how can I extract the .zip file from the BLOB in order to either open the file or store it on my local drive? I've never dealt with Zip files in BLOBS prior …

Member Avatar for debasisdas
0
132
Member Avatar for kahaj

I'm attempting to run a few Subversion commands on the command line of WinXP, but it keeps telling me: " 'svn' is not recognized as an internal or external command, operable program or batch file" I'm pretty new to SVN, so I don't know why its not working. Obviously there's …

Member Avatar for gusano79
0
102
Member Avatar for kahaj

I'm new to web development. I'm using JSPs and need to access a stored procedure (SQL) in order to draw information from a database table, parse the data, and display the parsed information. How would I (conceptually) approach this?

Member Avatar for peter_budo
0
56
Member Avatar for kahaj

I'm having a terrible time understanding this for some reason. I'm supposed to be creating a Class to "Define four private instance variables to represent each property value Use the above variables to define a constructor Establish a property to correspond with each variable which allows user to set or …

Member Avatar for Yase
0
102
Member Avatar for kahaj

I'm trying to perl -w the following: [code] #bonus.cgi - calculates a bonus amount and rcreates a dynamic web page which contains form data & a bonus amount print "Content-type: text/html\n\n"; use CGI qw(:standard); #prevent Perl from creating undeclared variables use strict; #declare variables my ($name, $sales, $rate, $bonus); #assign …

Member Avatar for d5e5
0
332
Member Avatar for kahaj

I have a Windows XP at home and a Windows 7 laptop. I connect to the internet at home with a cable connection. I've tried searching for stuff online, but have come up short. Does anyone know of a good guide to accomplish this or who is willing to share …

Member Avatar for kahaj
0
120
Member Avatar for kahaj

I'm using Fireworks 8. I'm trying to apply a style to some text. For some reason, in the Styles Pane under Assets, it's totally blank. There's not one style there to choose from. Anyone have any idea what is going on and what I can do to rectify this?

Member Avatar for kahaj
0
115
Member Avatar for kahaj

I'm having some issues getting my menu to work right. I'm trying to make it so that when the top of a given category has the mouse over it, it creates a flydown of the submenu. Also, on the mouseover of both the top menu and submenus, i want it …

Member Avatar for kahaj
0
119
Member Avatar for kahaj

My desktop computer is running Windows XP and my laptop is running Windows 7. I went through my desktop and created a network disc (on a jump drive). When I initially run this on the laptop, it sees the desktop, lets me access everything on the desktop that I need …

Member Avatar for kahaj
0
127
Member Avatar for kahaj

I've been doing hours of research online and haven't been able to find any solid information. I'm trying to create two OS masks, one for XP and one for 2k. I have most of the things done that I'm trying to accomplish, but have run into a few problems. For …

Member Avatar for OlyComputers
0
93
Member Avatar for kahaj

How can you access the Start Menu from a VB form for both Windows XP & 2000? I've done a lot of research and haven't found anything that works for this.

Member Avatar for me655321
0
92
Member Avatar for kahaj

First off, let me be honest in saying that this is homework. I am not asking for it to be done for me, merely some help in figuring out what I have messed up. Secondly, I am not good with VB, nor do I particularly care for it, but seeing …

Member Avatar for TomW
0
102
Member Avatar for kahaj

For some reason, line 67 is saying, "variable ddOption may not have been initialized. However, on lines 80 & 93, that variable is used and works just fine. Any idea of what's wrong here? (I omitted some of the code in the middle section. [code] //ShapeCalculator.java import java.util.Scanner; public class …

Member Avatar for kahaj
0
116
Member Avatar for kahaj

How would I draw a shape in an applet and have the border one color with the fill a different color?

Member Avatar for kahaj
0
83
Member Avatar for kahaj

I've been trying to look up an answer to this online, before having to post it to the board. All I've managed to do with what little info I've dug up is to confuse myself. How does one go about accessing some sort of standard dictionary for C# (or .NET …

Member Avatar for vinnijain
-1
126
Member Avatar for kahaj

I just finished this project, thought I had it done, but on line 1, it's telling me, "incorrect Package". What am I missing here? [code] import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.io.*; public class JavaNotepad extends JFrame implements ActionListener, KeyListener { boolean txtChanged = false; String fname = ""; …

Member Avatar for llemes4011
0
193
Member Avatar for kahaj

I'm attempting to construct an array of user defined information. For the life of me, I cannot figure out how to place the user's input into the array or how to disallow more than 5 values to be placed into the array?

Member Avatar for DdoubleD
0
85
Member Avatar for kahaj

I'm using documentation on sun.com to try and learn Java. I was trying a simple Notepad type program but cannot get the menus to display. I'm receiving no errors and cannot figure out what I've done wrong and/or left out. [code] import javax.swing.*; import java.awt.*; import java.awt.event.*; public class NotepadInJava …

Member Avatar for majestic0110
0
231
Member Avatar for kahaj

When you know that a value will be very small (single digit), wouldn't it make sense to use Int16 instead of Int32? It seems that the least amount of memory required for every variable would be preferable.

Member Avatar for kahaj
0
77
Member Avatar for kahaj

I know that I don't have this just right, but I'm not sure how to get it just right. I've tried several different things and have been unsuccessful in all of them. Any tips? Also, by using [code]DisplayIntroMessage()[/code] near the end, will that bring up the method to begin the …

Member Avatar for roswell67
0
104
Member Avatar for kahaj

I'll post my code after my questions. 1. Near the very end, I have DisplayIntroMessage() called for the event that the user desires another order. Is this all that I need to do to restart the process? 2. If that is all that is needed, what is the easiest way …

Member Avatar for jatin24
0
110
Member Avatar for kahaj

I'm having some trouble getting the times to show up correctly. inputTime is running fine, but neither displayStandardTime nore displayMilitaryTime is displaying. I've been playing with this for a couple of hours and can't figure it out. I'm probably missing something small, but it's driving me nuts in a big …

Member Avatar for kahaj
0
143
Member Avatar for kahaj

I'm toying around with Java trying to familiarize myself with the basic GUI stuff. I can't get my program or my text field inside of it to center on the screen. For the Simple... file, I've tried using the [code]theTextArea.setLocation(15, 30);[/code] and [code]//theTextArea.setAlignmentX(CENTER_ALIGNMENT); //theTextArea.setAlignmentY(CENTER_ALIGNMENT);[/code] seperately. When I have either of …

Member Avatar for kahaj
0
156
Member Avatar for kahaj

I'm attempting to learn Java. I'm finding it to be frustrating and quite foreign from most other languages. I have something here typed exactly as the book has it. According to the book, it should be working, but it's not. Any tips would be SO great! I really feel like …

Member Avatar for javaAddict
0
119
Member Avatar for kahaj

How would I nest a do...while loop in an if...else statement. I'm trying to require the user to input a value of 5 or less. If not, then THIS takes place WHILE the var is > 5.

Member Avatar for jatin24
0
50
Member Avatar for kahaj

Before the sum is given, the program closes. What's causing this? [code] #include <iostream> //function main int main() { //var declarations int number1; int number2; int sum; std::cout << "Enter first number: "; std::cin >> number1; //read first integer from user into number1 std::cout << "Enter second number: "; std::cin …

Member Avatar for PRATS 1990
0
98
Member Avatar for kahaj

How do I use a submit function to ensure that a name field only has letters, zip code field only has numbers, etc. w/ Javascript when submitting a form?

Member Avatar for TnWbDzgnr1996
0
155
Member Avatar for kahaj

When a page is generated and has a form in it, can the form's action be to access a subroutine elsewhere in the script?

Member Avatar for KevinADC
0
84
Member Avatar for kahaj

I'm trying to access a cgi script when a form is submitted. With that script, I want to display a page that basically says, "Is this info correct?" and show them what they entered. Then, if they hit "Yes", I want to send an email to myself with their info. …

Member Avatar for kahaj
0
141