<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'Access'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=Access&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'Access'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Error in connecting Access and asp.net</title><link>http://forums.asp.net/thread/3565570.aspx</link><pubDate>Tue, 15 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3565570</guid><dc:creator>Md Eqbal Ansari</dc:creator><description>&lt;p&gt;hi....&lt;/p&gt;
&lt;p&gt;I want to do simple job...&lt;/p&gt;
&lt;p&gt;connecting asp.net to access&amp;nbsp; .. &lt;/p&gt;
&lt;p&gt;I have already did it several times but this time I am getting error.&lt;/p&gt;
&lt;p&gt;please help me.&lt;/p&gt;
&lt;p&gt;my code is&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;&lt;font size="2"&gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;protected&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;font size="2"&gt; Page_Load(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;object&lt;/font&gt;&lt;font size="2"&gt; sender, &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;EventArgs&lt;/font&gt;&lt;font size="2"&gt; e)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;OleDbConnection&lt;/font&gt;&lt;font color="#000000" size="2"&gt; con= &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font color="#000000" size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;OleDbConnection&lt;/font&gt;&lt;font color="#000000" size="2"&gt;(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;DataSource=E:\\MyWebSite\\Student.mdb&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#2b91af" size="2"&gt;DataSet&lt;/font&gt;&lt;font size="2"&gt; dbset = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;DataSet&lt;/font&gt;&lt;font size="2"&gt;(); 
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;string&lt;/font&gt;&lt;font size="2"&gt; sql = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;select * from LoginTable&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;; 
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&lt;font color="#2b91af" size="2"&gt;OleDbDataAdapter&lt;/font&gt;&lt;font size="2"&gt; adr = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;OleDbDataAdapter&lt;/font&gt;&lt;font size="2"&gt;(sql, con); 
&lt;p&gt;con.Open();&lt;/p&gt;
&lt;p&gt;adr.Fill(dbset);&lt;/p&gt;
&lt;p&gt;con.Close(); &lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;/p&gt;&amp;nbsp;}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am getting the following error:-&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2&gt;&lt;i&gt;Could not find installable ISAM.&lt;/i&gt; &lt;/h2&gt;
&lt;p&gt;&lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;b&gt;&lt;font face="Verdana"&gt;Description: &lt;/font&gt;&lt;/b&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;font face="Verdana"&gt;Exception Details: &lt;/font&gt;&lt;/b&gt;System.Data.OleDb.OleDbException: Could not find installable ISAM.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;font face="Verdana"&gt;Source Error:&lt;/font&gt;&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;
&lt;table class="mceItemTable" bgcolor="#ffffcc"&gt;

&lt;tr&gt;
&lt;td&gt;&lt;code&gt;&lt;pre&gt;Line 21:         OleDbDataAdapter adr = new OleDbDataAdapter(sql, con);
Line 22: //        con.Open();
&lt;font color="red"&gt;Line 23:         adr.Fill(dbset);
&lt;/font&gt;Line 24:   //      con.Close();  
Line 25: &lt;/pre&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have Install Visual Studio 2008 right now..&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Displaying Yes and No for Database Fields</title><link>http://forums.asp.net/thread/3538633.aspx</link><pubDate>Sun, 29 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3538633</guid><dc:creator>STEVE.com</dc:creator><description>&lt;p&gt;I have a database that has several Yes or No fields.&amp;nbsp; When I insert a Label control into my site and connect it to the Yes or No field it displays &amp;quot;True&amp;quot; for Yes and &amp;quot;False&amp;quot; for No.&amp;nbsp; I would like to display them with the text Yes or No.&amp;nbsp; I have tried the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;asp:Label id=&amp;quot;myLabel&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;#39;&amp;lt;%# Eval(&amp;quot;myBooleanColumn&amp;quot;) == &amp;quot;true&amp;quot; ? &amp;quot;Yes&amp;quot; : &amp;quot;No&amp;quot; %&amp;gt;&amp;#39; /&amp;gt;&lt;/p&gt;
&lt;p&gt;but no matter if my database info is yes or no it will only display &amp;quot;Yes&amp;quot;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: help opening connection to access database c#</title><link>http://forums.asp.net/thread/3536560.aspx</link><pubDate>Fri, 27 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3536560</guid><dc:creator>pritam.ahire</dc:creator><description>&lt;p&gt;i have test this page with access db nd it is working fine,keep ur access&lt;/p&gt;&lt;p&gt;db file in app_code folder and then run program&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt;
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Xml.Linq;
using System.Data.OleDb;
using System.Web.Configuration;

public partial class AccessDatabase : System.Web.UI.Page
{
    private OleDbDataAdapter Objda;
    private OleDbConnection Objcn;
    protected void Page_Load(object sender, EventArgs e)
    {
          
           
         //Get connection string from Web.Config  
         Objcn = new OleDbConnection(WebConfigurationManager.ConnectionStrings[&amp;quot;ConnectionString&amp;quot;].ConnectionString);
         Objcn.Open();
         Objda = new OleDbDataAdapter(&amp;quot;select * from info&amp;quot;, Objcn);
         DataSet ds = new DataSet();
         Objda.Fill(ds, &amp;quot;info&amp;quot;);
         dataGrid.DataSource = ds.Tables[0];
         dataGrid.DataBind(); 
    }
}


&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Looking for ASP.NET/C# freelance job </title><link>http://forums.asp.net/thread/3530773.aspx</link><pubDate>Tue, 24 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3530773</guid><dc:creator>Ficher</dc:creator><description>&lt;div&gt;
&lt;div&gt;I would like to propose my services in web development to you.&lt;br /&gt;&lt;br /&gt;Technical skills:&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;ASP.NET, C#&lt;br /&gt;MS Integration Services, MS Office Sharepoint Services&lt;br /&gt;MS SQL, MySql,&amp;nbsp;Access, Sybase&lt;/div&gt;
&lt;div&gt;Warehouse system architecture&lt;br /&gt;Netezza&lt;/div&gt;
&lt;div&gt;DotNetNuke, nopCommerce&lt;br /&gt;Javascript libraries: jQuery, Mootools&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dmitry.&lt;br /&gt;&lt;br /&gt;tregubenko at gmail dot com&lt;/div&gt;&lt;/div&gt;</description></item><item><title>Problem with OLEDB and IIS</title><link>http://forums.asp.net/thread/3517042.aspx</link><pubDate>Tue, 17 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3517042</guid><dc:creator>carlosrah</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have an web application running on Windows Server 2003. Sometimes it throws an exception that i really don&amp;#39;t know how to fix it. it&amp;#39;s really extrange because it&amp;#39;s not constant, it happens sometime.&lt;/p&gt;
&lt;p&gt;When i go to the server Event Viewer i can see some errors like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EventType clr20r3, P1 aspnet_wp.exe, P2 2.0.50727.3082, P3 492b8702, P4 mscorlib, P5 2.0.0.0, P6 492b834a, P7 11eb, P8 18, P9 &lt;u&gt;system.outofmemoryexception&lt;/u&gt;, P10 NIL.&lt;/li&gt;
&lt;li&gt;aspnet_wp.exe (PID: 1988) stoped unexpected&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;The web application calls an Access database with the following line of code:&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;pre class="vb.net" name="code"&gt;&lt;pre class="vb.net" name="code"&gt;Dim oCnnAccess As New OleDb.OleDbConnection

Dim sCadConexion As String = &amp;quot;Data Source=&amp;quot;&amp;quot;&amp;quot; &amp;amp; RutaAccessTemporal &amp;amp; &amp;quot;&amp;quot;&amp;quot;;Provider=&amp;quot;&amp;quot;Microsoft.Jet.OLEDB.4.0&amp;quot;&amp;quot;;Mode=Share Deny None&amp;quot;
            oCnnAccess.ConnectionString = sCadConexion
            oCnnAccess.Open()
&lt;/pre&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;RutaAccessTemporal = Path to the .mdb&lt;/p&gt;&lt;p&gt;What should i look for? i really don&amp;#39;t see the problem, and the application works fine, but sometimes i throws the exceptions.&lt;/p&gt;&lt;p&gt;Thanks to all....&lt;/p&gt;&lt;p&gt;Carlos Aparicio&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>SQL query: Inserting multiple results into a new table</title><link>http://forums.asp.net/thread/3511866.aspx</link><pubDate>Fri, 13 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3511866</guid><dc:creator>lorengphd1</dc:creator><description>&lt;p&gt;I have a MS ACCESS 2000 sql query that returns several results, sometimes up to 30 or so.&amp;nbsp; I want to insert these results into a new table all at once, each with their own unique ID [once in the new table].&amp;nbsp; How is this accomplished?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Loren&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to bypass CompanyWeb</title><link>http://forums.asp.net/thread/3487009.aspx</link><pubDate>Sat, 31 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3487009</guid><dc:creator>mathew7535</dc:creator><description>&lt;p&gt;If&amp;nbsp;I am not wrong, then you need to host your site. mean to say if any body type&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.companyweb.com"&gt;www.companyweb.com&lt;/a&gt; then your site will appear. For this you need to create&lt;/p&gt;
&lt;p&gt;an application in&amp;nbsp;IIS and redirect your&amp;nbsp;url to that particular ip.&lt;/p&gt;
&lt;p&gt;If&amp;nbsp;I am going in&amp;nbsp;right direction then let me know, more information will be provided @ &lt;a href="http://www.developersword.com"&gt;www.developersword.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;enjoy&amp;nbsp;&lt;/p&gt;</description></item><item><title>Working with Access in the App_Data directory</title><link>http://forums.asp.net/thread/3475297.aspx</link><pubDate>Sat, 24 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3475297</guid><dc:creator>john6630</dc:creator><description>&lt;p&gt;I have an Access database which I created in the App_Data directory. I added the following to the Web.Config file:&lt;/p&gt;&lt;p&gt;&amp;lt;connectionStrings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;LWAAccessConn&amp;quot; connectionString=&amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;DataSource==|DataDirectory|\LWA.mdb;Persist Security Info=True&amp;quot; providerName=&amp;quot;System.Data.OleDb&amp;quot;/&amp;gt;&lt;br /&gt; &amp;lt;/connectionStrings&amp;gt;&lt;/p&gt;&lt;p&gt;I create the connection as follows (credit to www.moretechtips.net for the following data access code):&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Public Sub Init()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ConnString = &amp;quot;&amp;quot; Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConnString = ConfigurationManager.ConnectionStrings(ConnStringID).ConnectionString&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Provider = ConfigurationManager.ConnectionStrings(ConnStringID).ProviderName&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Conn Is Nothing Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PFactory = DbProviderFactories.GetFactory(Provider)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conn = PFactory.CreateConnection&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conn.ConnectionString = ConnString&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cmd = PFactory.CreateCommand&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cmd.Connection = Conn&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Sub&lt;/p&gt;&lt;p&gt;If I break execution and look at ConnString at this point I see the exact string from the Web.Config file. The &amp;quot;|DataDirectory|&amp;quot; has not been replaced by the actual path to the database. That may be ok, I do not know.&lt;/p&gt;&lt;p&gt;I try to access the database with this code:&lt;/p&gt;&lt;p&gt;Public Function ExecuteNonQuery() As Integer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim rows As Integer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conn.Open()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rows = Cmd.ExecuteNonQuery()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Conn.Close()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return rows&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Function&lt;/p&gt;&lt;p&gt;At the &amp;quot;Conn.Open()&amp;quot; command I get the following error:&lt;/p&gt;&lt;p&gt;&amp;quot;Can not find installable ISAM&amp;quot;.&lt;/p&gt;&lt;p&gt;I am sure I am missing something simple but do not know where to begin. I added a reference to System.Data to my project but that had not affect.&lt;/p&gt;&lt;p&gt;Any help greatly appreciated.&lt;/p&gt;&lt;p&gt;TIA&lt;/p&gt;&lt;p&gt;John&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Displaying data from access database on intranet while people have Access version open</title><link>http://forums.asp.net/thread/3457679.aspx</link><pubDate>Wed, 14 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3457679</guid><dc:creator>jpmoriarty</dc:creator><description>&lt;p&gt;Hope you guys can help me.&amp;nbsp; I have a &amp;quot;back end&amp;quot; database on a network, which I then have a number of employees who use a &amp;quot;front end&amp;quot; on their local machines to connect to the database.&amp;nbsp; They&amp;#39;re putting information into the database.&lt;/p&gt;
&lt;p&gt;I also have an ASP based intranet site that&amp;#39;s used to display what&amp;#39;s in the database - never to write information to it, but to pull information out of it.&amp;nbsp; At the moment the ASP script connects to the actual backend db file.&amp;nbsp; The problem is that if one of my colleagues has their front end open and is putting new info into the db, the intranet fails as it says the db is already open (File in use).&amp;nbsp; I thought if I created another front end that connected to the tables in the back end specifically for the asp pages that&amp;#39;d help, but it&amp;#39;s still saying the file is in use.&lt;/p&gt;
&lt;p&gt;Is there any way I can be pulling data out of the db through my asp scripts whilst other people are adding info in (through split tables etc) using access?&amp;nbsp; Does the fact that the ASP script won&amp;#39;t be writing (and doesn&amp;#39;t need to) make it any easier?&lt;/p&gt;
&lt;p&gt;Grateful for any advice you can provide!&lt;/p&gt;</description></item><item><title>Re: Rewriting an Access Project (ADP) - Web or WPF - Suggestions and Tips please</title><link>http://forums.asp.net/thread/3425377.aspx</link><pubDate>Fri, 25 Sep 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3425377</guid><dc:creator>dministrator</dc:creator><description>&lt;p&gt;&amp;nbsp;Thank you for taking time for writing such an involved response. Very helpful. Thank you.&lt;/p&gt;
&lt;p&gt;Some more points about this application:&lt;br /&gt;&lt;br /&gt;Technical expertise is not an issue as we have people, myself included, working on everything from BizTalk, WCF, WWF and many other Microsoft technologies.&lt;br /&gt;&lt;br /&gt;I do not know the full history behind this Access application which I inherited, but one of the clincher in favor of using Access + Citrix seems to be that,&amp;nbsp; Access had everything they needed within one platform: Reporting, UI forms, interface to SQL Server Database etc. &lt;br /&gt;&lt;br /&gt;The terminals are all windows dumb-terminals, or as we like to call them - &amp;#39;unwise terminals&amp;#39;. The application is represented by a short cut on the desktop; when dbl-clicked will launch the Access ADP project via Citrix. I don&amp;#39;t think any of&amp;nbsp;the terminals have IE installed right now. &lt;/p&gt;
&lt;p&gt;If you have more to add on this topic, please do so. Thanks again for your response.&lt;/p&gt;</description></item></channel></rss>