Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    Oracle Database

    Bind Variable Question


    Im tryin to do a select statement here without having toad prompt
    me...

    VARIABLE TEST_1 NUMBER;

    TEST_1 := 1747502;

    SELECT * FROM PS_RC_CASE WHERE CASE_ID = TEST_1;

    How can I get a result set using the above logic without a prompt in
    TOAD...thanks

    -Jim

    On 14 May 2007, jamesfer@hotmail.com wrote:

    > Im tryin to do a select statement here without having toad prompt
    > me...

    Do you mean, you are using sqlplus?

    > VARIABLE TEST_1 NUMBER;

    > TEST_1 := 1747502;

    exec :TEST_1 := 1747502;

    > SELECT * FROM PS_RC_CASE WHERE CASE_ID = TEST_1;

    SELECT * FROM PS_RC_CASE WHERE CASE_ID = :TEST_1;

    > How can I get a result set using the above logic without a prompt in
    > TOAD...thanks

    --
    Galen Boyer
    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc