﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Connect to Dbase 5 Tables</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 10 Sep 2026 20:51:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Connect to Dbase 5 Tables</title><link>http://forum.strataframe.net/FindPost24173.aspx</link><description>I am trying to connect the Business Object Mapper to a set of Dbase 5 tables.  I tried using the connection string:&lt;br&gt;
&lt;br&gt;
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\projects\hsfis\sesn0026;Extended Properties=dBASE V;User ID=Admin;Password= "&lt;br&gt;
&lt;br&gt;
and when I go to Configure Object -&gt; Get Source I get an error message "Could not find installable ISAM"&lt;br&gt;
&lt;br&gt;
How do I go about using Dbase 5 tables in Strataframe?&lt;br&gt;
&lt;br&gt;
Thanks!  I'm in the early evaluation phase and I'm trying to move from years of Visual FoxPro experience into a solid .Net framework.</description><pubDate>Thu, 13 Aug 2009 10:48:05 GMT</pubDate><dc:creator>Brad Weaver (Canada)</dc:creator></item><item><title>RE: Connect to Dbase 5 Tables</title><link>http://forum.strataframe.net/FindPost24183.aspx</link><description>Great!  Glad you got it going!</description><pubDate>Thu, 13 Aug 2009 10:48:05 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Connect to Dbase 5 Tables</title><link>http://forum.strataframe.net/FindPost24182.aspx</link><description>Thanks for such a quick response.  The problem was I was using the wrong Dbase version code.  Changed the string to:&lt;br&gt;
&lt;br&gt;
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\projects\hsfis\sesn0026;Extended Properties=dBASE IV;User ID=Admin;Password= &lt;br&gt;
&lt;br&gt;
and I can now enumerate tables and add to my structure.  Looks like I've got some work to do on my project now!&lt;br&gt;
&lt;br&gt;
Thanks again.  I'll let you know in the next few days if I'm a Strataframe convert...</description><pubDate>Thu, 13 Aug 2009 10:09:03 GMT</pubDate><dc:creator>Brad Weaver (Canada)</dc:creator></item><item><title>RE: Connect to Dbase 5 Tables</title><link>http://forum.strataframe.net/FindPost24179.aspx</link><description>Well, from looking at your connection string, you are trying to connect to an older dBase file, correct?&lt;br&gt;
&lt;br&gt;
The ISAM message is actually coming from the OleDbConnection class from within .NET.  In this example, we simply pass through the connection string to the connection and them call the GetSchema (and other) methods to pull back the schema of the table in question.  So the OleDB provider that you are using or the tables either needs the connection string to be tweaked or doesn't have proper drivers.  We rely on the OLE DB providers to access the data.  Here are a couple of articles and discussions that I have found in regards to this message:&lt;br&gt;
&lt;br&gt;
[url=http://support.microsoft.com/kb/318161]http://support.microsoft.com/kb/318161[/url]&lt;br&gt;
&lt;br&gt;
[url=http://www.webmasterworld.com/forum47/112.htm]http://www.webmasterworld.com/forum47/112.htm[/url]&lt;br&gt;
&lt;br&gt;
[url=http://www.dotnetspider.com/forum/4630-Could-not-find-installable-ISAM.aspx]http://www.dotnetspider.com/forum/4630-Could-not-find-installable-ISAM.aspx[/url]&lt;br&gt;
&lt;br&gt;
[url=http://www.dotnet247.com/247reference/msgs/22/112430.aspx]http://www.dotnet247.com/247reference/msgs/22/112430.aspx[/url]&lt;br&gt;
&lt;br&gt;
In all of these threads and discussions, it is referring to the Jet.OLEDB.4.0 provider.  Let me know if you do not make any quick progress on this and I will try and reproduce.  In this case I will need you to provide us with some sample databases or tables for testing.</description><pubDate>Thu, 13 Aug 2009 09:11:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>