Search Results

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: ray_broome
Forum: ASP.NET Nov 26th, 2008
Replies: 4
Views: 2,584
Posted By ray_broome
okay i set up the ajax control toolkit but i don't see the option to use the template under 'my templates'.

i'm using vwd 2008, any thoughts?

EDIT: never mind, it works regardless. After doing...
Forum: ASP.NET Nov 26th, 2008
Replies: 4
Views: 2,584
Posted By ray_broome
thanks for the help guys, lol i didn't realize it was so simple :)
Forum: ASP.NET Nov 26th, 2008
Replies: 4
Views: 2,584
Posted By ray_broome
Hi,

i'm new to ASP.NET, been using PHP for a while but now getting into ASP.NET/C# and was wondering how i would go about accomplishing the task in the title. I'm still an ASP noob right now so...
Forum: PHP Oct 22nd, 2008
Replies: 3
Views: 3,722
Posted By ray_broome
cool, thanks for the help guys, r0bb0b's solution seems closer to what i'm trying to do though because it is supposed to be an "all or nothing" situation
Forum: PHP Oct 21st, 2008
Replies: 3
Views: 3,722
Posted By ray_broome
Hi,

I have a situation where i am inserting to two tables from a web form but the first table needs to be inserted to so i can get the PK, then use the PK to insert into the second table. So what...
Forum: JavaScript / DHTML / AJAX Oct 15th, 2008
Replies: 0
Views: 2,499
Posted By ray_broome
Hi all,

I'm trying to create a more customized version of the prompt function built in by javascript where i basically use some dhtml to bring up a div made up to resemble the javascript prompt...
Forum: PHP May 15th, 2008
Replies: 2
Views: 3,717
Posted By ray_broome
Hi,

I've got a form with a few text fields, and only today I noticed that when i tried copying some text from an email and pasting it into one of the fields, after submitting to the database (and...
Forum: MySQL May 7th, 2008
Replies: 10
Views: 2,630
Posted By ray_broome
Hi thanks for all the previous help but i've figured it out.

This is the php/sql query i use now:

php:

$sql .= "\nDELETE FROM images WHERE plant_num = ".$_REQUEST['pid']." AND image_id IN...
Forum: MySQL May 7th, 2008
Replies: 10
Views: 2,630
Posted By ray_broome
nope i get back a result

btw i'm connecting as a user with delete priviliges so it isnt that either

i thought it might be the "\n" in the sql string perhaps but i took it out and still got the...
Forum: MySQL May 7th, 2008
Replies: 10
Views: 2,630
Posted By ray_broome
well the query i showed you is what prints out.

DELETE FROM images WHERE image_id = 803 AND plant_num = 2277 LIMIT 1;
DELETE FROM images WHERE image_id = 804 AND plant_num = 2277 LIMIT 1;
DELETE...
Forum: MySQL May 7th, 2008
Replies: 10
Views: 2,630
Posted By ray_broome
thanks, i tried doin that but still get the same basic error.

Query:

DELETE FROM images WHERE image_id = 803 AND plant_num = 2277 LIMIT 1;
DELETE FROM images WHERE image_id = 804 AND plant_num...
Forum: MySQL May 7th, 2008
Replies: 10
Views: 2,630
Posted By ray_broome
I'm trying to carry out the following delete statements
DELETE FROM images AS i WHERE i.image_id = 803 AND i.plant_num = 2277 LIMIT 1
DELETE FROM images AS i WHERE i.image_id = 804 AND i.plant_num...
Forum: JavaScript / DHTML / AJAX Dec 5th, 2007
Replies: 4
Views: 1,832
Posted By ray_broome
well the thing is i'm not interacting with the database at this point. The 'fields' i'm referring to are the html form fields where a user would type things such as a name, etc.

e.g. If i had:
...
Forum: JavaScript / DHTML / AJAX Dec 5th, 2007
Replies: 4
Views: 1,832
Posted By ray_broome
Hi,

I am trying to create a 'simple' admin page where certain (authorized) people can update data in the database or add new info to it. The issue i've run into is after i created the form and...
Forum: MySQL Nov 14th, 2007
Replies: 1
Views: 1,098
Posted By ray_broome
Ok it looks like i got the crashing problem fixed by reworking my query to:


SELECT
CONCAT_WS(' ',g.genus_name,s.species_name,i.rank,i.infraspecies_name,
conf.auth1,conf.auth2) AS...
Forum: MySQL Nov 13th, 2007
Replies: 1
Views: 1,098
Posted By ray_broome
Hi, I have the following query i'm trying to execute:


SELECT CONCAT_WS(' ', g.genus_name, s.species_name, i.rank, i.infraspecies_name, conf.auth1, conf.auth2 ) AS scientific_name, ...
Forum: Database Design Oct 24th, 2007
Replies: 2
Views: 1,351
Posted By ray_broome
oh sorry well i actually got that sorted out on my own, but i basically wanted to know if i should have stored the names as well as the id's in the same table but i ended up just storing the id's and...
Forum: MySQL Oct 11th, 2007
Replies: 5
Views: 2,169
Posted By ray_broome
ok i got the data loaded. I was using phpmyadmin's import feature and i was selecting the 'CSV' radio button but i changed it to 'CSV using LOAD DATA' radio button and that worked. I figured...
Forum: MySQL Oct 10th, 2007
Replies: 5
Views: 2,169
Posted By ray_broome
ok cool thanks i'll check them out and/or some other ones possibly
Forum: MySQL Oct 10th, 2007
Replies: 5
Views: 2,169
Posted By ray_broome
hey thanks

i have another quick question tho, in this same table not every entry will have an "infraspecies_id" or "syn_genus_id" (two fields from the table) and i want to set them as NULL in...
Forum: Database Design Oct 9th, 2007
Replies: 2
Views: 1,351
Posted By ray_broome
I posted a similar question in MySQL section before but i think this one might be more general/easier to understand (hopefully):

I'm doing a database (in MySQL) of different plants which is gonna...
Forum: MySQL Oct 8th, 2007
Replies: 5
Views: 2,169
Posted By ray_broome
Ok, i have a database where i'm storing information on plants and in one of the tables is a plants table:

here's the first few fields in the table plants:

plant_id, family_id, genus_id,...
Forum: Java Mar 8th, 2005
Replies: 6
Views: 6,463
Posted By ray_broome
Thanks, i realized i would have to do it this way after a little tinkering. I am coming from C++ so i have to get used to certain things in Java :) ( I miss my operator overloading :cry: )
Forum: Java Mar 3rd, 2005
Replies: 6
Views: 6,463
Posted By ray_broome
Hi,

I am writing a java application where i am trying to create an arraylist of "Item" objects. An Item has certain methods such as getStartValue(), etc.

What i am trying to do is to access an...
Showing results 1 to 24 of 24

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC