Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
j-query
- Page 1
Query timeout expired when doing update to rs
Programming
Web Development
14 Years Ago
by erioch
…]Microsoft OLE DB Provider for SQL Server error '80040e31'
Query
timeout expired /Users/remind.asp, line 76 [/CODE] so…quot;" randomize for ind=0 to 5
j
=rnd(35) if
j
<26 then password=password & chr…(asc("a")+
j
) else password=password & chr(asc("0"…
query order problem
Programming
Databases
15 Years Ago
by eeyc
Hii I Have Facing with Order problem i try to
query
From Table it go like this -> [code=sql]SELECT * … abo jaml habdalhaa jaber mahmoud ben saber now
query
all names that Start With '
J
'! result need to look like this 1…
Query regarding processing a particular file
Programming
Software Development
14 Years Ago
by ajay_p5
…digit_begin = 1; } if($line =~ m/^\s/) { $i++; $
j
=0; $line=substr($temp,$i,$length); if($digit_begin != 1) { …10; $line=substr($temp,$i,$length); $
j
=0; } if($line =~ m/^\./) { $i++; $
j
=$
j
+1; $line=substr($temp,$i,$length); }…
Re: query 3 tables to retrieve fields value and display table in a page
Programming
Databases
13 Years Ago
by smantscheff
job_name in table activity should be job_id. [CODE]select * from employee e, job
j
, activity a where e.emp_id = a.emp_id and
j
.job_id = a.job_id and a.date = <selected_date> /* optional: */ and e.name = <selected_name> [/CODE] But you will never learn anything from the homework of others.
Re: query order problem
Programming
Databases
15 Years Ago
by sknake
…. Please use code tags when posting queries: [noparse] [code=sql] ...
query
here.... [/code] [/noparse] Also use this for pasting text: [noparse…
J query to show only one class at a time
Programming
Web Development
12 Years Ago
by ajay.motah
hi, im having a problem using this jquery I mamanged it to g and fetch data from mysql n now i want it to disply only one class at a time on available or not available here is the js $(document).ready(function(e) { $('#txtAuction').keyup(function(){ check_availability(); }); }); function check_availability…
Re: J query to show only one class at a time
Programming
Web Development
12 Years Ago
by JorgeM
If you are checking every time the keyup event fires, then at some point, I would imagine that both blocks of code in your If..else will run. So, for example, say the first time you pass through the if..then and its false, the h4.alert_error runs, and you change the display property to block. On the next keyup, its true so the h4.alert_success …
Re: J query to show only one class at a time
Programming
Web Development
12 Years Ago
by ajay.motah
so can you please suggest any solution to that? tkx a lot
Re: J query to show only one class at a time
Programming
Web Development
12 Years Ago
by JorgeM
Well, maybe in the success section add.. `$('h4.alert_error').css("display","none");` Then in the error section add... `$('h4.alert_success').css("display","none");`
Re: J query to show only one class at a time
Programming
Web Development
12 Years Ago
by Airshow
Displaying the right message requires a fairly trivial reorganisation of the code. Another, more significant problem is that sequential ajax responses are not guaranteed to arrive back in the same order as the requests were sent. This is particularly likely when requests are issued rapidly (eg. in response to key strokes) and could result in the …
J Query Problem (Add a remove button)
Programming
Web Development
10 Years Ago
by markbautista19
My Problem is when adding the item to the cart it doesnt have a remove button, just in case the user has a wrong choice the user will only remove the items in the cart. Here is my JSFIDDLE [Click Here](http://jsfiddle.net/fmM3e/1/) This is my Add Function on the script function addProduct(name,price){ function add(){ for(var …
Re: J Query Problem (Add a remove button)
Programming
Web Development
10 Years Ago
by maltesersssss
Here's an example of remove function. <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("button").click(function(){ $("p").remove();…
Re: Mysql Query
Programming
Web Development
16 Years Ago
by udaydesai
…->sheets[0]["cells"][$i][$
j
]) { $
query
= getIdQuery('task' , $task ); $result = $dbconn->
query
($
query
); $result_arr = $result->fetch_row…
Re: query
Programming
Software Development
15 Years Ago
by arunasingh
…Tables(0).Rows.Count - 1 >= 0 Then For
j
As Integer = 0 To ds.Table0).Rows.Count - …As String = ds.Tables(0).Rows(
j
).Item(4) DataGridView1.Rows(DataGridView1.Rows(
j
).Cells(0).rowindex).Cells(5).Value …As Integer = ds.Tables(0).Rows(
j
).Item(1) DataGridView1.Rows(DataGridView1.Rows(
j
).Cells(1).RowIndex).Cells(1).Value …
Duplicate Records
Programming
Web Development
16 Years Ago
by udaydesai
…->sheets[0]["cells"][$i][$
j
]) { $
query
= getIdQuery('project' , $project ); $result = $dbconn->
query
($
query
); $result_arr = $result->fetch_row(); $project_id = $result_arr[0…
Select query
Programming
Databases
16 Years Ago
by Dalli
… '$stl') AND ((quantity >= 0 and utg!='
J
') or (quantity > 0 and utg ='
J
'))) UNION (SELECT pic, text, main, gr, min…'$stl') AND ((quantity >= 0 and utg!='
J
') or (quantity > 0 and utg ='
J
'))) ORDER BY nr";[/CODE] which works… time and $stl (which is a result from one other
query
) now is actually more results. So if before $stl was…
Join query
Programming
Software Development
13 Years Ago
by noobies
… difference is they have 2 condition which 1
query
for same year and another
query
for different year. [CODE]If (bboard = "… & " LEFT JOIN company_financial
j
ON (
j
.stock_code=i.stock_code AND
j
.period_id=i.period_id-1 AND
j
.year_id=i.year_id) " strSQL…
Re: Select query
Programming
Databases
16 Years Ago
by Dalli
… ' OR (enh LIKE \''.$row['stl'].'\')'; } } [/CODE] And big
query
: [CODE]$
query
= " (SELECT pic, text, main, gr, min(nr) AS …AND ((quantity >= 0 and utg!='
J
') or (quantity > 0 and utg ='
J
')) GROUP BY gr) UNION (SELECT pic,… AND ((quantity >= 0 and utg!='
J
') or (quantity > 0 and utg ='
J
'))) UNION (SELECT pic, text, main, gr…
Re: Select query
Programming
Databases
16 Years Ago
by Dalli
…John $resultpage = mysql_query ($querypage) or die ("Couldn’t execute
query
."); $rowpage = mysql_fetch_array ($resultpage); $stl = $rowpage['stl']; … LIKE '$stl') anymore (for the second, big
query
), i need to pick up the result from $querypage… and build a
query
that says (stl LIKE 101) OR (stl LIKE…
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
Programming
Web Development
16 Years Ago
by pentest
…active')"; $
query
.= " AND (fcountry='$tomb[1]'"; for ($
j
=2;$
j
<=$m;$
j
++){ $
query
.= " OR fcountry='$tomb[$
j
]'"; } $
query
.= ")&…quot;; $sq=mysql_query($
query
) or die("…
Re: Join query
Programming
Software Development
13 Years Ago
by adam_k
That condition is easily achieved if you add NULL or '' for the missing columns in the
query
with the fewer columns
Re: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
Programming
Web Development
16 Years Ago
by diafol
…here: [CODE]$
query
.= " AND (fcountry='$tomb[1]'"; for ($
j
=2;$
j
<=$m;$
j
++){ $
query
.= " OR fcountry='$tomb[$
j
]'"; } $
query
.= ")&…quot;; $sq=mysql_query($
query
) or die("error…
Having Problems Contcatenating a Query String from an Array
Programming
Web Development
15 Years Ago
by Chad Gary
…echo "'" . $value . "'"; for($
j
= 0; ($
j
< 1) && ($i < count($box1…query3 .= "'" . $value . "'"; for($
j
= 0; ($
j
< 1) && ($i < count($box1) …ProgramType = '{$PI}'"; $result = mysql_query($
query
) or die("Something is Wrong with your …
Optimisation of query
Programming
Databases
12 Years Ago
by javedsai
Hi All, I need to optimise the below
query
. The below
query
takes 13 seconds to run on live. Kindly,…customer_types=e.id LEFT JOIN proptype_models
j
ON (c.id=
j
.projects &&
j
.unitmodels=a.unitmodels) LEFT JOIN …property_type k ON k.id=
j
.property_type LEFT JOIN project_types n ON n.id=c…
Re: Optimisation of query
Programming
Databases
12 Years Ago
by javedsai
…1 SIMPLE k eq_ref PRIMARY PRIMARY 4 bluechi9_main.
j
.property_type 1 1 SIMPLE n eq_ref PRIMARY,…but no. of records differ. Please find below the
query
:- SELECT *, a.forxmlfeed, a.lastupdated, a.mark_for_deletion, …e.id LEFT JOIN proptype_models
j
ON (c.id=
j
.projects &&
j
.unitmodels=a.unitmodels) LEFT JOIN…
EXPORT MYSQL QUERY TO EXCEL
Programming
Web Development
10 Years Ago
by lloydsbackyard
…@mysql_query($sql,$Connect) or die("Couldn't execute
query
:<br>" . mysql_error(). "<br… { $schema_insert = ""; for($
j
=0; $
j
<mysql_num_fields($result);$
j
++) { if(!isset($row[$
j
])) $schema_insert .= "NULL".$sep;…
Update using Select query
Programming
Web Development
12 Years Ago
by azareth
… i need to update the row with such conditions: the
query
/queries i used $records = mysql_query("SELECT * FROM cot_cargovolume…
j
]'"; /*ERROR Report*/ if (!mysql_query($sql)) { die('Error: ' . mysql_error()); } echo "Updated - Details</br>"; } the first
query
…
SQL query noob...
Programming
Databases
15 Years Ago
by J3vr0N
Hi, I have a question regarding a SQL
query
. I am a complete noob, so please do not make … chief editor? The SQL
query
I came up with is: [code] SELECT count (*),
j
.j_num FROM journals as
J
, Researchers as R, Area_edits…="Albert Einstein" AND R.r_ssn=AE.r_ssn AND
J
.j_num=AE.j_num; [/code] Is it necessary to include the…
insert the loop into database
Programming
Web Development
15 Years Ago
by just_me
… submit button, it will go to report_supplier.php [CODE] $
j
=30; $display_columns =$
j
++; $
query
= "SELECT * FROM supplier_details WHERE `details_status` = 'in process'&…quot;; // We do the
query
, and find out how many items …
Re: Having Problems Contcatenating a Query String from an Array
Programming
Web Development
15 Years Ago
by diafol
… be giving you grief. Simply run this bit before the
query
statement and save it to a string variable. Then place…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC