English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - July 2006

[Selected]: All categories Computers & Internet Programming & Design

You don't have to show me the solution. I just need help understanding what this question wants.

I think the question is referring to the PRODUCT_ORDER table and the PURCHASE_ORDER.

PRODUCT_ORDER
order_id order_date ship_date payment_type total customer_id

PURCHASE_ORDER
po_no po_date product_id quantity supplier_id

PRODUCT
product_id product_name quantity_in_stock reorder_point price supplier_id reorder_qty

I just don't understand what they want me to use the AVG function on.

I'm using Oracle as the dbms.

2006-07-24 23:42:39 · 2 answers · asked by Anonymous

I want to secure my asp.net page so that the valid user can access the page.

2006-07-24 23:12:36 · 2 answers · asked by dipak 2

im building a menu for my web site using asp.net and xml to store the menu content.

The content is then pulled in to a web user control with a tranform where i can attach both client and server side scripts to the menu.

im having a spot of bother with attaching events to different submenus within the control using the xsl.

the code block goes something like this ...


javascript:ShowThisObject('');


everything except the value of element seems to be doing its job
the output i get on the page goes something like this ...

onmouseover="javascript:ShowThisObject(' ');"

and of course this is nested inside an elements opening tag to which i want the script attached.

my question is ...

How do i get it to output the custom and constantly changing object id's in the attributes content ?

2006-07-24 22:57:31 · 3 answers · asked by Anonymous

2006-07-24 21:58:12 · 4 answers · asked by shanthi v 1

create table clients(Clientid int, Clientname varchar(30), Contactperson varchar(20), Contactnumber nvarchar(30), Emailid nvarchar(50), Address varchar(100), Clientagency varchar(30), Issuedate datetime, Payment nvarchar(30))
insert into Clients values(00001, 'Timesjob.com', 'Boopathiraja and Madhu', '9841050214 and 985632410', 'rajesh_sep09@yahoo.co.in', 'No 10 govindan st Ayyavoo colony Aminjikarai ch-29',null, null, 'Rs.28080')

on execution gives the following statement:
String or binary data would be truncated.
The statement has been terminated.

what can i do?

2006-07-24 21:52:54 · 3 answers · asked by Rajesh K 2

tell me how i can sell the product ruby language

2006-07-24 21:47:29 · 1 answers · asked by chandan 1

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=76140123

2006-07-24 21:26:39 · 6 answers · asked by Anonymous

2006-07-24 21:18:23 · 3 answers · asked by irvineking2001 1

I want to make a small booklet (prospectus) with 4 pages cover and back cover and it will include some pics. The dimensions of the booklet (prospectus) will be 15cm horizontally and 11cm vertical. I wanna know how much are these dimensions in pixels and how many dpi i must choose.

Thank you in advance

2006-07-24 21:04:45 · 3 answers · asked by maria g 2

Word may be like India, Hindu, Delhi etc.

I means i can choose certain words and related news will displayed in a particular section of my website.

2006-07-24 21:02:26 · 3 answers · asked by AshishBatra 5

create table Plustwomarks(subject varchar(20), marks int)
insert into Plustwomarks('English', 175)

when i execute this i get a statement like this:
Line 1: Incorrect syntax near ')'.

what should i do. I have tried everything

2006-07-24 20:54:00 · 10 answers · asked by Rajesh K 2

2006-07-24 20:41:33 · 5 answers · asked by 234234234 2

2006-07-24 19:37:50 · 3 answers · asked by anoop_rakshit 1

I have 200 Vertices (X,Y) with the step of 1.8 Degree Rotation. In Which Y remains same in all 200 Vertices. Now my problem is How can I Plot them in 3D. (I mean How to find (X,Y,Z))

2006-07-24 19:13:07 · 3 answers · asked by denish c 1

I'm interested in learning some programming beyond HTML and CSS, and I'm wondering where to start. I'm intrigued by Ruby On Rails, but maybe I should start with JavaScript. Or PHP, MySQL, Python... or maybe those are all a little apples and oranges... What do you suggest?

2006-07-24 19:02:17 · 3 answers · asked by Ted P 1

I'm an aspiring high school student who wants to learn computer programming in my spare time. I plan on doing simple programs for now, but later I might set up my own design company. What's the best computer programming language for me to learn?

2006-07-24 18:27:51 · 11 answers · asked by Jim S 2

2006-07-24 18:25:02 · 3 answers · asked by Anonymous

I am helping my brother with a boy scout merit badge tracker that he has and wants to produce a report for the parents of when the badges are completed. I know its possible, I am just drawing a blank.

2006-07-24 17:13:23 · 3 answers · asked by ryno_shdw 1

I'm in the process of making a (semi-basic) script based on the PHP random function, and I want the text file where the random files are listed to be modifiable without using FTP. With a password and such. I've never had luck with this stuff in the past, so I was wondering if someone could point me in the right direction. Thanks!

2006-07-24 16:17:49 · 3 answers · asked by anon 1

It's still in Text format, stored as a .java file. How do I compile? I can't find a program anywhere.... I'm not quite understanding this. I understand how to program, but my book is old and it teaches the old JAVAC command from MSDos.

2006-07-24 16:04:35 · 4 answers · asked by Rockstar 6

I thought that basic mathematical operations would work, but it did not. I am thinking that if I could convert that character value to an integer and vice versa it would work to do the mathematic operation, but I am not certain if that is even possible. It would probably be in the string library I think?

2006-07-24 16:00:18 · 5 answers · asked by Bucky 2

I want to know how to make a website to just attach a link to it and send to my friends and I want to be able to add pics and colors and stuff kinda like a scrapbook online any suggestions

2006-07-24 14:43:44 · 2 answers · asked by ThE OnE aNd OnLy ..PEPSIGIRL 2

se = 5
sc = 3.7
sm = 8

pe = 6.3
pm = 5.7
pc = 4.3

PRINT "enter 'S' for sale, or 'P' for purchse"
INPUT t$

PRINT "enter amount"
INPUT amt


PRINT "enter 'E' for ComExc, 'C' for CottExc, 'M' for Mer"
INPUT e$

IF t$ = "S" THEN
IF e$ = "E" THEN rate = se
IF e$ = "C" THEN rate = sc
IF e$ = "M" THEN rate = sm
END IF

IF t$ = "P" THEN
IF e$ = "E" THEN rate = pe
IF e$ = "C" THEN rate = pc
IF e$ = "M" THEN rate = pm

END IF

C = rate * amt / 100

PRINT "Commish = ", C

2006-07-24 14:34:51 · 3 answers · asked by 812BOSS 1

i am creating a web page , and would like to put a username and password in the first page
i use dreamweaver

2006-07-24 14:21:59 · 1 answers · asked by bjorge30_2000 1

I'm trying to make a web based mp3 player that will match my website, but the programming only handles MIDI and WAV . Is there an upgrade for playing mp3s, or do i just need new language? If I need new language, what do I change?

2006-07-24 14:16:08 · 2 answers · asked by Rockstar 6

fedest.com, questions and answers