New find on Invalid Parameter type-Sybase ASA 9.0
- From: "Zhuo Li" <zli@xxxxxxxxxx>
- Date: Fri, 14 Mar 2008 09:16:33 -0400
We can duplicate this error very easily now. Create a simple delphi
application and let TADStoreProc point to a store procedure like this:
//assume that you have already created one.
ALTER PROCEDURE dbo.sp_object_id(in p1 char(256),in p2 char(1), out
f_object_id integer)
BEGIN
SET f_object_id =1;
END;
commit;
Run my delphi application to execute the store procedure, it is fine. Now
open DBISQL to run above script, run delphi application again, I get invalid
parameter type error. Now run the above script in DBISQL again, it goes
back to be fine. It is alternating like this.
Any idea?
Thanks, Zhuo
.
Relevant Pages
- Re: paxScript, v2.4
... You script engine really rocks! ... announce Delphi8 support I will buy it instantly! ... > New version of the paxScript scripting engine has been released. ... protected and public fields of a Delphi class. ... (borland.public.delphi.thirdpartytools.general) - ANN: paxScript, v2.7
... New version of the paxScript scripting engine has been released. ... Importing Delphi forms. ... Increased speed of script running. ... Separate compilation of the modules. ... (borland.public.delphi.thirdpartytools.general) - Re: maximum number of code lines
... have written a routine in Delphi. ... An example script I generated had ... which calls the functions in the other Javascript and ... (comp.lang.javascript) - Windows Script Host control 2.6beta
... I'm glad to represent new release of WSH Control for Delphi: ... instances of scripter at a time, using Lua script and Python script ... You may order beta version now for ongoing prices ... Moreover, especially for this newsgroup readers, we suggest a 10% discount ... (borland.public.delphi.thirdpartytools.general) - Re: What is the benefit to me of .NET as an end-user?
... I only wanted to say that mixing native and managed code is a good alternative to compile everything to .NET. ... Mixing native and managed code can be done also in Delphi. ... The script itself will call directly, by using a callback interface, into native code. ... While mixing native and managed code is perhaps not that much important now, it may be more important if your GUI application will target Windows Vista and you only want to rewrite the GUI part or want to use assembly code in the managed applications;-) ... (borland.public.delphi.non-technical) |
|