Hi I am trying to restoring a 2.5 GB VSS archive file and neither Restore Wizard or the SSRESTOR command failed. Neither of them can get the list of projects archived in the SSA file. Microsoft has a article on this http://support.microsoft.com/kb/321088, but it doesn't provide any solution. I...
Hi All,
I am trying to sort the group based on a calcualted average value. The data look like
NAME, TYPE, VALUE
N1, A, 4
N1, A, 5
N1, B, 4
N2, A, 1
N2, B, 2
N2, B, 4
I grouped the records by Name and the average is calculated based on Type. Each group has two average, Average of Type A and...
I am using simple search in CFSEARCH and need to find a word like "@Google". CFSearch always ignores the @ sign and find all the documents with word "Google". I only want it to match the word where there is a @ in front of Google.
Anyway to do that? I have tried the backslash in SIMPLE or...
Thanks Jason!
If the XML contains 1000 DocID, to get the predicate information, I would have to use some query like
SELECT * FROM Documnts WHERE DocID IN [list of DocID from XML]
The problem is that that DocID list from XML could potentially be long..
I wonder if there is anyway I can have a...
Hi All,
I have data contained in XML file and SQL database. What I'd like to do is to create a DataSet with a DataTable containing data coming from the XML file, and retrieve from the SQL server only data that match a field in the XML datatable, for example DocID.
The xml might look like...
I have been searching and reading about the threading models and come to realize that I need to force the COM object to use MTA. I couldn't rewrite the COM, because it is a component from Microsoft Office 2003.
I tried to change [STAThead] to [MTAThread] and it didn't help.
So my question now...
That is what I don't understand about C#. I created one instance of the COM object in each of the BackgroundWorker and not expecting them to interference with each other...
Besides, the COM object doesn't update screen at all, even though the BackgroundWorker does.
I gotta look up to see what...
I created a MDI and added two child forms. Each of the child form had a private member,
private MODI.Document modiDoc;
when I clicked on a button, a BackgroundWorker will start and use the modiDoc to do some processing.
Everything worked fine if I had only child form. However, if opened two and...
Bluetone/philhege,
Thank you both for the advise, I used % instead of * and it seems to worked as expected through ColdFusion.
Use * instead of % in Access gave expected result as well.
hmm....should I say Access sucks ? :-)
I am working on an intranet application and use Access as the database.
There is a query that I have
<CFQUERY DATASOURCE="#DSN#" NAME="GET_SEARCH_RESULT">
SELECT * FROM WL_TREES
WHERE TREENAME LIKE '3*'
</CFQUERY>
It returns nothing in ColdFusion, if I copy just the SQL and run it in Access...
Hi All,
I am using Adobe Pro 7.
I need to process a large amount of PDF files and save text extraction to plain text file. The problem was that if the PDF wasn't OCRed then nothing would be saved to the text file. I got the other part working except the OCR.
Is there a method in the object...
I am using CF4.5. yes, it is old, but the client didn't want to update it... :(
When I pass search criteria like
"New York" AND London
including double quotes.
it will give me what I was looking. Phrase "New York" and London word.
However, if I passed in just
"New York"
it returned no result...
Hi All,
I am not sure if that is even possible.
I have a main html page with a FROM in it. it also contains a IFRAME which load html file from another site. Is it possible to write javascript in the IFRAME html page to udpate a Form value in the main page?
Thanks in advance for any tips!
tofuTnT
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.