| Author |
Message |
Jorge Machado Guest
|
Posted: Fri Jul 18, 2003 5:58 pm Post subject: Error when set "SQLClientDataSet Active" to TRUE? |
|
|
Using
Builder 6.0
TSQLConnection
TDataSource
TSQLClientDataSet
TDBGrid to display table data
Meesage: 49, Severity: 1, ct_send(), user api layer: external error.
This routine cannot be called because another command structure has results pendig.
Thanks  |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Sat Jul 19, 2003 10:25 am Post subject: |
|
|
Do not use TSQLClientDataSet (it was deprecated). Use of "SQLDataSet - DataSetProvider - ClientDataSet" scheme is strongly recommended.
(it's not our opinion but Borland's ) |
|
| Back to top |
|
 |
|