 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Moyses Perillo Guest
|
Posted: Sat Jan 24, 2004 1:50 am Post subject: dbexpress error |
|
|
I am using D7
I don´t have D6 in my computer
Whem i try to use sql in my aplication I receive this message.
DBExpress error: Operantion not supported.
this is the command that I use.
SCLI.Close;
SCLI.CommandText := 'select ESNOME, ESCODIGO, ESENDER, ESBAIRRO, ESCEP,
ESCPF from cliente ';
SCLI.CommandText := SCLI.CommandText + ' WHERE ESNOME BETWEEN :WESNOME1 AND
:WESNOME2 ';
SCLI.ParamByName('WESNOME1').AsString := WWORK1;
SCLI.ParamByName('WESNOME2').AsString := WWORK2;
SCLI.Open;
Conect -> sqldataset -> datasource
sqçdataset -> scli
Thank you for all help
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Sat Jan 24, 2004 2:19 am Post subject: Re: dbexpress error |
|
|
It is very difficult to answer database questions when you do not tell
us what database you are using.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|