I have experienced a couple of situation that might have been similar to your slow bootup, but it was when we had a really slow network. Pushing out windows updates using WSUS users workstations would seem to be "hung or frozen" when windows was pushing out big updates. Users would think they...
Anybody know of any registry settings to disable menu option such as SAVE and FILE SAVE in Notepad.exe?
I'm setting up a "kiosk" type workstation and want users to be able to open notepad, type notes in it, and print from it, but I dont what them browsing out to the file system and looking...
I have discovered that once the report is on screen showing all those Xs, I can send it to a pdf file and the images are there just like they are supposed to be. I also verified the same behavior in on the report when run in firefox so it's not an Internet Explorer problem.
We are just starting to have to work with ssrs on a new project. We have two sqlservers running ssrs. One server is running sql server 2005 and I can deploy a report with images displayed from a table column as .jpgs. The other server is running sql server 2014 express. The I can create the...
We have three DCs (server 2012r2), each of them is also a DNS server. DHCP hands out DC1's ip address to clients as their primary DNS. We also have some fixed IP address clients with DC1 as their primary. They all have one of the other DCs as their secondary DNS setting. If DC1 happens to go...
One of my 2008r2 DC's failed, and I never had a chance to dcpromo it out of AD. A quick search turns up instructions that range from just going into AD and deleting the dead computer object to the old ntdsutil command line method. All my DCs are 2008r2 except for a new one added a month ago...
Its formatted Mac OS extended. I used superduper to copy the contents of the drive to an external usb drive, then i reformatted the original drive and now I'm copying back onto the newly formatted drive just the data files I want to keep.
No errors. I just get the big plus sign indicating you are copying files. You also have the CUT option grayed out if you try to select the files and then cut and paste. On the data drive the file system seems to be behaving like I am copying to different drives, enforcing a copy, paste and the...
I just did a clean install of Mavericks on a new ssd drive. I reformatted my old spinning drive to use for data and have both drives installed again. The OS is installed and everything is running fine, but when I went to start organizing files on the data drive I am finding that I can not move...
thanks, i thought that might be the case but wasn't sure. I guess the card is shot. What threw me off was that when you plug the card in, windows or a linux machine, it loads up and you see the folders and files for a couple of seconds and then the card disappears until you remove it and plug...
This is not a developer question, but I have not found anywhere else to ask it.
I have an SD card from an android device. The device is dead and gone, but there were photos on the SD card. Is it possible to mount that SD card in windows or linux and copy the files off of it?
I know not to store images in the table, but to store them as files on the file system, but I have to work with what I have here, and what I have is an oracle table with jpegs stored as blobs. I need to display them in a table on a web page.
Here is what I have so far based on examples. But...
You were right. I typed everything in from scratch again. Now it works. I spent hours proof reading character by character my other pages, but somehow missed whatever typo must have been there.
thanks again..
I'll try again with a clean page then. I must have re-typed this stuff a dozen times but as long as I know Im not missing anything major stupid.
thanks
that returns my data just like it should.
Array
(
[0] => 4
[OBJECT_ID] => 4
[1] => jpeg
[OBJECT_TYPE] => jpeg
[2] => test1.jpg
[OBJECT_FILE_NAME] => test1.jpg
[3] => desc
[OBJECT_DESC] => desc
[4] => ins by
[OBJECT_INSERTED_BY] => ins by
[5] =>...
the object_id and object_name are definitely correct.
while (($row = oci_fetch_array($stid, OCI_BOTH+OCI_ASSOC+OCI_RETURN_NULLS))) {
echo "<pre>" . print_r($row,1) . "</pre>";
}
this code causes the browser to hang, and eventually crash...but never returns anything
I have a page that pulls some data from a table:
while (($row = oci_fetch_array($stid, OCI_ASSOC+OCI_RETURN_NULLS)) != false) {
echo "<tr>\n";
foreach ($row as $item) {
echo " <td>".($item !== null ? htmlentities($item, ENT_QUOTES) : " ")."</td>\n";
}
}
this works...
I need to go through several large .pst files and search for messages that match certain criteria, subjects or to/from information etc. I can easily search and find these messages in outlook, but outlook will only let me work with them one message at a time. So if my search turns up several...
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.