Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access v7.1
  HXTT Cobol v5.0
  HXTT DBF v7.1
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Excel v6.1
  HXTT Json v1.0
  HXTT Paradox v7.1
  HXTT PDF v2.0
  HXTT Text(CSV) v7.1
  HXTT Word v1.1
  HXTT XML v4.0
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT DBF
Create FoxPro table
Michael Mok
2006-04-06 16:36:21
Hi there

I am trying to create a Foxpro 6.0 table using SQL and HXTT jdbc driver. I used the following SQL which created the table but when I applied the following SQL to create index, FoxPro 6.0 cannot view the table.

create table if not exists AGENCY (COSTID int,DEPARTMENT char(70) null ,CIDN char(20) null ,ACCTMN char(30),ACCTMNPH char(18),ACCTMNFX char(18) null );

create unique index if not exists pk_tag of AGENCY.cdx on AGENCY (COSTID );

Any ideas?


regards

Michael Mok
Re:Create FoxPro table
HXTT Support
2006-04-07 00:15:21
Supported. Please download the latest package.

BTW, you can use:
create table if not exists AGENCY (COSTID int,DEPARTMENT char(70) null ,CIDN char(20) null ,ACCTMN char(30),ACCTMNPH char(18),ACCTMNFX char(18) null , primary key (COSTID));
Or
create table if not exists AGENCY (COSTID int UNIQUE,DEPARTMENT char(70) null ,CIDN char(20) null ,ACCTMN char(30),ACCTMNPH char(18),ACCTMNFX char(18) null );
but VFP won't see the created AGENCY.IDX index file.

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Refund | Sitemap