Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access 7.1.243
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Cobol 5.0.242
  HXTT DBF 7.1.243
  HXTT Excel 6.1.246
  HXTT Json 1.0.214
  HXTT Paradox 7.1.242
  HXTT PDF 2.0.242
  HXTT Text(CSV) 7.1.242
  HXTT Word 1.1.242
  HXTT XML 4.0.243
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 ACCESS
Duplicate rows returned from select
Keith McMillan
2006-09-18 08:53:20
Hi again,

I've found what I believe is another bug in the Access 3.0 driver, dated 9/17/2006. When I issue the following select:

select * from tbl_be_tax_rtn

I get one row, which is what the database contains. When I issue a more specific select:

select * from tbl_be_tax_rtn where part_ssno = '080288704'

I get not one row, but *four* rows, each with duplicate data. I've uploaded this database to your public FTP server to aid you in fixing the problem. It's called "Empty Copy of Duty Disability.mdb".

Keith
Re:Duplicate rows returned from select
HXTT Support
2006-09-18 09:19:01
After run "reindex all on tbl_be_tax_rtn;" once,
select * from tbl_be_tax_rtn where part_ssno = '080288704'
become normal.

So that it's resulted by an invalid index.
Re:Re:Duplicate rows returned from select
HXTT Support
2006-09-18 09:25:39
I tested with:
insert into tbl_be_tax_rtn (part_ssno ) values ('080288705');
select * from tbl_be_tax_rtn where part_ssno = '080288705';

It's normal. I don't know what's the invalid index source of your mdb sample, which contains 4 duplicated index information for the same row.

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 | Sitemap