Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
connecting to oracle using vbscript
#4
Solved: 12 Years, 10 Months, 2 Weeks ago
I think you miss [,conn_obj] at last of below code

Code:
Rec_Obj.Open "select ir.cusip from market.instrument ir where ir.cusip ='20172KC78' adOpenStatic,adLockOptimistic"

Try this...!

Code:
Rec_Obj.Open "select ir.cusip from market.instrument ir where ir.cusip ='20172KC78' adOpenStatic,adLockOptimistic",conn_obj

thanks & regards,
Baba fakruddin.D
baba.fakru@gmail.com
Reply


Messages In This Thread
connecting to oracle using vbscript - by snandini - 01-27-2009, 12:11 AM
RE: connecting to oracle using vbscript - by bfakruddin - 03-12-2009, 08:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Request Help | Usage of Oracle Add-In for Oracle SQL Developer Nasir Ahmed 3 4,233 06-18-2014, 04:28 PM
Last Post: vinod123
  Connecting MQ to QTP through VBScript Priya.Shah134 0 4,608 05-22-2010, 03:33 PM
Last Post: Priya.Shah134
  Connecting to Oracle DB via JDBC using QTP vishnuvpotty 3 15,669 02-25-2010, 10:45 AM
Last Post: Saket
  Connecting Linux machine from QTP gauri 0 3,141 02-18-2010, 03:51 PM
Last Post: gauri
  Why Constant Variables while connecting to DB mona 4 5,993 07-27-2009, 02:16 PM
Last Post: mona

Forum Jump:


Users browsing this thread: 1 Guest(s)