Found an answer to my own question. Got a response in Spiceworks to download and install a trial edition of Symantec Backup Exec. This will work since we just need to restore data.
We want to just restore data from a backup set created by Symantec Backup Exec 2010 on a computer that does not have this software. Short of purchasing Backup Exec, is there an alternative application (open-source or lower-cost) that recognizea this file format? We just to restore and do not...
We are working with a vendor that will be in custody of some of our business data (e.g., customer contact info, products purchased, payment info, and similar). To get a sense of how our data will be protected, I asked a few questions about data encryption and data backup. When I asked i asked if...
I have built a product search feature for a website I am working on. The search feature works. But I would like to enhance it. Right now, for example, if someone where to enter the keyword duck in my 'product search engine', only records that has the exact spelling of duck are displayed. What I...
I know you mentioned its not a temperature issue, but try this anyways. Remove the side panel of the computer to expose the internal components and leave the computer on for a while. If it doesn't restart on you, then its likely the problem you are having is thermal related.
Also try...
I'm gonna bring this thread back to life since I have the same need as HOGlette originally posted. I was using a software I brought that automatically generate 3D product shot from my images. It does a great job creating the final result but most visitors aren't able to view it. Not good...
I agree with Xemus, get the system with more memory.
Also, definitely get a hard drive with a spindle speed of 7200RPM. Ones with 5400RPM will disappoint you. You'll be able to read/write faster to the drive with a 7200RPM spindle speed. And if, you have enough cash left, get a hard drive...
I'm guessing the issue maybe the power supply unit. Quite possibly the circuit breaker within the PS unit tripped.
I actually just got my new WD 250GB SATA drive this week. Plugged it in to my system and it works great. Even though the drive supports Molex or SATA power connector, I connected...
Have you tried inserting the following code in the On No Date event of your report? The report would close (without any popup messages) if there are no data and your VBA code will continue opening up your next report.
Private Sub Report_NoData(Cancel As Integer)
Cancel = -1
End Sub
-Pete
I've been used DoCmd.SendObject to generate emails in plain text. That's been working out great.
Now, I'm trying to use DoCmd.SendObject to generate an HTML formatted email instead (for looks essentially). If I remember correctly, I've read in the past that DoCmd.SendObject can also generate...
I haven't a clue what went wrong... but I used
$sql_ad = "SELECT * FROM Ad WHERE";
$sql_ad .= " StateIDKeyRef='$StateID'";
and it echoed SELECT * FROM Ad WHERE StateIDKeyRef='37'
Worked out perfect, ran the statement and it queried perfectly. Thanks everyone for your help.
Hi All,
I'm trying to add a string into an already existing string. I want to pretty much have the following string
$sql_ad = "SELECT * FROM Ad WHERE";
$sql_ad = $sql_ad." StateIDKeyRef='$StateID'";
// sql_ad + "(another string)"
to attain this...
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.