Data Provider Or Other Service Returned An E_Fail Status Vb6. Have a VB6 app that is being used to pull data from a database Various locations have this database and it has been running fine on all of them except for one where we are getting the following “the data provider or other service returned an E_FAIL status” Provider=SQLOLEDBPassword=MyPasswordPersist Security Info=TrueUser.

Migrating A Vb6 Application In 10 Easy Steps Vb Migration Partner The Best Software To Convert Vb6 Applications To Net data provider or other service returned an e_fail status vb6
Migrating A Vb6 Application In 10 Easy Steps Vb Migration Partner The Best Software To Convert Vb6 Applications To Net from vbmigration.com

I Got this error VB6 Data provider or other service returned an E_FAIL status REASON This error occurs due to a Date field in database which contains Null Value Try to store some Valid Date in Date fields so put some default value to the date filed 0 Rex Calanuga Posted May 22 2008 0 Comments.

Data provider or other service returned an E_FAIL

Visual Basic Visual Basic 6 and Earlier Data Provider or other service returned an E_FAIL status 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.

Why am I getting Data provider or other service returned an E

Data Provider or other service returned an E_FAIL status Visual Basic 4 / 5 / 6 Forums on Bytes.

Data Provider or other service returned an E_FAIL status

“the data provider or other service returned an E_FAIL status” The connection string AuthorMessageNobod#1 / 16E_Fail Status with VB6 Have a VB6 app Phil Hun#2 / 16E_Fail Status with VB6 No idearalp#3 / 16E_Fail Status with VB6 Nobod#4 / 16E_Fail Status with VB6 Quote>.

Migrating A Vb6 Application In 10 Easy Steps Vb Migration Partner The Best Software To Convert Vb6 Applications To Net

Visual Basic/VB, E_Fail Status with VB6

Data Provider or other service returned an E_FAIL statusVBForums

E_FAIL STATUS error Toolbox Tech

“the data provider or other service returned an E_FAIL status”

Re Data provider or other service returned an E_FAIL status Then most probably the connExecute_ (execQuery) line returns forwardonly recordset (I used to use plain ADO objects and explicitly specify recordset parameters) If this is the case then you should just omit the call to MoveFirst ().