﻿<?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 Database Deployment Toolkit » Issues  » VFP DBC imports but tables ignored</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 26 May 2026 15:56:03 GMT</lastBuildDate><ttl>20</ttl><item><title>VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18845.aspx</link><description>Perhaps someone else can confirm :&lt;br&gt;
&lt;br&gt;
Importing VFP DBC with very latest 1.66:  &lt;br&gt;
&lt;br&gt;
tables of selected DBC show in picklist.  Whether selecting all or some, no tables are imported into DDT schema.  Database created, but no tables.  &lt;br&gt;
&lt;br&gt;
TIA&lt;br&gt;
&lt;br&gt;
:w00t:&lt;br&gt;</description><pubDate>Wed, 10 Sep 2008 09:40:49 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19249.aspx</link><description>Well, let's just take out some of the variables and maybe you can determine what the issue is on your side.&amp;nbsp; Here is what is done within the DDT VFP table import:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connection String = "Provider=VFPOLEDB;Data Source=C:\MyDBC.dbc"&lt;/LI&gt;&lt;LI&gt;An OleDbConnection is created using the above specified connection string&lt;/LI&gt;&lt;LI&gt;We then call the GetOleDbSchemaTable to get the tables within the DBC&lt;BR&gt;&lt;BR&gt;[codesnippet]Dim myTables As DataTable&lt;BR&gt;myTables = Connection.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})[/codesnippet]&lt;BR&gt;&lt;/LI&gt;&lt;LI&gt;This will retrieve all of the tables.&amp;nbsp; You can then get all of the columns for a table using this call on the same connection object:&lt;BR&gt;&lt;BR&gt;[codesnippet]Dim myColumns As DataTable&lt;BR&gt;myColumns = Connection.GetOleDbSchemaTable(OleDbSchemaGuid.Columns, New Object() {Nothing, Nothing, "TableName",Nothing})[/codesnippet]&lt;BR&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That's it....so it would appear that one of these two calls are failing in your environments.&amp;nbsp; You might just want to create a test program and try this yourself to see if you can determine if an exception is being thrown.&lt;/P&gt;&lt;P&gt;Also, this should have abolsutely nothing to do with the latest build as this portion of the import wizard has not changed in a very long time and the import is working for us as well as a number of other users on this same build (even using the DBC provided by Edhy).&lt;/P&gt;&lt;P&gt;Let me know if you have any insight or exceptions thrown with the above code and then we may be able to figure out an all around solution.</description><pubDate>Wed, 10 Sep 2008 09:40:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19245.aspx</link><description>see attached file please</description><pubDate>Wed, 10 Sep 2008 00:06:11 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19241.aspx</link><description>DDT must be pretty fussy (at least in the latest version)  I have now tested with vfpoledb.dll dated &lt;br&gt;
11/04/05 and 10/15/07 and neither imports tables.&lt;br&gt;
&lt;br&gt;
Could you just post the DLL you are using so we can test that?&lt;br&gt;
&lt;br&gt;
(and Keith, would you check the date on the one you are using)&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 09 Sep 2008 18:31:45 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19240.aspx</link><description>Ouch.  I think I may have the 8.0 version someplace and I guess since I really don't use the VFEOLEDB for anything else I can keep that one loaded if necessary.  I'll try to test it and let you know.&lt;br&gt;</description><pubDate>Tue, 09 Sep 2008 18:06:45 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19206.aspx</link><description>[quote][b]Dustin Taylor (09/09/2008)[/b][hr]Whoops :w00t:Trent just got back from vacation[/quote] &lt;P&gt;Somehow I got the impression at the training that he was not allow to take vacations without his notebook&amp;nbsp;:hehe: &lt;P&gt;[quote]Turns out we are looking for VFP OLE DB version 8, not 9, on the DDT imports,&amp;nbsp;so I told you wrong (Edhy and Charles). Any chance you guys could try swapping the .dll to version 8 and giving it another shot? I'd love to get to the bottom of why neither of you can get this working on your machines![/quote] &lt;P&gt;I will see if I can get version 8 somewhere to test it.&amp;nbsp; But I am wondering, if the DDT is&amp;nbsp;checking for specific version of the oldb, shouldn't the DDT display a warning message?</description><pubDate>Tue, 09 Sep 2008 10:20:48 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19200.aspx</link><description>Whoops :w00t:&lt;P&gt;Trent just got back from vacation and I ran this by him. Turns out we are looking for VFP OLE DB version 8, not 9, on the DDT imports,&amp;nbsp;so I told you wrong (Edhy and Charles). Any chance you guys could try swapping the .dll to version 8 and giving it another shot? I'd love to get to the bottom of why neither of you can get this working on your machines!</description><pubDate>Tue, 09 Sep 2008 09:57:45 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19186.aspx</link><description>Guys,&lt;/P&gt;&lt;P&gt;I have never tried to import a VFP database until now, I have an old product of ours to convert and I just started the project. I just wanted you to know that&amp;nbsp;the DDT import&amp;nbsp;worked and brought in all the tables and views in addition to creating the database. &lt;/P&gt;&lt;P&gt;There must be something to your environment, are you using VFP9 DBC? I know mine was.&lt;/P&gt;&lt;P&gt;If I can offer anything else to help you fix your issue please let me know.&lt;/P&gt;&lt;P&gt;I am attaching the database I imported, perhaps you can try this and get another data point towards a resolution.&lt;/P&gt;&lt;P&gt;Good luck.</description><pubDate>Mon, 08 Sep 2008 21:24:52 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19184.aspx</link><description>My understanding is the version just prior to the last had problems importing tables from anything.  the fix in the latest version seems to have fixed the importing of SQL tables but VFP tables are not coming in.  ( Dustin says it works for him, but neither Edhy nor I can get it to import - all of us using the same test database that Edhy posted and the latest versions of DDT and of VFPOLEDB )&lt;br&gt;
&lt;br&gt;
:(&lt;br&gt;
&lt;br&gt;</description><pubDate>Mon, 08 Sep 2008 17:44:23 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19180.aspx</link><description>Just went and downloaded the latest version of the beta (posted 8-27-08) and that fixed the problem for me.&lt;br&gt;
&lt;br&gt;
http://forum.strataframe.net/Topic15687-22-2.aspx</description><pubDate>Mon, 08 Sep 2008 13:43:12 GMT</pubDate><dc:creator>Roger Lightbody, Jr</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19174.aspx</link><description>I am trying to import from a SQL database and am seeing the same issues, it imported my views ok, but no tables were imported.</description><pubDate>Mon, 08 Sep 2008 12:15:38 GMT</pubDate><dc:creator>Roger Lightbody, Jr</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19038.aspx</link><description>Same result here.  Installed the latest VFPOLEDB from your link, following instructions, told install was successful.&lt;br&gt;
&lt;br&gt;
Imports DBC - no tables   &lt;br&gt;
&lt;br&gt;
Vista and very latest SF&lt;br&gt;
&lt;br&gt;
FWIW this is the first build where I've had a problem.&lt;br&gt;</description><pubDate>Wed, 03 Sep 2008 23:23:58 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19016.aspx</link><description>[quote][b]Dustin Taylor (09/03/2008)[/b][hr]the only thing that I can think of that would be different between my environment and you guys' is the vfp oledb. I'm sure I'm preaching to the choir on this one, but you guys do have the 9.0 VFP OLEDB driver loaded on your dev machines, right? You can double check by grabbing the one &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e1a87d8f-2d58-491f-a0fa-95a3289c5fd4&amp;amp;DisplayLang=en"&gt;here&lt;/A&gt;, installing it,&amp;nbsp;then giving the import another go.[/quote]&lt;P&gt;Nope, I just downloaded the VFPOleDB from your link, installed, re-import and nothing.&amp;nbsp; I guess you may be running a newest DDT ;)</description><pubDate>Wed, 03 Sep 2008 14:27:13 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost19013.aspx</link><description>&lt;IMG src="http://forum.strataframe.net/Uploads/Images/611ef95c-5840-4e9b-bf72-20ce.png"&gt;&lt;/P&gt;&lt;P&gt;She works for me. Go figure.&lt;/P&gt;&lt;P&gt;It sounds like it is snuffing an error on the table import, and the only thing that I can think of that would be different between my environment and you guys' is the vfp oledb. I'm sure I'm preaching to the choir on this one, but you guys do have the 9.0 VFP OLEDB driver loaded on your dev machines, right? You can double check by grabbing the one &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e1a87d8f-2d58-491f-a0fa-95a3289c5fd4&amp;amp;DisplayLang=en"&gt;here&lt;/A&gt;, installing it,&amp;nbsp;then giving the import another go.</description><pubDate>Wed, 03 Sep 2008 14:07:29 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18998.aspx</link><description>The dbc you posted fails for me as well.  DBC is created.  No tables.:(</description><pubDate>Wed, 03 Sep 2008 12:03:46 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18968.aspx</link><description>Hi Dustin,&lt;/P&gt;&lt;P&gt;Here is a small test that failed on my end.&amp;nbsp; I am using the latest beta posted.</description><pubDate>Wed, 03 Sep 2008 09:42:31 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18962.aspx</link><description>There is obviously something going on, but it is actually working on my end. Any chance you can zip up one of your DBCs&amp;nbsp;that fail along with the associated tables so I can give that a shot?&lt;P&gt;Thanks! :)</description><pubDate>Wed, 03 Sep 2008 08:37:49 GMT</pubDate><dc:creator>Dustin Taylor</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18961.aspx</link><description>Thanks Eddy - &lt;br&gt;
&lt;br&gt;
I'm a child of the 60s, so I always like to have my hallucinations confirmed :cool:&lt;br&gt;
&lt;br&gt;
I think now Dustin or Trent will see this and I would not be surprised if the bug is an easy one to fix.  &lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 03 Sep 2008 08:30:04 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18955.aspx</link><description>Hi Charles,&lt;/P&gt;&lt;P&gt;I just did the same test per your request and I can confirm the same results as yours, no tables are imported, just the database gets created in the DDT.&lt;/P&gt;&lt;P&gt;Guess you're not dreaming :)</description><pubDate>Wed, 03 Sep 2008 07:06:48 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: VFP DBC imports but tables ignored</title><link>http://forum.strataframe.net/FindPost18953.aspx</link><description>Just bumping this one.  Is there anyone with a VFP database who could try a quick import of a  table or 2 into DDT and see if it is coming in?  Just need to know if this is something broken in most recent DDT or if for some reason my local version just refused to do VFP tables ( I am in the middle of doing a big VFP - SQL conversion and this would save me a LOT of time )&lt;br&gt;
&lt;br&gt;
TIA&lt;br&gt;
&lt;br&gt;
:D&lt;br&gt;</description><pubDate>Wed, 03 Sep 2008 06:12:13 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item></channel></rss>