![]() | |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
Don Actual code used... Set rst = New ADODB.Recordset rst.CursorLocation = adUseServer rst.Index = 0 rst.Open "PALLET", connstring, adOpenDynamic, adLockReadOnly, adCmdTableDirect rst.Seek Array("888881", 1), adSeekAfterEQ Index Data from BtSearch Key Number Seg Field Name Start Pos Len Dups Mod Descend Supplimental 0 0 desp_order_no 0 4 Yes Yes No No 0 1 pallet_number 8 4 Yes Yes No No Many thanks for your continued help with this Chris Smith |
#13
| |||
| |||
|
|
Don, This works fine: Set rst = New ADODB.Recordset rst.CursorLocation = adUseServer rst.Open "TRANSACTIONS", connstring, adOpenDynamic, adLockReadOnly, adCmdTableDirect rst.Index = 0 rst.Seek Array("888881", "02865"), adSeekAfterEQ This code snip, sets the index and then seeks the recordset for the correct record. I have confirmed with the third party that the ddfs are current. They also confirmed the indexes they use in their applications and they are exactly how I am trying to use them. They also confirmed access methodology and programming languages as Btrieve API from Clarion and Delphi. Again, many thanks for your help with this. Chris Smith |
![]() |
| Thread Tools | |
| Display Modes | |
| |