| View previous topic :: View next topic |
| Author |
Message |
Fabio Gutierrez Guest
|
Posted: Fri Apr 16, 2004 12:22 pm Post subject: DBX Error: No Mapping for Error... |
|
|
I'm try to change a ComandText of a SimpleDataSet in run type, like this:
if SimpleDataSet1.Active then SimpleDataSet1.Close;
SimpleDataSet1.DataSet.CommandText = 'select * from CONTRATOS where NOME = '
+ quotedstr(Edit1.text);
SimpleDataSet1.Open; //Here happen the Error
somebody knows why this happen?!
thanks a lot!
Fabio Gutierrez
|
|
| Back to top |
|
 |
newsgroups.borland.com Guest
|
Posted: Wed May 26, 2004 6:43 am Post subject: Re: DBX Error: No Mapping for Error... |
|
|
Hi
I don't know if this helps you, i began to have the same error in my system
after installing Delphi 8 Enterprise. After uninstalling D8E everything
returned normal. Why - i don't know.
-Pekka Paunio
"Fabio Gutierrez" <fabio (AT) uol (DOT) com.br> kirjoitti viestissä
news:407fd01d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I'm try to change a ComandText of a SimpleDataSet in run type, like this:
if SimpleDataSet1.Active then SimpleDataSet1.Close;
SimpleDataSet1.DataSet.CommandText = 'select * from CONTRATOS where NOME =
'
+ quotedstr(Edit1.text);
SimpleDataSet1.Open; //Here happen the Error
somebody knows why this happen?!
thanks a lot!
Fabio Gutierrez
|
|
|
| Back to top |
|
 |
|