problem with sgl statement
hello i'm running an sql statement in delphi 3 using oracle database ...
the sql has some parameters ... when i execute the sql i get an error
'ORA-01475: must reparse cursor to change bind variable datatype '
the datatypes are all correct ... what is going wrong????? what happens???
sometimes the sql runs without problems
.
Relevant Pages
- Re: Calling binary from Perl prog and passing arguments
... I have sql interface which connects to oracle database. ... When I execute ... (comp.lang.perl.misc) - Re: Opinions on approach, please...
... Create a data layer program per table, ... number of bind variable tokens in your dynamic SQL. ... then simply EXECUTE that without passing it any parameters? ... Hard code WHERE clauses. ... (comp.lang.cobol) - Re: SQL Injection- Bypassing magic_quotes
... Because i was trying to execute: ... Don't terminate the query and you most ... Or try something like bobcat or one of the other SQL injection tools out ... Chief Information Security Officer ... (Pen-Test) - Re: Opinions on approach, please...
... Create a data layer program per table, ... number of bind variable tokens in your dynamic SQL. ... then simply EXECUTE that without passing it any parameters? ... explicitly code dummy words as bind variable placekeepers, put the host variables on the ... (comp.lang.cobol) - Re: UPDATE query in Access 2003 raising error
... string into a variable strSQL but create the qrydef from a string strSQLx (I ... Runtime error 3066 Query must have at least one destination field. ... The SQL works fine if I use it in the QBF Design mode. ... Elsewhere in the code I use the same technique to execute an SQL ... (microsoft.public.access.formscoding) |
|