Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Type mismatch error
#1
Not Solved
Error I get:
Type mismatch: 'Output'
Line (25): "Output Query.GetString".

My code:
Code:
valueHID = Datatable.Value("HID_out")
sql = "SELECT rev_id FROM bh INNER JOIN clue ON bh.clue_id = clue.clue_id WHERE h_id = " & valueHID

set Query = dbexample.execute(sql)
Output Query.GetString
msgbox Output

I'm trying to output the value via msgbox that is received from the sql statement above. The rev_id returned is of type Int. Thanks! Would appreciate the help...
Reply


Messages In This Thread
Type mismatch error - by egun - 08-26-2009, 09:29 PM
RE: Type mismatch error - by egun - 08-27-2009, 03:54 AM
RE: Type mismatch error - by Saket - 08-27-2009, 11:57 AM
RE: Type mismatch error - by egun - 08-27-2009, 07:02 PM
RE: Type mismatch error - by basanth27 - 08-27-2009, 07:11 PM
RE: Type mismatch error - by egun - 09-03-2009, 02:25 AM
RE: Type mismatch error - by Saket - 08-27-2009, 07:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Different Type of Dropdown Selector zunebuggy 6 2,878 05-01-2018, 06:46 PM
Last Post: zunebuggy
  cannot use the type method on object and submit is not working jove1776 5 8,387 01-27-2015, 10:08 PM
Last Post: Parke
  How to import .xlsx file type to QTP qtped 3 6,329 03-27-2014, 01:33 PM
Last Post: Ankur
  type mismatch error in QTP QAlearningQTP 1 6,839 02-04-2014, 08:14 AM
Last Post: QAlearningQTP
  QTP 11.52---Type mismatch error srinijg20 4 4,134 08-26-2013, 03:51 PM
Last Post: GregHicks

Forum Jump:


Users browsing this thread: 1 Guest(s)