<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'HELP! Automate Mail merge using ODBC into a Secure Access Database' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'HELP! Automate Mail merge using ODBC into a Secure Access Database' posted on the 'VBA' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 23:04:07 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 23:04:07 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>HELP! Automate Mail merge using ODBC into a Secure Access Database</title>
      <link>http://www.programmersheaven.com/mb/vba/31214/31214/help-automate-mail-merge-using-odbc-into-a-secure-access-database/</link>
      <description>After securing my Access 97 database, and&amp;lt;br&amp;gt;&lt;br /&gt;
established user-level password and access permissions, I started getting the&amp;lt;br&amp;gt;&lt;br /&gt;
error message "Word could not open the data source" every time I try to run mail&amp;lt;br&amp;gt;&lt;br /&gt;
merges.  I have entered UID:= and PWD:= portions of the connection string, and researched every article and &amp;lt;br&amp;gt;&lt;br /&gt;
information site that I can find.  Is there another way to establish that data source&amp;lt;br&amp;gt;&lt;br /&gt;
connection in Word 97 for the Mail Merge?  HELP! &amp;lt;br&amp;gt;&lt;br /&gt;
      One of my reference books (VB4) speaks to the issue of the Jet engine&amp;lt;br&amp;gt;&lt;br /&gt;
not being able to open password protected files.  Is that the problem?&amp;lt;br&amp;gt;&lt;br /&gt;
      Can I bypass the Jet engine &amp;amp; still execute the mail merge command from Access?&amp;lt;br&amp;gt;&lt;br /&gt;
      Due to formatting and saving issues, recreating the documents as reports is&amp;lt;br&amp;gt;&lt;br /&gt;
not an option.&amp;lt;br&amp;gt;&lt;br /&gt;
    Connection string is:&amp;lt;br&amp;gt;&lt;br /&gt;
constr = "DSN=MS Access 97 Database;UID=****;PWD=****;DBQ=C:\My Documents\dbs.mdb;FIL=RedISAM;"&amp;lt;br&amp;gt;&lt;br /&gt;
    Mail merge command line I am using is:&amp;lt;br&amp;gt;&lt;br /&gt;
mailmerge.OpenDataSource Name:="C:\My Documents\dbs.mdb", ReadOnly:=False, LinkToSource:=True, _&amp;lt;br&amp;gt;&lt;br /&gt;
           Connection:=constr, SqlStatement:="Select * from [" &amp;amp; qry &amp;amp; "]"&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/31214/31214/help-automate-mail-merge-using-odbc-into-a-secure-access-database/</guid>
      <pubDate>Thu, 10 Aug 2000 20:06:21 -0700</pubDate>
      <category>VBA</category>
    </item>
    <item>
      <title>Re: HELP! Automate Mail merge using ODBC into a Secure Access Database</title>
      <link>http://www.programmersheaven.com/mb/vba/31214/47386/re-help-automate-mail-merge-using-odbc-into-a-secure-access-database/#47386</link>
      <description>Have you tried manually creating the mail merge from within Word?  How about using a DSN that contains the user information??  I have to do this to connect to Informix Database Engines and can do it using DSN connections.&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/31214/47386/re-help-automate-mail-merge-using-odbc-into-a-secure-access-database/#47386</guid>
      <pubDate>Fri, 12 Jan 2001 08:36:57 -0700</pubDate>
      <category>VBA</category>
    </item>
    <item>
      <title>Re: HELP! Automate Mail merge using ODBC into a Secure Access Database</title>
      <link>http://www.programmersheaven.com/mb/vba/31214/47389/re-help-automate-mail-merge-using-odbc-into-a-secure-access-database/#47389</link>
      <description>Have you tried manually creating the mail merge from within Word?  How about using a DSN that contains the user information??  I have to do this to connect to Informix Database Engines and can do it using DSN connections.&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/31214/47389/re-help-automate-mail-merge-using-odbc-into-a-secure-access-database/#47389</guid>
      <pubDate>Fri, 12 Jan 2001 08:40:23 -0700</pubDate>
      <category>VBA</category>
    </item>
    <item>
      <title>RecordSet.open, adOpenDynamic</title>
      <link>http://www.programmersheaven.com/mb/vba/31214/115107/recordsetopen-adopendynamic/#115107</link>
      <description>Hi, please help!&lt;br /&gt;
im working with Visual Basic 6.0 and Oracle,&lt;br /&gt;
&lt;br /&gt;
 i traing to open a Recorset&lt;br /&gt;
 Dim Rec as New ADODB.Recordset&lt;br /&gt;
 strSQL="SELECT * FROM Emp"&lt;br /&gt;
 Rec.open strSQL, db, adOpenDynamic, adLockOptimistic&lt;br /&gt;
&lt;br /&gt;
 and Mi problem is: &lt;br /&gt;
 Rec.cursortype change to adOpenStatic&lt;br /&gt;
 i need to be open adOpenDynamic&lt;br /&gt;
&lt;br /&gt;
 my connection are:&lt;br /&gt;
  dim db as New ADODB.Connection&lt;br /&gt;
&lt;br /&gt;
 db.Open "PROVIDER=OraOLEDB.Oracle;Data Source=dim0001;User id=usuario;Password=usuario;"&lt;br /&gt;
&lt;br /&gt;
 db.Open "PROVIDER=MSDAORA;Data Source=dim0001;User id=usuario;Password=usuario;"&lt;br /&gt;
&lt;br /&gt;
 db.Open "PROVIDER=MSDASQL;driver={Microsoft ODBC for Oracle};server=dim0001;uid=usuario;pwd=usuario;"&lt;br /&gt;
&lt;br /&gt;
 db.Open "driver={Microsoft ODBC for Oracle};server=dim0001;uid=usuario;pwd=usuario;"&lt;br /&gt;
&lt;br /&gt;
 db.Open "DSN=dim0001;uid=usuario;pwd=usuario"&lt;br /&gt;
&lt;br /&gt;
 db.Open "PROVIDER=MSDASQL;Data Source=dim0001;User id=usuario;Password=usuario;"&lt;br /&gt;
&lt;br /&gt;
 db.Open "Data Source=dim0001;User id=usuario;Password=usuario;"&lt;br /&gt;
&lt;br /&gt;
db.Open "PROVIDER=MSDASQL;dsn=dim0001;uid=usuario;pwd=usua
rio;"&lt;br /&gt;
&lt;br /&gt;
i traing all but not work, please help!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/vba/31214/115107/recordsetopen-adopendynamic/#115107</guid>
      <pubDate>Wed, 08 May 2002 12:39:12 -0700</pubDate>
      <category>VBA</category>
    </item>
  </channel>
</rss>