If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Unexpected Error from External Database Driver (9986)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-16-03, 00:27
anuindia anuindia is offline
Registered User
 
Join Date: Oct 2003
Posts: 23
Unexpected Error from External Database Driver (9986)

HI,

I am getting error "[Microsoft][ODBC dbase driver]Unexpected Error from External Database Driver (9986)"

while trying to execute following select query for DB2K.

strquery = "select PO_NO, DATE_ORDER, V_ID, DT_TO_REC from TBLPO where PO_NO = " + CStr(txtPONum.Text) + ""

Set localrecordset = AGFDB.CONAGF.Execute(strquery)


Please sujjest me what this error is and how to remove it.

Regards,

Anurag
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On