Enter Keywords:
1 - 10 of 79(0.021 seconds)
Sort By:
 
I Have several doubts regarding database bind variables. 1. Where we get the exact advantage of binding variable?      Two cases      i.  Bind one time and the Execute SQL one time      ii. ...
Zones: MS SQL ServerDate Answered: 08/02/2002 Rating: 8.4 Views: 0
What sql statement(s) using the v$ tables will give me the bind variables for sqltext in v$sqlarea.
Zones: Oracle Product InfoDate Answered: 02/05/2004 Rating: 7.4 Views: 0
Hi Experts... Our website makes extensive use of ADODB calls to an Oracle database.  I've been asked by our Oracle dba to take a look at some of the more-often used queries on our web site to tr...
Zones: ASPDate Answered: 02/17/2006 Rating: 9.6 Views: 0
Hi, I have a web service that I call in the following manner in my ASP.Net application.     Dim ConsumeWebService As uk.co.education.www.EducationDirectRegistration             ConsumeWebSer...
Zones: ASP.Net ProgrammingDate Answered: 05/31/2006 Rating: 9.6 Views: 0
This is my Dept2 table SQL> desc DEPT2;  Name                                                              Null?    Type  ----------------------------------------------------------------- ----...
Zones: OracleDate Answered: 11/15/2007 Rating: 8.2 Views: 0
I am trying to use a bind variable twice within a pl/sql block. The code that I have is: ls_sql := 'SELECT DISTINCT DATA_HELPER.PREFIXED_DEPT(a.DEPT_ID, :Company) AS DEPT_ID '; ls_sql := ls...
Zones: PL / SQL, Oracle, ...Date Answered: 09/12/2007 Rating: 7.2 Views: 0
Hello. I am trying to generate a .bat file, using SQL stored in an SQL file. To run the sql, I call this command from another bat file: echo quit | Sqlplus -l -s RPTUSER/RPTUSER@CCDV @test4.s...
Zones: OracleDate Answered: 10/16/2007 Rating: 8.4 Views: 68
I was wondering if anyone knew how to bind oracle query results into VB.NET variables, such as getting the COUNT of how many members, etc.
Zones: MS Visual Basic, O...Date Answered: 11/12/2007 Rating: 9.6 Views: 0
I have some old reports developed using v2.5. And now my Oracle Database is 9i. I keep getting bind variable error as described below. In the User Parameter >> Data/Selection area, I used a s...
Zones: Oracle 3rd Party ToolsDate Answered: 03/21/2004 Rating: 7.6 Views: 0
I would like to know how to use a bind variable in Oracle Pro*C with an "IN" condition, e.g. "WHERE EMPFIRSTNAME IN ('TOM', 'DICK', 'HARRY')". Using "IN (:v1)" doesn't work. Thanks.
Zones: C++Date Answered: 05/06/2002 Rating: 7.6 Views: 26