Subject | RE: [IBO] IB_Connection property of TIBOTable changes mysteriously |
---|---|
Author | IBO Support List |
Post date | 2013-03-05T15:47:09Z |
Does that other database object have the DatabaseName of SKData?
That is what it will go on so you need to have each one of those with a
unique DatabaseName.
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of jacobhavkrog
Sent: Tuesday, March 5, 2013 4:36 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] IB_Connection property of TIBOTable changes mysteriously
Hi - I use IBO 4.9.14.52.
I have a problem with the property IB_Connection of TIBOTables.
Sometimes this property is reset to another value. I'm in the process of
migration from the BDE using GReplace, and I think it happens, when the
migrated project is first opened in my Delphi XE IDE.
This setting
object UserTable: TIBOTable
SessionName = 'Default'
DatabaseName = 'SKData'
IB_Connection = Database
PreparedEdits = True
PreparedInserts = False
RecordCountAccurate = True
TableName = 'USERS'
FieldOptions = []
Left = 146
Top = 164
end
get changed to
object UserTable: TIBOTable
SessionName = 'Default'
DatabaseName = 'SKData'
IB_Connection = SystemServerModule.SystemConnection
PreparedEdits = True
PreparedInserts = False
RecordCountAccurate = True
TableName = 'USERS'
FieldOptions = []
Left = 146
Top = 164
end
where the SystemServerModule isn't event part of the project, but it only
happens to be loaded to another project in my project group.
What could be going wrong here?
Cheers
Jacob
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
That is what it will go on so you need to have each one of those with a
unique DatabaseName.
Jason
www.ibobjects.com
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of jacobhavkrog
Sent: Tuesday, March 5, 2013 4:36 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] IB_Connection property of TIBOTable changes mysteriously
Hi - I use IBO 4.9.14.52.
I have a problem with the property IB_Connection of TIBOTables.
Sometimes this property is reset to another value. I'm in the process of
migration from the BDE using GReplace, and I think it happens, when the
migrated project is first opened in my Delphi XE IDE.
This setting
object UserTable: TIBOTable
SessionName = 'Default'
DatabaseName = 'SKData'
IB_Connection = Database
PreparedEdits = True
PreparedInserts = False
RecordCountAccurate = True
TableName = 'USERS'
FieldOptions = []
Left = 146
Top = 164
end
get changed to
object UserTable: TIBOTable
SessionName = 'Default'
DatabaseName = 'SKData'
IB_Connection = SystemServerModule.SystemConnection
PreparedEdits = True
PreparedInserts = False
RecordCountAccurate = True
TableName = 'USERS'
FieldOptions = []
Left = 146
Top = 164
end
where the SystemServerModule isn't event part of the project, but it only
happens to be loaded to another project in my project group.
What could be going wrong here?
Cheers
Jacob
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links