Troubles with Delphi and Oracle

From: Alexander E. Sautin <sae_at_relay.cinvest.chel.su>
Date: 1995/09/13
Message-ID: <436i55$as_001_at_cinvest.chel.su>#1/1


Hi All!

When I try to make procedure like:

Query1.sql.clear;
Query1.sql.add('insert into test values(:name)');
Query1.close;
Query1.prepare;
Query1.Params[0].AsString:=Edit1.Text;
Query1.execSQL;

My APPLication interupts with message General Protection Fault im module SQLD_ORA.DLL at 0011:33D2

Why?
  • Alexander Sautin +---------------------+-----------------------------+-----------------------+ | ChelyabInvestBank | sae_at_cinvest.chel.su | FIDOnet: 2:5010/3.60 | +---------------------+---------------+-------------+-----------------------+ | tel +7-3512-367963 | fax. +7-3512-336704 | +-------------------------------------+-------------------------------------+ | InvestBank 61,Elkin str. Chelyabinsk 454092 Russia | +---------------------------------------------------------------------------+
Received on Wed Sep 13 1995 - 00:00:00 CEST

Original text of this message