Subject | RE: [IBO] Login and Data Display |
---|---|
Author | Jack Cane |
Post date | 2002-08-11T01:17:14Z |
Helen,
TIB_Connection and TIB_Transaction. If you need to add more transaction
objects, you can use TIBOTransaction. The "native IBO" components (TIB_*)
that you have used are not incompatible, exactly, but they have less
encapsulation of the TDataset-compatible stuff which TIBO* components were
designed for.
[Jack Cane] >> Understand the first part (database not
connection/transaction). Just to be clear, you recommend using tiboQuery
rather than tiboTable? Please confirm.
tks,
jwc
[Non-text portions of this message have been removed]
>I have created two forms:First, I recommend using TIBODatabase with TIBOQuery, instead of
>
>Form A, based on the MasterLinks example, with tib_connection, a
>tib_transaction and three sets of (tIBOtable hooked to tDataSource and
>tDataGrid). Except for login problems explained below, this is working ok.
>
>2. With tib_connection.LoginPrompt set to false, the default user name and
>password properties are not recognized; ditto with a personal user name and
>password which ahve been registered with the InterBase server. I get a
>runtime error, but after closing the message boxes the app opens normally.
TIB_Connection and TIB_Transaction. If you need to add more transaction
objects, you can use TIBOTransaction. The "native IBO" components (TIB_*)
that you have used are not incompatible, exactly, but they have less
encapsulation of the TDataset-compatible stuff which TIBO* components were
designed for.
[Jack Cane] >> Understand the first part (database not
connection/transaction). Just to be clear, you recommend using tiboQuery
rather than tiboTable? Please confirm.
tks,
jwc
[Non-text portions of this message have been removed]