I would like to drg n drop a div with width 60px (ccarcellbook) onto 3 divs with width 20px (ccarcell). Have got basic d n d function so that the big div replaces one of small divs, but dont know how to replace 3 small divs
$('.ccarcellbook').draggable({
helper:"clone",
cursor: "move"...
Hi,
can anyone help me speed up this query? at present it returns 192 rows but takes 4 secs.
I notice it is looking at 240000 response records - think this is where issue may be,
but don't know how to resolve
SELECT
response2.actionid,
response2.typeid,
response2.notes...
Hi,
When I restore a backup from live server onto my dev machine
The asp pages load very slowly until I delete indexes from MySQL db.
Can anyone explain why this happens?
thanks MG
Hi,
Have just split asp front and mysql back onto different servers.
Now users are redirected to login page every 20 mins at the same time.
The asp is on the same server as before and has no session.timeouts in the code
and the session state timeout is set to 1440 mins.
Also as all users are...
Hi Rudy,
thanks for your reply unfortunately not much change
As a test, I changed the CASE to WHERE and the runtime is 1 sec
LEFT JOIN
(SELECT
COUNT(1) AS appt, response.actionid
FROM
response
WHERE UCASE(response.reasonid) LIKE...
Hi - the following takes 7 secs to run (78 rows are returned) - any ideas how to speed it up?
SELECT action.userid
FROM `action`
LEFT JOIN
(SELECT
COUNT(
CASE
WHEN UCASE(response.reasonid) LIKE '%APPOINTMENT%' THEN 1
END...
Hi - many apologies, was an issue with datetime format from excel -
even though it didnt error on import and looked fine.
This also stopped new records added by web app from showing on SELECT
Thankyou for all ideas - made me look at CSV again
Hi - thanks for your replies
Towerbase - the import is successful (SQLyog Ultimate)
SQLyog Job Agent Version 9.20 Copyright(c) Webyog Softworks Pvt. Ltd. All Rights Reserved.
Job started at Tue Oct 02 20:16:22 2012
DBMS Information: TEXT
Importing table schema: action... Successful...
...00:00:00',
'274',
'0',
'0',
'0',
'0',
'0',
'jacr',
NULL,
NULL,
'16',
'0',
'0',
'0',
'44358'
);
What is the SELECT statement you used?
SELECT * FROM ACTION
WHERE DATE(actiondate) = '20120928'
This produces some results but not the record above AND any new records inserted from web app...
hi - thanks for reply - tried following but using this causes script to fail
$('.file_upload').uploadify({
'swf' : 'uploadify3/uploadify.swf',
'uploader' : 'uploadify3/upload.asp',
'onUploadStart' : function(file) {
var x_key = $('#x_curractionid').val()...
Hi - anyone useing uloadify v3?
am trying to pass values to my server script using the following, however fiddler tells me that the value of actionid is always 'notset' the alert shows 47185 how can i get the onstart to change formdata?
$('.file_upload').uploadify({
'formData' ...
...have copied example exactly but get following error:
Compiler Error Message: CS1518: Expected class, delegate, enum, interface, or struct
Source Error:
Line 29: }
Line 30:
Line 31: public int GetProduct(int a, int b)
Line 32: {
Line 33: return a * b;
please help a .net newbe
Hi - am struggling making this work
Have a list of users and a count when a record action.typeid = 1 and a response.reasonid LIKE appointment
IF
a record with action.typeid = 2 exists with actiondate between two dates
the two action records are linked by table Event
all dealcount show as...
Hi,
You can use the form tag to email somebody from html
This is a very simple method but may get you started
(also you should post in html forum for more help)
html
<FORM METHOD=POST ACTION="mailto:someone@$nailmail.com" ENCTYPE="text/plain">
<INPUT TYPE="text" NAME="username"> : name <BR>...
Hi,
Just upgraded from 2003 to 2008 (iis6 to 7) and have given some folders write permission for the IUSR account.
I have some asp apps that write using ADODB.Stream.
How secure is this?
can anyone write files to these folders now?
Are there any steps I can take to improve security?
I ask...
hi - thanks for reply, is something todo with content in update[0] as if i replace content with simple text it works.
used to work ok with javascript innerhtml.
This is an intranet app with customer data so is not going to be easy to post a live version.
Will have a play with output to find...
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.