English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am getting this error
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

[Microsoft][ODBC Microsoft Access Driver] Unknown

/top.asp, line 33
and on that line i am
ConnStr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=E:\mis\payrollnew\db\sal.mdb"
Con.open(ConnStr)
this is the line where i am getting error :
set rs_staffName=con.execute("select staffno,SName,SSurname from StaffDetails where staffno="&staff_number&"")


can any one help me

2007-02-19 19:58:03 · 2 answers · asked by Pranav A 1 in Computers & Internet Programming & Design

2 answers

This site has about every reason for that error code.
http://tutorials.aspfaq.com/8000xxxxx-errors/why-do-i-get-80040e14-errors.html
I hope it helps!

2007-02-19 20:19:09 · answer #1 · answered by tylw85 4 · 0 0

do a simple connection to sp which returns a select * from xyz, without parameter...If ok, go ahead with parameter. I think link to db is giving failure

2016-05-23 22:04:25 · answer #2 · answered by Karin 4 · 0 0

fedest.com, questions and answers