Parameterised ADOCommand object Vs Exec SQL

From: CHAITANYANC <CHAITANYANC(at)inf(dot)com>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: Parameterised ADOCommand object Vs Exec SQL
Date: 1999-11-22 04:24:43
Message-ID: 755FA95DB839D211856B0008C7287D9318ADA7@KECMSG02
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi
Is it harmful to use "Exec <sp_name>(<param1>,<param2> .. )" as an SQL and
execute it through
ADORecordset object rather than through parameterised ADOCommand object?
We are using the first approach due to some application-specific reasons.To
change to the second approach will take a lot of effort.Is it really
worthwhile?
Regs
Chaitu

Browse pgsql-sql by date

  From Date Subject
Next Message Hiroshi Inoue 1999-11-22 05:52:23 RE: [SQL] Deleting indexes before vacuum?
Previous Message Tom Lane 1999-11-22 03:18:24 Re: [SQL] Deleting indexes before vacuum?