Parameterised ADOCommand object Vs Exec SQL - Mailing list pgsql-sql

From CHAITANYANC
Subject Parameterised ADOCommand object Vs Exec SQL
Date
Msg-id 755FA95DB839D211856B0008C7287D9318ADA7@KECMSG02
Whole thread Raw
List 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


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Deleting indexes before vacuum?
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [SQL] Deleting indexes before vacuum?