I have a peculiar problem.
My main.swf loads symbols from other swfs
at runtime. If I keep all the swfs(main and others)
on my server, things work fine.  
But if I keep all of them on a CDN, one particular symbol
won't display occassionally.  
With flash tracer plugin for firefox I am able to
see that all the symbols have been loaded a...
            
           
          
            
            I have two possible queries, both giving the result set I want.
Query one takes about 30ms, but 150ms to fetch the data from the database.
SELECT 
    id
FROM 
    featurevalues as featval3
WHERE 
    featval3.feature IN (?,?,?,?) 
AND
    EXISTS
    (
        SELECT
            1
        FROM
            product_to_value,
            ...
            
           
          
            
            I have a couple of DBML generated classes which are linked together by an id, e.g.
ClassA {
 AID,
 XID,
 Name
}
ClassB {
 AID,
 ExtraInfo,
 ExtraInfo2
}
In using something like db.ClassAs.Where(XID == x) and iterating through that result,
it ends up executing a query for each of the ClassAs and each of ClassBs, which is slow.
Alternat...
            
           
          
            
            I  used fetch events method and fetch all the events from iCal but i need to fetch and store alarm value   in array
 please help me  i need to to do in next two hours
...