| View previous topic :: View next topic |
| Author |
Message |
David Tittle netshadoATho Guest
|
Posted: Thu Aug 14, 2003 2:26 am Post subject: Operation not allowed on a unidirectional dataset? |
|
|
I'm trying to connect to a MySQL database remotely. the connection seems to succeed, but when I try to connect a DBGrid to a dataset that connects to the table through either a TSQLTable or TSQLTable, I get the message 'Operation not allowed on a unidirectional dataset.'. anyone know why or what I can do about it?
|
|
| Back to top |
|
 |
Ignacio Vazquez Guest
|
Posted: Thu Aug 14, 2003 2:28 am Post subject: Re: Operation not allowed on a unidirectional dataset? |
|
|
<David Tittle netshadoAThotmail.com> wrote
| Quote: | anyone know why or what I can do about it?
|
Use a TDataSetProvider and TClientDataSet inbetween the TDBGrid and the
TSQLDataSet.
Cheers,
Ignacio
|
|
| Back to top |
|
 |
Harun Guest
|
Posted: Thu Aug 14, 2003 1:36 pm Post subject: Re: Operation not allowed on a unidirectional dataset? |
|
|
use TClientDataSet that is not unidirectional .
<David Tittle netshadoAThotmail.com> wrote
| Quote: |
I'm trying to connect to a MySQL database remotely. the connection seems
to succeed, but when I try to connect a DBGrid to a dataset that connects to |
the table through either a TSQLTable or TSQLTable, I get the message
'Operation not allowed on a unidirectional dataset.'. anyone know why or
what I can do about it?
|
|
| Back to top |
|
 |
|