Subject | Lookup field causing this --> internal gds consistency check(partner index description not found (175)) |
---|---|
Author | wayne |
Post date | 2002-12-13T14:37:33Z |
I have a lookup field 1 that works fine if used.
But when I use the second lookup field , it generates the following error :
internal gds consistency check(partner index description not found (175)) ,
What does this mean ?
I am forced to RE-START firebird after this since it says,
can not continue after bug check.
lookupDataSet
---------------
object qryPayMethode: TIB_Query
DatabaseName = 'localhost:c:\ONECALL.GDB'
IB_Connection = DataModule1.IB_Connection1
SQL.Strings = (
'SELECT ID_CODE'
' , DESCRIPTION'
'FROM PAY_METHODE')
ColorScheme = False
KeyLinks.Strings = (
'PAY_METHODE.ID_CODE=CLIENT_ACCOUNT.PAY_METHODE_CODE')
KeySource = dsAcc
MasterSearchFlags = [msfOpenMasterOnOpen, msfSearchAppliesToMasterOnly]
BufferSynchroFlags = []
FetchWholeRows = True
Left = 64
Top = 432
end
---------------------------------------
But when I use the second lookup field , it generates the following error :
internal gds consistency check(partner index description not found (175)) ,
What does this mean ?
I am forced to RE-START firebird after this since it says,
can not continue after bug check.
lookupDataSet
---------------
object qryPayMethode: TIB_Query
DatabaseName = 'localhost:c:\ONECALL.GDB'
IB_Connection = DataModule1.IB_Connection1
SQL.Strings = (
'SELECT ID_CODE'
' , DESCRIPTION'
'FROM PAY_METHODE')
ColorScheme = False
KeyLinks.Strings = (
'PAY_METHODE.ID_CODE=CLIENT_ACCOUNT.PAY_METHODE_CODE')
KeySource = dsAcc
MasterSearchFlags = [msfOpenMasterOnOpen, msfSearchAppliesToMasterOnly]
BufferSynchroFlags = []
FetchWholeRows = True
Left = 64
Top = 432
end
---------------------------------------