Subject | Re: [firebird-support] I really don't like 2.5!!!! |
---|---|
Author | Carlos H. Cantu |
Post date | 2011-06-02T14:42:40Z |
KR> Perhaps IBObjects needs an update? I assume from the above that you use
KR> that component set.
IBTable is supposed to be IBX, not IBO.
Remembering that the use of "Tables" components are not recommened in
C/S, unless the number of records/columns in the resultset are really
small.
[]s
Carlos H. Cantu
www.FireBase.com.br - www.firebirdnews.org
www.warmboot.com.br - blog.firebase.com.br
KR> Den 2011-06-02 13:51 skrev munster77054 såhär:
KR> [snip]
KR> that component set.
IBTable is supposed to be IBX, not IBO.
Remembering that the use of "Tables" components are not recommened in
C/S, unless the number of records/columns in the resultset are really
small.
[]s
Carlos H. Cantu
www.FireBase.com.br - www.firebirdnews.org
www.warmboot.com.br - blog.firebase.com.br
KR> Den 2011-06-02 13:51 skrev munster77054 såhär:
KR> [snip]
>> I know it
>> isn't my program, because it uses SIMPLE APPEND, DELETE and EDIT
>> commands through the compiler, like this:
>>
>> IBTable1->Append();
>> <take the values and assign them to the DB fields>
>> IBTable1->Post();
>>
>> IBTable1->Edit();
>> <change the values>
>> IBTable1->Post();
>>
>> <confirm the use wants to delete>
>> IBTable1->Delete();