Results 1 to 2 of 2

Thread: Descriptive DB Checkpoint

  1. #1
    Junior Member
    Join Date
    Nov 2007
    Answers
    23

    Descriptive DB Checkpoint

    Hi All,

    I want to implement a DB checkpoint in my script in descriptive programmig method. For this I wrote a code like this
    ____________________________________________________________________________________Set oDesc = Description.Create
    oDesc("micclass").Value = "DBTable"
    oDesc("Source").Value = Environment("DBChkPntSource")
    oDesc("ConnectionString").Value = Environment("DBChkPntConnectString")

    oDesc.Check CheckPoint
    ____________________________________________________________________________________
    where I have stored values of SQL Query in Environment("DBChkPntSource") & Connection String in Environment("DBChkPntConnectString"). Now how can I implement this check point as above code gives error at statement "oDesc.Check CheckPoint" as method Check not supported for object oDesc.

    Thanks in advance
    Manoj


  2. #2

    Re: Descriptive DB Checkpoint

    I am not quite sure what you are trying to do here. What in the database are you checking (if it some value, row, column or table that you are trying to extract/check?), or are you just checking if there is an established connection with the database?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact