the pc had 2 sticks in it and whether i put them both in or either one at a time the same thing happens, just counts to a different number, one less than the amount in at the time. seems wierd that they'd both go at the same time. i might try and get my hands on some more just the same. thanx mate.
Hi,
The pc's a celeron 700. No matter how much ram is in the pc it counts down to 1 less than the amount in there at the time and then freezes. can't get into bios can't do anything. more or less everything has been disconnected except power supply and on change.
Has anyone experienced this...
I'm using an XML objects sendAndLoad method and transversing the returned document using another xml object.
Perhaps this problem i'm having bears no relation to the flash xml classess but rather a server side problem MSXML2.DOMDocument's CDATA tag converts these characters, so they dont...
G'day,
I'm getting data from a web service style ASP page using an XML Object and whenever i get the xml back into flash all the special characters in the cdata/text nodes have been converted into entities e.g. < converted to <.
This is a problem as i'm getting html text from a db and...
i have a form which based on the object that is clicked would like to change the form's action and target properties.
This works fine in Mozilla and Opera but IE (ver 6.0) throws an error stating it doesn't support this property or method. Any pointers or anyone else had this problem?
have you tried setting the page charset in the head of the page.
I'm not sure what the greek charset is.
Try finding out the relevant greek charset and replace the following with it.
<pre>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"...
just to add my two bob.
this article may be relevant although mostly concerned with ado and very large recordsets.
http://www.somacon.com/aspdocs/
I have had to build a few dynamic reports with a Table Of Contents at the start. so i built the entire report out of various strings worked out the...
sorry to add a totally obvious suggestion but your using the adVarChar and AdParamInput ADO constants
have you referenced the typeLibrary.
Try using thier respective literal integer values.
If thats totally left outfield.
then i suggest write the parameter to the screen prior to execution...
Is this what your after
select aircon1brand
from Facility
where aircon1 = 'yes'
union
select aircon2brand
from Facility
where aircon2 = 'yes'
order by aircon1brand
that's cause that's all that was specified in the select statement
with the Left join try somthing like
select case when brand1.aircon1brand is not null then brand1.aircon1brand else brand2.aircon2brand end.
from .......
To be honest I'm not really sure what you're trying to achieve. Be specific.
join them giving each of the facility tables aliases
select distinct brand1.aircon1brand
from facility brand1
inner join facility brand2
on brand1.aircon1brand = brand2.aircon2brand
the join i gave here will only return those brand names that are in...
I'm not sure if you can guarentee the courseID ("CID") sequential. but for flexibility sakes i'd probably make a 2d array somthing like. that way it doesn't matter if you delete a course and the id's skip a few etc.
dim courseNames
If NOT rsCourseNames.eof then...
why didn't you make a link table
UsersEnrolledClass containing UserID, ClassID.
Storing delimeted data in a database doesn't make any sense.
I don't mean to be rude of course.
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.