<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - DBF, dBASE, FoxPro, Clipper, xBASE</title>
        <description>Forum for DBF, dBASE, FoxPro, Clipper, xBASE</description>
        <link>http://forums.mysql.com/list.php?126</link>
        <lastBuildDate>Tue, 24 Nov 2009 20:29:40 +0000</lastBuildDate>
        <generator>Phorum 5.2.1-alpha</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?126,277301,277301#msg-277301</guid>
            <title>A very odd ODBC problem:  Mysql connection busy (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,277301,277301#msg-277301</link>
            <description><![CDATA[ I have a Foxpro V9 sp2 program.  It does 70,000+ updates to a MySQL table.  Problem is the first update causes the cursor in MySQL to become busy for anywhere up to 5 minutes.  I do a suspend in foxpro and wait, then do a resume and the last 70,000+ records are processed in the matter of seconds.<br />
<br />
Any idea what would be causing this to happen?]]></description>
            <dc:creator>gregory west</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Fri, 21 Aug 2009 16:03:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,275984,275984#msg-275984</guid>
            <title>Mail sending problem (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,275984,275984#msg-275984</link>
            <description><![CDATA[ Hello,<br />
I have a problem while sending email from a server the mail sending is not working because that server not supporting mai sending property but i have to send email in that web site.is it possible to send email using another server's server details in that site for sending email? pls give me an answer immedately..]]></description>
            <dc:creator>Reshmi Babu</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 13 Aug 2009 16:13:14 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,273605,273605#msg-273605</guid>
            <title>LOCKS (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,273605,273605#msg-273605</link>
            <description><![CDATA[ Hi,<br />
<br />
I'm very new to mysql technology i need some information on how to see locks and blocks that are there in the database.....<br />
<br />
Your help is highly appreciated....<br />
<br />
Thanks,<br />
Kumar]]></description>
            <dc:creator>kumar raju</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 28 Jul 2009 16:00:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,267887,267887#msg-267887</guid>
            <title>XBase : can't find .dbt file (2 replies)</title>
            <link>http://forums.mysql.com/read.php?126,267887,267887#msg-267887</link>
            <description><![CDATA[ Greetings, <br />
The title is correct; can't find a .dbt file (note the t in .dbt).<br />
<br />
I'm moving a Perl script from my windows xp machine to a linux server.  When finished, a cronjob to run this program.<br />
<br />
The program runs fine on the windows machine, but I'm having what seems to be an XBase bug on the linux machine.<br />
<br />
I run a command on the command line to copy a bunch of FoxPro tables from one server (a foxpro production db) to another server/directory to be worked on.  This works and copies all the table files (.dbf, .cdx, and .fpt).  Note: not all the .fpt files get copied. <br />
<br />
Then I run a Perl script which loops through an array of the table names, creates a tab-delimited txt file to be used as a datafile for a sql-loader command that uploads the data into Oracle tables.  Piece of cake!<br />
<br />
Problem:<br />
I have about 50 tables.  This all works fine on about 44 tables.  On the others, I'm getting an XBase error about '... can't find file tablename.dbt' note the 't' in the extension.<br />
<br />
Would anyone have an idea on what is causing this error?  I'm baffled.<br />
<br />
Code - main parts related...<br />
<br />
use DBI;<br />
use XBase;<br />
<br />
#connection to foxpro<br />
eval { $foxDbh = DBI-&gt;connect(&quot;dbi:XBase: // blah blah blah }  # partial syntax<br />
<br />
# Tables that wont run in command line: '<br />
@CsoTableNames = ('cm', 'jb','mp', 'nt', 'rp', 'su');<br />
<br />
foreach my $table (@CsoTableNames) {<br />
  $sql = &quot;select * from $table&quot;;<br />
  eval{<br />
	$foxSth = $foxDbh-&gt;prepare($sql);<br />
	$foxSth-&gt;execute;<br />
  };<br />
  if($@){<br />
	$errorString = &quot; Problem Selecting from FoxPro $table table.&quot;.$@;<br />
	print &quot;Error on table $table : &quot;.$errorString.&quot;\n&quot;;<br />
	SendEmail($errorString);<br />
  }<br />
}<br />
<br />
Error:<br />
DBD::XBase::st execute failed: Table cm not found: Error opening file /home/path/to/tables/cm.dbt: No such file or directory <br />
 <br />
Error on table cm :  Problem Selecting from FoxPro cm table.DBD::XBase::st execute failed: Table cm not found: Error opening file /home/path/to/tables/cm.dbt: No such file or directory<br />
<br />
I've checked and tested the tables in the directory they are copied to.  I can open them in FoxPro and the data is good.  Again, this only happens on six of the fifty tables.  Strange!<br />
<br />
Any help or ideas would be GREATLY appreciated.]]></description>
            <dc:creator>John Cowan</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 16 Jul 2009 05:57:48 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,254878,254878#msg-254878</guid>
            <title>how to read and write record in the mysql database of internet using Visual Foxpro? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,254878,254878#msg-254878</link>
            <description><![CDATA[ hi,<br />
<br />
  i have a website contains 2 databases in the mysql. one database called 'information_schema' which was created by mysql, and another database called 'infodata' which created by me. <br />
<br />
  i use visual foxpro to write a program to access the database, the database show ok when i use SQLSTRINGCONNECT command to access the 'information_schema' database, but the database show error when i use SQLSTRINGCONNECT to access 'infodata' database, may i know what is wrong with database ? how to ratify this problem ? pls help me. thanks !!!]]></description>
            <dc:creator>Darren Ang</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 07 May 2009 13:11:41 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,249071,249071#msg-249071</guid>
            <title>ODBC connect user name problem (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,249071,249071#msg-249071</link>
            <description><![CDATA[ Hi<br />
I have been using odbc connect to a remote mysql data base sucessfully.<br />
<br />
Now I am on a different isp trying to connect.<br />
<br />
my odbc system dsn can't connect and it looks like it is because the long isp name is added to my user name.<br />
<br />
Help......<br />
<br />
Lee]]></description>
            <dc:creator>Lee Bjerke</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Sat, 21 Feb 2009 15:01:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,247115,247115#msg-247115</guid>
            <title>I;m new to this environment.. where to start (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,247115,247115#msg-247115</link>
            <description><![CDATA[ Hi all, Please any one help me regarding how to start to learn about concept like &quot; C++ access to mysql server in linux as well as in windows.. I know both C++ and basics of Mysql server.. <br />
<br />
Give some links where can I get the information regarding configuration and programming tips<br />
<br />
Thanks and regards<br />
vijay]]></description>
            <dc:creator>vijay kumar</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Wed, 18 Feb 2009 15:53:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,239727,239727#msg-239727</guid>
            <title>Use an automatic generated ID (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,239727,239727#msg-239727</link>
            <description><![CDATA[ Hi all:<br />
<br />
I'm trying to register an invoice that has:<br />
<br />
a) a Header (table A - autogenerated ID)<br />
b) a Body (table B - Foreign Key from Table A)<br />
<br />
The point is that I'm trying to encapsulate that in a TRANSACTION with the following statements:<br />
<br />
start transaction; <br />
insert into A (ID) values (0);   (ID=Integer autoincremental PK)<br />
select @IDCAB=LAST_INSERT_ID();<br />
insert into B (ID,FKCAB) values (0,@IDCAB);  (ID=Integer autoincremental PK)<br />
commit;<br />
<br />
<br />
Assuming that the value of ID in A was 34, when I see the B's new register, the field FKCAB is NULL instead of 34.<br />
Could you help me please?]]></description>
            <dc:creator>Alberto Garcia Cano</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 23 Dec 2008 14:31:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,238205,238205#msg-238205</guid>
            <title>save TAB value in longtext (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,238205,238205#msg-238205</link>
            <description><![CDATA[ Hi,<br />
<br />
When saving text to a (longtext) field my text can contain TAB's (ASCII value 9). When editing a record I cannot insert further tabs. They are ignored when saving the changed content.<br />
<br />
How to save TAB's?<br />
<br />
Regards, Gerrit]]></description>
            <dc:creator>gerrit broekhuis</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Fri, 12 Dec 2008 09:16:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,237127,237127#msg-237127</guid>
            <title>Hostplanes – Advanced web design (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,237127,237127#msg-237127</link>
            <description><![CDATA[ Corporative portals with a huge number of website within shopping cars for your clients can obtain your products or services online... <a rel="nofollow"  href="http://www.hostplanes.com">http://www.hostplanes.com</a>]]></description>
            <dc:creator>franklin fdsfdsf</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 04 Dec 2008 17:55:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,228833,228833#msg-228833</guid>
            <title>VFP remote view creation very slow.... (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,228833,228833#msg-228833</link>
            <description><![CDATA[ Any Visual FoxPro (VFP) folks out there?<br />
<br />
The VFP9 code to create a remote parameterized view (this is not a MySQL view) in a local database container file (DBC) seems to take a long time to complete, as if the code to create the parameterized view is actually causing a SELECT to be performed on the MySQL backend database.  Example VFP Code:<br />
<br />
CREATE SQL VIEW &quot;V_MV_INDEX&quot; REMOTE CONNECT &quot;mysql_connection&quot; ;<br />
	AS SELECT mv_index, veh_license, veh_state FROM mvehicle_index ;<br />
	WHERE veh_license = ?pcvlicense<br />
<br />
When connecting to MS-SQL Server via ODBC this code works as expected/documented, simply creating the view definition (sort of a locally stored persistent SQL Statement) with a &quot;?&quot; placeholder for a variable that is defined at runtime, without launching any kind of search or select in the backend database.  However, using the MySQL ODBC 5.1 Connector (also tried the 3.51 Connector) the creation of these VFP remote views takes a long time and the amount of time it takes seems to be proportional to the amount of data in the backend table.<br />
<br />
More Details:  Once created these views work as they should; no problem. Likewise my SQL passthru (SPT) code works very fast.  <br />
<br />
Does this behavior sound familliar to anyone?  Does anyone have any suggestions?<br />
<br />
Alec]]></description>
            <dc:creator>Alec Gagne</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Mon, 02 Feb 2009 12:27:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,228604,228604#msg-228604</guid>
            <title>help needed (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,228604,228604#msg-228604</link>
            <description><![CDATA[ hello everybody. i am a student of B.S.C IT in India and i am going to work on an project named telephone billing system. in which i have to made a application in user records, their bills, their detail has to be maintained. can any body suggest me that before starting this project what things i should kept in my mind. i mean before implementation what algorithm i should make.<br />
thank you i advance]]></description>
            <dc:creator>mia jade</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 02 Oct 2008 07:02:10 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,228583,228583#msg-228583</guid>
            <title>combine index (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,228583,228583#msg-228583</link>
            <description><![CDATA[ I want to convert .dbf to MySQL, in ,dbf I used a lot of combine index, such as dtos(mydate)+cashier_id, how to do it in MySQL?<br />
<br />
Thanks in advanced.<br />
<br />
Jerry]]></description>
            <dc:creator>Jerry Yang</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 02 Oct 2008 03:08:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,228158,228158#msg-228158</guid>
            <title>get an error &amp;quot;..Table vox.vox_projects not found, (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,228158,228158#msg-228158</link>
            <description><![CDATA[ I'm using Foxpro. On the MySQL at my office that I control I can connect via ODBC, query the tables and insert new records. <br />
<br />
At my client with MySQL, I get a successful connection via ODBC to the VOX database, but every attempt to access a table eg &quot;select * from Vox_Projects&quot; I get an error &quot;..Table vox.vox_projects not found. <br />
<br />
I'm on a machine that accesses and updates this table in the VOX database thru Access. <br />
<br />
I don't have the MySQL command program on the computer I'm on at the client's office. The programmer who set it up is in NY and says it was years ago, so is not a big help. <br />
<br />
Could this be a privileges issue? Can they hide the tables from a different program? Is there a SQL command I could execute in my compiled program to test for it? <br />
<br />
Or do I need to get access to their computer with the MySQL command program to see and change the privileges? <br />
<br />
Or can I download the free MySql onto the machine I use there and run the MySql command line and change from there?]]></description>
            <dc:creator>Kris Dahlin</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Mon, 29 Sep 2008 04:38:15 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,215048,215048#msg-215048</guid>
            <title>mysql to csv to dbf (3 replies)</title>
            <link>http://forums.mysql.com/read.php?126,215048,215048#msg-215048</link>
            <description><![CDATA[ I need to transfer data from mysql to dbf(Winbooks application ) using csv. Before I insert data into the main dbf database , I have a program that checks whether dbf file I generated is correct. <br />
<br />
mysql   -&gt;  csv  -&gt;  dbf(using Append from csv type delim) -&gt; program checking dbf -&gt; load to main dbase program<br />
<br />
Whenever, I try this process ,the checking program reports an error. Also, when I open the dbf file(generated from mysql) with notepad , I can see the file looks very different from the other dbf files that work fine. The collation I use in mysql is utf8_general_ci. Is there something I could do to resolve this issue.]]></description>
            <dc:creator>S D</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Sat, 21 Jun 2008 14:42:21 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,212113,212113#msg-212113</guid>
            <title>Urgent: On Vista OS MS ODBC dBase Driver Index creation problem. (2 replies)</title>
            <link>http://forums.mysql.com/read.php?126,212113,212113#msg-212113</link>
            <description><![CDATA[ Hi All,<br />
<br />
In VISTA OS. I am using the MS ODBC dBase Driver for using the dBase Database files. <br />
<br />
When i try to create UNIQUE INDEX one one of dBase Table using the SQL Query through the exception. <br />
<br />
SQL Query: CREATE UNIQUE INDEX [CURRENCY] ON CURRENCY (CURRNAME)<br />
<br />
When i execuet this through the exception with State:37000 and Native error 3552. <br />
<br />
This problem happens on only Vista OS . I am using VS 2003 with MFC CDatabase class. <br />
<br />
NOTE: In the above statement if i rename table name CURRENCY to any name then works fine. My requiremement is i should not chnage table name CURRENCY. <br />
<br />
I need your help badly waiting for your suggestion reply.<br />
<br />
-Vivek]]></description>
            <dc:creator>Vivek H</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Mon, 02 Jun 2008 18:08:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,211255,211255#msg-211255</guid>
            <title>sql noticaition in mysql ? ? ? ? (2 replies)</title>
            <link>http://forums.mysql.com/read.php?126,211255,211255#msg-211255</link>
            <description><![CDATA[ hi All,<br />
HOW TO PERFORM SQL QUERY NOTIFICATION IN MYSQL 5.0/5.1/6.0.Plese Suggest.]]></description>
            <dc:creator>Mohan Kalyan</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Sun, 01 Mar 2009 13:54:54 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,204559,204559#msg-204559</guid>
            <title>Need INSERT help (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,204559,204559#msg-204559</link>
            <description><![CDATA[ Hi: I'm doing connections to MySQL via Visual Foxpro's sqlstringconnect function, so I make all transactions via sqlexec function.<br />
What I want to know is what I'm supposed to do to get the &quot;error&quot; message for instance when I want to do an INSERT and the key of an index is duplicated? Is there a MySQL function that returns that thing?<br />
Thank you]]></description>
            <dc:creator>Alberto Garcia Cano</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 22 Apr 2008 05:47:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,203828,203828#msg-203828</guid>
            <title>numric data truncated (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,203828,203828#msg-203828</link>
            <description><![CDATA[ Dear All;<br />
I am trying to insert some data into mysql table as follow:<br />
Public aErrorArray(7)<br />
A1=&quot;ABC&quot;<br />
A2=&quot;100&quot;<br />
A3=&quot;DESC&quot;<br />
A4=6<br />
aErrorArray = 0<br />
= SQLSetprop(Nc, 'Transactions', 2)<br />
= SQLExec(Nc, &quot;INSERT INTO MYTABLE (X1,X2,X3,X4);<br />
VALUES ('&amp;A1','&amp;A2','&amp;A3','&amp;A4')&quot;)<br />
= Aerror(aErrorArray)<br />
<br />
If aErrorArray(1) = 0<br />
Sqlcommit(Nc)<br />
ENDIF<br />
<br />
but it gives me the following error :<br />
<br />
Connectivity error: [MySQL][ODBC 3.51 Driver][mysqld-5.1.23-rc-community]Data truncated for column 'X4' at row 1&quot;<br />
&quot;[MySQL][ODBC 3.51 Driver][mysqld-5.1.23-rc-community]Data truncated for column 'X4' at row 1&quot;<br />
<br />
If I put the 6 direct in place of '&amp;A4' like this '6' it works fine and it saves the record correct in the table.<br />
the field type in mysql table is float but I have tried various types it did not work.<br />
Any solution please, thanks in advance.]]></description>
            <dc:creator>Tarik ALKATHIRI</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 22 Apr 2008 05:51:42 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,203680,203680#msg-203680</guid>
            <title>Porting from Clipper : Java + Mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,203680,203680#msg-203680</link>
            <description><![CDATA[ I need to port quite a bit of Clipper code.<br />
<br />
I plan to use Java &amp; Mysql (on win xp).<br />
<br />
What softwares do I need to download from the Mysql site ?<br />
<br />
Any suggestions would be greatly appreciated.<br />
<br />
Thanks.<br />
<br />
Ravi Banthia]]></description>
            <dc:creator>Ravindra Banthia</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Fri, 04 Apr 2008 23:33:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,201982,201982#msg-201982</guid>
            <title>update an delete (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,201982,201982#msg-201982</link>
            <description><![CDATA[ When update or delete records with VFP9 SP1 with replace or delete commands, Mysql update all  records or delete all records, please helpme.<br />
<br />
Thanks]]></description>
            <dc:creator>Carlos Torres Suarez</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 22 Apr 2008 05:53:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,201981,201981#msg-201981</guid>
            <title>Number of record (4 replies)</title>
            <link>http://forums.mysql.com/read.php?126,201981,201981#msg-201981</link>
            <description><![CDATA[ How select by number of record in MYSQL<br />
<br />
Thanks]]></description>
            <dc:creator>Carlos Torres Suarez</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 08 May 2008 22:56:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,201820,201820#msg-201820</guid>
            <title>MySQL connect to ODBC Database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,201820,201820#msg-201820</link>
            <description><![CDATA[ Hi,<br />
<br />
i want to access an ODBC database (Visual FoxPro) with MySQL.<br />
Is there any solution?<br />
<br />
Example: Query a visual FoxPro DB with MYSQL Query Browser through ODBC<br />
<br />
Wolfgang]]></description>
            <dc:creator>W M</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 20 May 2008 04:54:06 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,196325,196325#msg-196325</guid>
            <title>IS there is a way importing Data from Act files to MySQL (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,196325,196325#msg-196325</link>
            <description><![CDATA[ Hi<br />
<br />
every body is there is a way how to import  data from ACT files MySQL please give me some response.]]></description>
            <dc:creator>srinivas pmm</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 14 Feb 2008 11:39:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,196116,196116#msg-196116</guid>
            <title>How to Import ACT files into MySql (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,196116,196116#msg-196116</link>
            <description><![CDATA[ Hi <br />
<br />
every body i have a requirement importing  ACT files into MySQL database. <br />
<br />
i came to know tht ACT files are foxpro data base files.  please tell me how to<br />
<br />
import ACT files into Mysql]]></description>
            <dc:creator>srinivas pmm</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Wed, 13 Feb 2008 06:05:24 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,193268,193268#msg-193268</guid>
            <title>DBF to MySQL in realtime (10 replies)</title>
            <link>http://forums.mysql.com/read.php?126,193268,193268#msg-193268</link>
            <description><![CDATA[ Hello all,<br />
I am trying to link our current inventory software (OakSt) which stores its information in dbfs to our MySQL.  This will allow our customers to see certain information online.  I can do this with DBF-to-MySQL 2.1 manually at the end of the day but I am looking for a solution that would update automatically as the tables are changed in the office.  Does anyone know software or method that would do this?]]></description>
            <dc:creator>Mick Donahue</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Fri, 28 Nov 2008 14:35:44 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,193254,193254#msg-193254</guid>
            <title>LOCKS and TRANSACTIONS (no replies)</title>
            <link>http://forums.mysql.com/read.php?126,193254,193254#msg-193254</link>
            <description><![CDATA[ Hi,<br />
<br />
I have been doing quite a bit with VFP9 and MySQL and am now working on adding some functionality to my VFP framework. I use ODBC and SQL PassThru to transmit data to/fro the mysql.<br />
<br />
My question deals with Update conflicts and transactions. I was wondering if anyone here had any ideas how to deal with changes made to a record by another user while the current user is in an edit session. As a corrolary to that, I was wondering if there might be a locking mechanism in MySQL that would allow me to, in effect, pessimistically lock an object (meaning, noone could edit it while the current user does). <br />
<br />
As a second issue, how does one implement transactions in MySQL using ODBC? I am a newbie on that issue as well.<br />
<br />
Thank you in advance for any pointers you can send my way.<br />
<br />
Menachen]]></description>
            <dc:creator>Menachem Bazian</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Thu, 24 Jan 2008 16:30:12 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,177361,177361#msg-177361</guid>
            <title>Convert from DBF to My Sql (4 replies)</title>
            <link>http://forums.mysql.com/read.php?126,177361,177361#msg-177361</link>
            <description><![CDATA[ Hello guys!<br />
<br />
I am newbie and I have a problem our lead programmer quit, yes it quit, so I was left with his project, and my background is very diferent to his, so now I am stuck with this project, the thing is that I need to convert daily 25 foxpro databases into MySql and to be honest I have no clue on how to do a Perl program can someone in here can enlight me with an exaple<br />
TIA]]></description>
            <dc:creator>Armando Gomez</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Wed, 27 May 2009 04:52:57 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,177147,177147#msg-177147</guid>
            <title>Updating data from FoxPro V9 into MYSQL database (1 reply)</title>
            <link>http://forums.mysql.com/read.php?126,177147,177147#msg-177147</link>
            <description><![CDATA[ I am using Visual Foxpro V9  form to enter data into MYSQL database thru a file in the  Remote View. I could successfully update the data into the remote view file using the insert command. My problem is, the updates doesn't appear in the MYSQL database. Can anyone please help me. Thanks]]></description>
            <dc:creator>Tan SooKiang</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Wed, 31 Oct 2007 12:12:39 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?126,175804,175804#msg-175804</guid>
            <title>dbf2mysql (-1 replies)</title>
            <link>http://forums.mysql.com/read.php?126,175804,175804#msg-175804</link>
            <description><![CDATA[ Can someone tell me where to find a dbf2mysql utility that will run on RedHat?  What is the correct current version?  I've googled for this but many many links are bad or utility is for windows or is very old.<br />
<br />
Thanks,<br />
Gerry]]></description>
            <dc:creator>Gerry Reno</dc:creator>
            <category>DBF, dBASE, FoxPro, Clipper, xBASE</category>
            <pubDate>Tue, 02 Oct 2007 20:29:15 +0000</pubDate>
        </item>
    </channel>
</rss>
