Re: ADO DBASE Seek
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/25/04
- Next message: Brian Bushay TeamB: "Re: How to remove the Duplicate Index error message?"
- Previous message: Brian Bushay TeamB: "Re: TADODataSet using outer joins and delete method !!!"
- In reply to: Willi Kühnis: "ADO DBASE Seek"
- Next in thread: Willi Kühnis: "Re: ADO DBASE Seek"
- Reply: Willi Kühnis: "Re: ADO DBASE Seek"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 22:10:21 -0600
>I have a DBASE-Tables with .MDX-Index. (on the ID)
>The table has about 120'000 records.
>I want to use ADO (with ODBC-driver)
>
>What's the fastest way to search some values?
Probably using a select query
Select * from your table
where Somefield = 'Search criteria'
>
>
>I think, with tADOTable and seek, but It never finds the correct record. I
>think, it don't set the Index .
Seek only works with Access databases and even then it is limited as to when it
can be used
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: How to remove the Duplicate Index error message?"
- Previous message: Brian Bushay TeamB: "Re: TADODataSet using outer joins and delete method !!!"
- In reply to: Willi Kühnis: "ADO DBASE Seek"
- Next in thread: Willi Kühnis: "Re: ADO DBASE Seek"
- Reply: Willi Kühnis: "Re: ADO DBASE Seek"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|