Board index » delphi » unkown problem

unkown problem

Hello,
I installed the update package for ADOExpress and after this I have some
problems: the system send an error message when compiling the project:
"Optional feature not implemented", when I call a TADOStoredProcedure with
the 'ExecProc' method, but if I don't install this update, the system
compiles and runs ok.

Someone help.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 13/11/01

 

Re:unkown problem


Quote
>I installed the update package for ADOExpress and after this I have some
>problems: the system send an error message when compiling the project:
>"Optional feature not implemented", when I call a TADOStoredProcedure with
>the 'ExecProc' method, but if I don't install this update, the system
>compiles and runs ok.

Does this happen with all the Stored procedures you try to run?
Have you tried using a TadoCommand (or if it returns a recordset TadoDataset)?
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:unkown problem


Yes, it happen with all the SP, but I'll try to use a TADOCommand instead
like you suggested. I'll post what I get.
Thanks.

"Brian Bushay TeamB" <BBus...@Nmpls.com> escreveu na mensagem
news:7s6mvt04iqtllbtcal6v6u40fpn3gpnboa@4ax.com...

Quote

> Does this happen with all the Stored procedures you try to run?
> Have you tried using a TadoCommand (or if it returns a recordset
TadoDataset)?
> --
> Brian Bushay (TeamB)
> Bbus...@NMPLS.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 13/11/01

Re:unkown problem


It happen with the SP only when I'm inserting a record. When I change or
delete a record, it works perfectly.
My SP: INSERT INTO Aluno (Field1, Field2...) VALUES ('XX', 'XX').
I'm working with MSSQL Server 7.0.

"Brian Bushay TeamB" <BBus...@Nmpls.com> escreveu na mensagem
news:7s6mvt04iqtllbtcal6v6u40fpn3gpnboa@4ax.com...

Quote

> Does this happen with all the Stored procedures you try to run?
> Have you tried using a TadoCommand (or if it returns a recordset
TadoDataset)?
> --
> Brian Bushay (TeamB)
> Bbus...@NMPLS.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 13/11/01

Re:unkown problem


OK. I solved that problem. The parameters of the Stored Procedures of the
type DateTime were the problem. I just changed their type to 'string' in my
project, and now it's working fine.
Thank you for the attention.

Ronnie

"Brian Bushay TeamB" <BBus...@Nmpls.com> escreveu na mensagem
news:32qovt8asfs6tag5fpuogadvtkau7tjgnm@4ax.com...

Quote

> I have been doing insert Queries with SQL 7 Delphi 5 ADOexpress service
pack two
> on an app I was working on today so I know there is nothing wrong with the
> combination.
> My guess is you have something that has become corrupt.
> Did you do a buildAll on your app after updating to ADOExpress Service
Pack 2?
> If you have done that then I suggest you try reinstalling MDAC

> --
> Brian Bushay (TeamB)
> Bbus...@NMPLS.com

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 13/11/01

Other Threads