I nedd help with the lines below labled "Needed" I've given it my best shot, but need a couple pointers on the config prior to testing.
|======| |======|
| DSL1 | | DSL2 |
|======| |======|
\...
Good day,
Here is what I do now:
Each day I add new contacts within Outlook. I send them each my marketing materials in the postal mail. I select an individual contact, add a new journal entry. I set the entry type to letter, and add the text "sent initial mailing" to the notes...
Wolf,
I need to store the new values in the DB. Not just print them to the screen.
All,
Please note that the data is currently stored as all uppercase chars, so the lcase can only be applied to the second char and everything up to the next space, then repeat.
Good day,
I need to rewrite a field in my DB that is currently ALL CAPS. Here is the Field, sample data and the results I need.
Business Name
THE BELT SHOP
ST. PETER HOGS
After string manipulation:
Business Name
The Belt Shop
St. Peter Hogs
Could you please provide the string manipulation...
Good day,
Exchange 5.5 sp4
Windows 2000 sp3
I have a single mailbox out of hundreds that I cannot connect to with OWA nor the Outlook client. OWA brings up a dialog box that says "failed to get inbox" while Outlook displays the Outlook menubar then locks (no messages, no nothing)...
I don't think there were any errors in the EL. I tried a while back and cannot find the date/time.
You spoke of esefile, that would only be used if I copied the DB to another disk rather than tape, correct?
I found another KB article #326472...
I cannot seem to find where the mailbox cleanup agent files are located. I do not have the files anywhere on my server, even after putting SP4 on. Where can I locate the install files?
So how long would one think it should take to use the Optimizer to move a 4GB PRIV.EDB?
I let it go for like 45 mins. I have a pretty fast disk setup: Hardware RAID 5 SCSI LVD. It take me about 40 mins to do an online backup of the entire IS, both PRIV and PUB.
Do you really think it could...
Good day,
I am trying to move my Private Information Store from the D drive to the E drive. I cannot seem to get the Optimizer to complete correctly. When I tell it to move the files it locks up and the files never gets moved.
I think I can beat it by doing an offline backup and restore it...
...(exapmle below)
' 1, ".doc", "application/msword", "doc/"
Set rsContentType = db.Execute("SELECT * FROM ContentType WHERE FileType='"&lcase(Right(Request("FileName"), 4))&"'")
If rsContentType.EOF Then
Response.Write...
Good day,
I read a tread about a guy trying to get a Cisco IP set to work behind a NAT box without any luck. Member "tbilan" sugested reading NAT-Support of IP Phone to Cisco CallManager...
Thanks for the queries:
Yes, I do need to store the images in the DB. The DB is the repository for all site content. Later the production site will be ripped from the DB to create the static public site, both images and HTML pages. So, I do need a way to both place files into and retrieve...
Good day,
I need to upload an image to a DB, then save that data as a file. The first part is not too hard. I found a nice Class (Loader.asp) that does this for me:
http://www.stardeveloper.com/articles/display.html?article=2001042501&page=1
With the image data stored in the DB, I want to...
...'Split out the content into the Content table.
Set rsContent = Server.CreateObject("ADODB.Recordset")
rsContent.Open "SELECT * FROM Content WHERE 0=1", db, adOpenKeyset, adLockPessimistic, adCmdText
rsContent.AddNew
rsContent("HTML_Content") =...
I need to break a single table apart into two additional tables to result in a many to many relationship with the original table. I hope you can assist with an SQL update/append command or something to do the dirty work for me.
TABLE MENU
Menu_ID
Menu_Title
HTML_Content
Here are my thoughts...
I have now put the latest firmware on the set. So, it should have all of the updates from Cisco.
Let me first offer this tip for Buck on the TFTP addressing. One does not need to receive this information from the DHCP server. You can manually define a TFTP server on the set:
Settings >...
Good day all,
I've been testing the CM in my office with great success. The Win2K DHCP server does everything it should, and the phones work great. So I thouhgt it was time to bring a set home and give it a go.
BUT, the set will not get any DHCP info from the cable provider. I contacted RR...
Crap I feel like a buffoon! I read that very page earlier today to find the answer on my own. I skipped over the most important sentence in the article for addressing my issue:
”A comma delimited list of one or more expressions.”
So, for those of you playing the at home, here is the answer to...
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.