Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: odbc driver error


Message #1 by bizman1@s... on Tue, 28 Aug 2001 00:29:30
Im new to programming and Im getting this error on the website Im 

developing can anyone tell me what this means "Microsoft OLE DB Provider 

for ODBC Drivers error "80040e2f" I get this error when trying to write to

the DB. Thanks for any help
Message #2 by "Susan Henesy" <susan.henesy@w...> on Tue, 28 Aug 2001 10:37:50
> Im new to programming and Im getting this error on the website Im 

> developing can anyone tell me what this means "Microsoft OLE DB Provider 

> for ODBC Drivers error "80040e2f" I get this error when trying to write 

to

> the DB. Thanks for any help



You must be developing in ASP?  My first problem with ASP pages that won't 

work always seems to be in the Permissions.  I generally have to call my 

network guru and make sure that the folder that the database is sitting in 

has read/write Permissions for all users.



If that fails, you may have to modify your connection code.



Give that a shot and see if it helps!  Also, you must visit this terrific 

site, which explains an awful lot of about ADO errors and other important 

things you need to know when putting databases up on the web:



http://www.adopenstatic.com (check out the FAQ section)



Good luck!

Susan




  Return to Index