|
dev
newsgroups
|
||||||||||||||||||||
|
||||||||||||||||||||
How to access attachment property using CDO
Ashish -
20 Mar 2009 11:46 AM - 16 messages
For a contact item how to access PR_ATTACHMENT_CONTACTPHOTO property using CDO or MAPI. I want to access this property on exchange server where outlook is not installed. I tried with following IBodyPart *part = message->Attachment->Item[1]; FieldsPtr flds = part->Fields; ...
Storage Group Free Space
J Ford -
5 Feb 2009 2:58 PM - 8 messages
Is there a way scripting/csharp to determine free space of an exchange storage group? I have seen many examples of getting the size, but not free space. Thanks -Jeremy ...
Forms-based authentication in Exchange 2003 AND Exchange 2007
mahbub79 -
8 Jan 2009 2:54 PM - 4 messages
I have developed a C# application to connect to Exchange Server via WebDAV, that I want to work for Exchange 2003 AND Exchange 2007. To do this in 2003 I use: AuthURL = new System.Uri("https://" + strServerName + "/exchweb/bin/ auth/owaauth.dll"); ...
using range with webdav
Doug -
3 Feb 2009 11:33 AM - 5 messages
When I use the range header in objXMLHTTP.SetRequestHeader "Range", "rows=0-9" how can I query webdav to give me the total number of rows so I can make my query 0-9, 10-20 etc etc so that I dont do massive resource ...
Ex2003 PF Async Event Sink OnDelete fires OnSave doesn't
Jason Gurtz -
2 Feb 2009 10:55 PM - 3 messages
I can't seem to find any pointers anywhere on how to debug why one method would work fine and the other not in a managed code store event sink registered to a mail enabled public folder. Right now I have in my sink just debugging code which writes to a txt ...
Incremental email updates via webdav
Doug -
26 Jan 2009 9:05 PM - 5 messages
I am trying to do incremental updates from a exchange users mail via a webdav query, but when I use dates it seems inaccurate, is there another or better way to get changes for a mailbox folder from one ...
Delegated Admin View Only
systinte5 -
16 Jan 2009 1:00 AM - 5 messages
I have a need within my application to verify if a given user has the view only admin rights delegated to him / her. I wish to enumerate within C#.NET application all user names who have such access. I downloaded Exch 2003 SDK ...
Query Exchange 2003 mailbox store (mailbox sizes etc)
ChrisW (MCP) -
26 Jan 2009 2:06 PM - 4 messages
Hi Guys, I'm using VB.NET 3.5 and would like to be able to query exchange 2003 servers from my application to find out pretty much as much information as possible. The main goal is to find out mailbox sizes but any additional info ...
Intercepting emails as they are sent
SeekerOfTruths -
15 Jan 2009 11:08 AM - 3 messages
Hi, I've been asked to develop (despite having no prior experience with Exchange) some sort of plugin that can intercept ALL emails at the point they are sent. I've looked at the SMTP OnArrival event, but this isn't sufficient as it ...
FrontPage 2002 crashes when embedding a Google Map
PCLIVE -
24 Mar 2009 5:25 PM - 7 messages
I copy the code to embed a google map into the HTML view in FrontPage 2002. Then I switch to Normal view. FrontPage crashes. As long as I stay in html view, it is fine. I can also save the file and then view it in IE with no ...
RE: Form getting buried in "bot" spam
TWhizTom -
16 Mar 2009 4:50 PM - 7 messages
Easist method: 1) Generate a random series of letters or numbers, you pick how large or small. 2) Assign a hidden text box the random series you just generated. 3) Display the series 4) Ask user to input what they see. You do not have to get fancy or anything ...
Re: Using HTML To Download File
Trevor Lawrence -
19 Mar 2009 5:57 AM - 6 messages
Typo Change to <script type="text/javascript"> location.href="[link]" </script> ...
IF in Hyperlink
John P. -
22 Mar 2009 2:02 PM - 3 messages
I have a Data Results table and some records have a field with a pdf document hyperlinked, but not all.records have one. Is there a way where on the hyperlink I can say show PDF link only if the ...
capture data from hyperlink
sircooljoe -
17 Mar 2009 3:22 AM - 4 messages
Hello, Can anyone tell me how I can capture data from a hyperlink and bring the data into a form. Here is what I am trying to accomplish. I am using frontpage 03 and Access 03. Once a ticket has been marked closed , and e-mail is generated to the user ...
Frontpage 2003 Includes bot duplicates columns
zbud -
27 Feb 2009 9:11 PM - 11 messages
please take a look at the duplicate columns at this page: [link] The code from Frontpage looks like this which is different from using the "view source" in the browser. <?xml version="1.0" encoding="utf-8"?> ...
Updating records in database
slickbet -
5 Mar 2009 5:06 PM - 4 messages
I am using Frontpage 2002 on a Win 2003 server. I used the Database Results Wizard to create my pages using ASP. Everything is working fine, I just don't know if it's possible to do what I'm needing. I have a search page ...
How to update Access cb using DIW
jz -
13 Mar 2009 12:41 PM - 5 messages
If anyone can share a link to the DIW tips that show me how to take the logon pgae i created, using the below, to then allow users to update their own record, I'd appreciate it. Only the Microsoft link works, not the frontapge ...
GIF Frame Timing
Richard In Va. -
10 Mar 2009 5:55 PM - 4 messages
I've got 12 GIF images in one webpage. Each gif has 12 image frames and I'm locating them absolute in divs such that they overlap in layers. In other words, 12 gifs assembled to look like one big image. ...
Re: add an option on a web page to be able to turn music on or off
bgh -
11 Mar 2009 4:43 PM - 2 messages
Hi, Thanks so much for this help. When I use your code, it gives me a runtime error of: Line 38 Unterminated String Constant Here is my actual code and I put (line 38) out to the right in parentheses. ...
UPDATING Access records
jz -
12 Mar 2009 8:23 AM - 4 messages
Can anyone tell me how I can allow for individual users to update their Access db records? I am displaying these records using the FP DBRW. Is it even possible to allow for only the user whose record is displayed to ...
Mailable Forms
DDrowe -
3 Mar 2009 11:16 AM - 5 messages
I have a website with a form that once filled out needs to be emailed to a specific email. I can not get this link to work. This is the link to the page / form that needs to be filled out for more information and then the ...
Menu to drop down only on arrow?
Marindi -
23 Feb 2009 9:34 AM - 4 messages
I have a dropdown menu that drops when you hover on the first/main title. I want to change it so it only drops when you hover on the arrow next to the title, not on the whole <td>. What do I need to change? ...
DBRW link to frontpage form
jz -
19 Jan 2009 3:06 PM - 24 messages
Ok, I have a good one, here. Maybe it's possible; maybe not. Make sure you've had your coffee or ginko drink before tackling this one:-) So, I have this one form to book an appointment. I would like be able to ...
form and confirmation page
marc -
20 Feb 2009 2:14 AM - 5 messages
Can a new form be added under the confirmations on the confirmation page? Can this new form then again be sent to a confirmation page? ...
form validation and rules
sircooljoe -
12 Feb 2009 6:00 PM - 9 messages
Hello, I have a form with "YES/NO" drop down menus. What I would like to do is require another fied to be completed if "NO" is selected from the drop down. I need to have a reason behind the selection of "NO". I do not want to ...
How to get the source code of a website
Sam -
9 Feb 2009 10:25 PM - 12 messages
I recently joined a company and was told to maintain the company's website written in Frontpage. The problem is they don't have the source code of the website because the person maintaining the web was quit. Is there any method ...
Code help
Thomas R Grassi Jr -
10 Feb 2009 9:17 PM - 4 messages
I have a page I designed that is a cant remember the correct name but it is three sections combined into one web page I have a side page, a banner page and then the main page all formatted as ...
Hey Ronx are you available
Thomas R Grassi Jr -
9 Feb 2009 9:04 PM - 19 messages
I made a post FP Counter not incrementing Wondering if you had time to take a look I read somewhere that FP features will only work if the site is published. Is this correct? If so I have this setup ...
Conversion to Expressions Web from FrontPage 2003
Patrick -
9 Feb 2009 4:19 PM - 9 messages
Hello: I have FrontPage 2003, and have used it for several years, thus I have several of our websites on the Internet. I was notified by my hosting service that Microsoft would no longer be supporting FrontPage and that my ...
Fronpage Theme Issue
Thomas R Grassi Jr -
6 Feb 2009 11:05 PM - 5 messages
FP 2003 sp3 Windows Xp Pro SP3 Windows 2003 R2 Standard DC server SP2 IIS6 I created a web page defalut.htm in FP on my pc I used a FP theme Format Theme selected zero or saferi I then publish the page to my Windows 2003 server IIS6 site ...
Hit Counter not Working
Thomas R Grassi Jr -
2 Feb 2009 10:20 PM - 17 messages
Front Page 2003 SP3 IIS6 Windows 2003 R2 Standard DC Server SP2 Windows XP Pro SP3 Just designed a simple default page Two buttons with a hyper link and Hit Counter This was designed on my Windows XP Pro pc with my FP 2003, Then I published ...
Backing up websites??
A-non-i-moose -
4 Feb 2009 2:03 PM - 10 messages
I use FP 2003 to maintain four websites -- none of them is of any particular consequence -- a family site with genealogy, photos of the grandson, pics of our new house as we built it, and the like; a hobby site devoted to my ...
FP will not publish
Thomas R Grassi Jr -
4 Feb 2009 6:54 PM - 9 messages
I have tried everything I have Windows XP Pro SP3 FrontPage 2003 SP3 IIS5 FrontPage Extensions 2000 installed _vti_inf.html file does exists IE7 I type this url [link] The web site appears no problem ...
Report Grouping
Allan -
4 Feb 2009 7:09 PM - 3 messages
I need some help creating an ASP report. I have an Access database with three tables: WorkOrders BillsOfLading Containers For every ONE WorkOrders record there are multiple BillsOfLading records and for every BillsOfLading record there are multple Containers records. I have created the tables with key fields and I have no problem creating a ...
Formatting Numbers in Database Results
RoadKill -
3 Feb 2009 11:08 PM - 5 messages
Okay, so I have several averages that are being displayed in my results page. How can I get it formatted to two decimal places instead of the 14 that it presently has? 4.78 looks a lot cleaner than 4.77777777777778 ...
Can FTP but cannot publish -- do I need the FP extensions??
Kickin' Ass & Takin' Names -
29 Jan 2009 10:43 PM - 4 messages
Here's the latest installment in the saga of "I cannot publish no matter what I try." Here's the background: I maintain five websites on three different hosts. Four of the five publish fine. One has developed a glitch ...
how do i set up a film strip in Frontpage?
Bob -
28 Jan 2009 7:34 PM - 5 messages
I'd like to set up a filmstrip of images that the user can move through at the bottom of the web page. Also, by hovering over each picture a large version of the image appears above the filmstrip. By clicking on the image ...
Okay, what now?? Cannot publish
Kickin' Ass & Takin' Names -
28 Jan 2009 3:59 AM - 11 messages
FP 2003. Trying to update my website. When I publish, things seem to be going smoothly -- user ID and password pop up, FP starts to connect. Then I get an error message: "Cannot locate a web server at ...
Publishing question
Kickin' Ass & Takin' Names -
23 Jan 2009 4:37 AM - 6 messages
I maintain five websites on two different hosts. When I publish a website for the first time, FP asks for the destination to which to publish and I enter [link] FP then asks for user ID and password, I enter that information, and ...
Really screwy password problem
Kickin' Ass & Takin' Names -
22 Jan 2009 1:03 PM - 10 messages
I suspect the answer to this is to contact my ISP -- I sent emails late last night and anticipate an answer today, meanwhile, is it possible that FP is causing this problem? I maintain five websites on two different host servers. ...
Painfully slow processing forms in FRONTPAGE
jz -
19 Jan 2009 1:30 PM - 19 messages
Does anyone know any tips to improve the processing timeof simple, basic forms in frontpage? I use godaddy for hosting with a windows hosting plan. Has anyone experienced this? My research has a hosting provider saying that non-frontpage forms don't have this problem and that it may be due to intense ...
Microsoft Expression at 50% Off
Kathleen Anderson -
20 Dec 2008 5:53 PM - 8 messages
Found this at: [link] There is an offer going on right now for a 50% off discount on Microsoft Expression Studio, Expression Blend and Expression Web when you buy through ...
FP DBRW
jz -
18 Jan 2009 2:41 PM - 8 messages
Hi. I am having a hard time filtering results. I'm trying to drill down one level, from STATE, to a deeper level that filters the results based upon the location id and id, which is the person's id. ...
Connecting to Host SQL Server
TheBoss -
11 Jan 2009 2:53 PM - 3 messages
I have yet (after 2 years) been able to connect to my hosting providers provided SQL Server. I have tried all connection types allowed but must be missing a parameter or something else in the connection string. Is anyone ...
Parent ASP
Karl E. Peterson -
7 Jan 2009 8:08 PM - 11 messages
Hi Folks -- Old problem I'm considering revisiting. Say I have a bunch of "topics" and would like each to share a common code base but be accessed through their own folders. IOW, something like this: [link] ...
FP and HTML
Old Duffer -
8 Jan 2009 2:14 PM - 3 messages
I'm a bit confused about something here. The fact that I'm a novice may explain my confusion. I maintain three websites -- one is my family site, the other two deal with hobbies. All are simple sites -- text and an occasional photo -- no scripts, no shopping cart, nothing but text, photos, and an occasional link to another site of interest. ...
SSMS 2008 Super Buggy
Chuck P -
17 Mar 2009 9:48 PM - 9 messages
We updated some servers from 05 to 08. We soon found out you couldn't do queries in 05 to an 08 server. So the DBAs installed SSMS on their xpp sp2 boxes. Only SSMS not the database. Well if you try to edit a proc you get nothing but error squiggleys. ...
SQL Server Management Studio Server List
Jack Jackson -
17 Mar 2009 10:58 PM - 6 messages
In SQL Server 2005 Management Studio, the Connect to Server dialog has a combobox for "Server name" that remembers any servers I have ever connected to. Some of those servers no longer exist. Is there a way to remove ...
Can not create relationship; SQL server 2008 Express
jpBless -
16 Mar 2009 3:14 PM - 5 messages
I am using the management studio tool that came with SQL server 2008 Express Edition. Problem is the relationship button is greyed out on the toolbar. How do I create relationship (between tables) in SQL 2008 Express... also what do I need to set to enable the (greyed out) relationship button? ...
ssms not seeing local sql server
John A Grandy -
27 Sep 2008 1:13 AM - 25 messages
Windows Server 2003 x64 Enterprise Edition SQL Server 2005 Developer Edition Why would SSMS run locally not see a local sql server instance , when SSMS run on another box on the network can see this instance and connect to it ? ...
How do I shrink or drop a transaction log and still be able to do backup and recovery
galien8@zonnet.nl -
25 Feb 2009 2:54 PM - 10 messages
Dear Newsgroup Readers, On my development machine: database_size = 17.4 Mb unallocated_space = 1.9 Mb data + index_size tables = 16.2 Mb So the log files are 1.2 Mb On my production machine: database_size = 18.9 Mb unallocated_space = 2.4 Mb ...
New Schema Design
Hulicat -
26 Feb 2009 3:48 PM - 4 messages
Hello, Not sure if this is the correct forum, however; I am looking for any help or tool to assist in designing a new schema. I have been tasked to a take an existed db with a bad design and ...
Why I cannot see log in Management Studio log file viewer?
isogulaleb -
24 Feb 2009 12:30 PM - 5 messages
I have SQL server 2005 express installed on my machine and also installed management studio. I use Business Contact Manager database and have a login failed error. However, when I try to see the log in Management\SQL Server Log, I can see the log names but nothing appear. ...
SSIS Problem
j0hnj0hn -
11 Feb 2009 7:29 PM - 5 messages
I think this is due to my lack of understanding, but I need help. I have created an SSIS package that will export the rows from a view to a text file across the network. When I execute the package in the Execute Package ...
SSMS 2008 Registered Server problem
Tim P -
20 Feb 2009 6:27 PM - 16 messages
Hi I just upgraded my Vista Business to Ultimate and managed to break a working install of SQL Server 2008 in the process. Now when I open SSMS I get the error: Microsoft .NET framework: Unhandled exception has occurred in a component in ...
timeout expired on View
Ed White -
29 Dec 2008 3:02 PM - 12 messages
I'm running SSMS with SQL Server 2008. Under SSMS Options, Execution time-out is set to 0 seconds (i.e. no time-out), and SET LOCK TIMEOUT is set to -1 milliseconds. I have a certain SQL command that takes a while to ...
Can I use Management Studio with Query Analyzer on the same machine?
spremji via SQLMonster.com -
6 Feb 2009 8:30 PM - 6 messages
Hello, I currently have SQL Enterprise Manager and Query Analyzer tools installed on my machine for which I use to administer SQL 2000 based Database servers. Now that I have SQL 2005 Database servers, can I install Management Studio on ...
SQL Server Agent Not Available in SSMS 2005 Object explorer
Ganesh -
9 Feb 2009 6:06 PM - 4 messages
Hi , I had SQL 2005 Standard edition installed in Windows Server 2003 SP2. SQL Server Agent is not available SQL Server Management Studio 2005 Object explorer. But I could see/start/stop SQL Server Agent at Program Files --> Microsoft Sql Server 2005 --> Configuration tools --> SQL ...
SSMS explorer. Sorting the columns names in a table.
Oriane -
24 Feb 2009 1:31 PM - 11 messages
Hi there, I would like to know if we can sort the columns name of a table by default in the SSMS 2005/2008 explorer. I would like to display first the primary, unique and foreign keys columns, then the rest of them, alphabetically sorted. ...
connect to AS via management studio
Dave Patrick -
8 Feb 2009 12:00 AM - 4 messages
I have several SQL 2005 servers all in domain environment most using sql and windows authentication. I also have a couple of SQL and Analysis servers outside the domain (in DMZ) that I want to connect to via management studio ...
SQL Server Management Studio Cannot Open SQL Express Files
EagleRed@HighFlyingBirds.com -
28 Jan 2009 9:11 PM - 7 messages
I am writing an application on a Vista machine with SQL Server 2005 Developer Edition installed using VS2005 Team Architect. I also have SQL Express installed. I have a requirement to develop and deploy a Web service that ...
SQL Server 2005 Database Tuning Advisor
Joe K. -
28 Jan 2009 4:47 PM - 3 messages
I have a serveral SQL Server 2005 stored procedures that I would like to test with a tool to determine if there are indexes that could be added to the stored procedures to enhance performance. Can I use the Database Tuning ...
Maintainance Plans Disappeared from SSMS
David Hills -
27 Jan 2009 12:45 PM - 7 messages
One of my maintenance plans has mysteriously disappeared out of the management studio. Does anyone know where they are stored inside the database and if I can get them out as a script to recreate the plan. I have a complete backup of the system databases ...
Properties of DB in SQL 2008 SSMS - Arithmetic overflow
sql411@nospam.com -
27 Jan 2009 9:25 PM - 3 messages
When in SSMS, I right-click and goto properties I get: Msg 8115, Level 16, State 2, Line 11 Arithmetic overflow error converting expression to data type int. The query that is causing the error is: DECLARE @is_policy_automation_enabled bit SET @is_policy_automation_enabled = ( ...
sql profiler writing on an unused partition?
Fritz Theiss -
26 Jan 2009 9:16 AM - 10 messages
hi, i am running sql server 2005 profiler on a system, where not much space is left on c:\. that way i have configured profiler to write all files on d:\, which is more suitable here. however i clearly can see that c: is somehow ...
Need help debugging this...
0to60 -
24 Jan 2009 7:09 PM - 5 messages
I'm calling off a stored procedure from C# (using ADO.net). Sometimes it returns data but sometimes it throws a timeout exception. I'm running SQL Server Profiler on the server, and RPC:Completed in each case, even when it ...
SQL Server 2005 Database Tuning Advisor
Joe K. -
21 Jan 2009 8:43 PM - 3 messages
I would like to use the SQL Server 2005 database tuning advisor for my one of database on this database server for tuning indexes. Should I create SQL Server profiler trace and use this in the database tuning advisor for index analysis? Which template or options should be ...
SQL Management Studio and Small Business Server
John Cradock -
22 Jan 2009 12:30 AM - 3 messages
Forgive the "cross-posting," but I wasn't sure of the best group for this question. I am installing some software on SBS 2003, and it appears the SQL Management Studio is not on this server. I need to have this. Does SQL Management ...
SQL Maintenance Plans and Atomic Backups of a Set of Databases
Sophie Bunce -
15 Jan 2009 3:18 PM - 6 messages
I am new to this tool and have a general question. Is it possible to set up a SQL Maintenance Plan that guarantees an atomic backup of a set of several databases? It is imperative that both the full ...
Free tools for keeping sql server instances of db in synch?
mat -
2 Jan 2009 11:31 PM - 6 messages
I would be very interested in hearing about any free or very low cost utilities that anyone would recommend for helping to make sure two/three 'copies' of the same db are kept in synch. I have the development copy ...
how to trace a given t-sql-statement?
Fritz Theiss -
13 Nov 2008 7:40 PM - 5 messages
hi, in order to troubleshoot a given scenario i have to find out, which stored procedure, etc. is firing as a specific piece of t-sql code (which has been written by different people). how can i figure this out? i am aware of sql ...
Backup stratagy Overview
David Hills -
9 Jan 2009 11:16 AM - 3 messages
Good Morning can some one point me in the direction of a good simple overview of back stratagy for sequal server. I'm running axapta, I run a full online backup everynight, compress it, copy it to another server, reconnect just the mdb ...
No trace of maintenance plan checkdb in sql server error log?!?
Pedja -
5 Jan 2009 9:35 PM - 5 messages
Hi, I noticed this issue across all sql server 2005 servers in our environment. When we create maintenance plan (using wizard) for specific user database, with database integrity check task included, there is no trace of DBCC CHECKDB for that specific database in sql server error log. There is only ...
RE: Weird BCP Issue
Mark Han[MSFT] -
29 Dec 2008 6:37 AM - 4 messages
Hi I have re-produce the issue on my work machine. It seems to be a known-issue. For your convenience, I'm consulting with our dev team now. If updating anything, I will send an email to you. Besides, if it is convenient to you, could you please create a SSIS ...
RE: Database Engine Tuning Advisor
James Martin -
31 Dec 2008 5:32 PM - 2 messages
For anyone who is having this issue and is using a sys admin account, I ran the following script to adding the missing objects to MSDB. It is posted across 6 posts since there is a limit to the post size: ...
Greyed out View Designer and Query Designer
Jarryd -
9 Dec 2008 10:33 AM - 12 messages
Hi all, If I add the View Designer or Query Designer toolbars they remain greyed out no matter what I do. What is the point of this. If this functionality is only available using tools other than SSMS-2008 then why is it available to ...
Copy message body with formatting from Outlook to Word.
wpilgri88 -
20 Mar 2009 9:30 PM - 3 messages
I am new to Outlook VBA (experienced with Excel) and am trying to develop a custom print style for Outlook 2003 as layed out in MS Press "Outlook 2003 Inside Out" Chapter 26. I've made a word document template with several text fields that I am ...
Printing TIFF/JPG Attachment
Henk Pols -
19 Mar 2009 10:18 PM - 2 messages
Does anyone have the vba code to print an Tiff/JPG attachment? I am writng a code that will print a selected E-mail and all attached documents. So far Iam able to print .doc and .xls attachments, I am missing ...
Start macro creating a mail with contact data and autotext
WaWa -
24 Feb 2009 2:18 PM - 4 messages
Hallo, I am working with an user form. The developing of that form started with Outlook XP with a lot of code inside for different buttons. I changed to Outlook 2007 and unfortunately the code of the form was not ...
Delegate Exporting Contacts using VBA?
David -
17 Feb 2009 12:56 AM - 6 messages
Hello! I am a VBA programmer who has programmed a wonderful VBA solution to export contacts to a custom database. The problem (or challenge, as it were) is that the the customer wants to have delegates do the export. Is there an easy way (or any way) through ...
avoid syncing birthday date to calendar when saving contact Item
Andreas Wöckl -
26 Jan 2009 1:20 PM - 5 messages
Hi Group! I am syncing my contacts from an sql server database to a public folder with VBA. I am using the following code (snippet) With myItem .OrganizationalIDNumber = myId .Birthday = myBirthday ... ...
Microsoft Outlook 2000 Lost My E-mails in all folders
judibugg -
5 Nov 2005 10:56 PM - 13 messages
Hi, For some reason Outlook lost my e-mails in all folders and brought in items that I had deleted awhile ago. It took away emails from October 23rd through November 4th and brought in old deleted emails. Is there any place that I can ...
Outlook confirmation dialog.
vovan -
22 Jan 2009 12:10 AM - 4 messages
First of all I'm sorry if I'm posting in a wrong group. I just do not know what does my problem belong to. I have 2 development machines. I tested some VB6 code to send an email programmatically. On the first machine the mail was send. The second machine ...
Working with Outlook Contacts from Access
Dale Fye -
18 Jan 2009 12:44 PM - 14 messages
After several searches of the newsgroups, and with some cobbling together, I now have a subroutine that will read the pertinent fields from my Outlook contacts list, and populate a table in my database. However, I would like to use late binding as I have users running both Office 2003 and 2007 and ...
Add internet header in Outgoing email? Sample Code
freeman642@gmail.com -
15 Jan 2009 6:32 PM - 5 messages
Dear all, driving me a bit mad, need to add an email header with a title called lead ID: in the an outgoing mail and written a little test app below. It works but when delivered the extra header is not ...
missing elements while passing XML from .NET to SQL 2005
Pradeep -
19 Mar 2009 11:58 AM - 3 messages
Hi, I am calling an SP from my .NET class. SqlParameter prmMessage = new SqlParameter(); prmMessage.ParameterName = "@iMessage"; prmMessage.SqlDbType = SqlDbType.Xml; ...
Import XML with multiple sublevel nodes
Crud -
11 Mar 2009 11:09 PM - 2 messages
Hi all I need to set up an xml import procedure that allows large-scale xml records to be imported into multiple tables. I am currently using bulkload to pull in large files (200+meg each) which are basically flat in nature, only ...
XML parsing: ... illegal xml character
Josh -
11 Mar 2009 5:17 PM - 4 messages
WHY do I get this , "XML parsing: line 3, character 13, illegal xml character" when using UTF-8 ?? declare @myxml xml; set @myxml = '<?xml version="1.0" encoding="utf-8"?> <myFields> <NAME>Kaboré</NAME> ...
XML EXPLICIT Help
Don Miller -
3 Mar 2009 5:54 PM - 7 messages
I guess I don't understand XML EXPLICIT or don't know how to go more than a level or two deep. What I want as output is below (along with my query attempt below it). Basically, what I get is something like: ...
OPENXML to accept both attributes and elements
Goran Djuranovic -
9 Feb 2009 5:59 PM - 4 messages
Hi all, Is it possible to retreive values from XML document whether they where sent as elements or attributes, using OPENXML? For example, if someone sends me: <Root><Customer Name="blah"></Customer></Root> or ...
Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers |
||||||||||||||||||||