Category Archives: Databases

By October 16, 2009

Provider error ‘80004005’ Unspecified error Open the .mdb in access. Go to Tools->Options->Advanced. Deselect the “Open databases using record-level locking” option. Press “OK” Close Access.and restart your server…


Read More
By May 09, 2009

Provider cannot be found. It may not be properly installed. possible issue may be your query is using reserved words for M$ Access check out Reserved Words for Access 2000 Reserved Words for Access 2002 and later This may access ASPNET, ColdFusion , and other programming languages.


Read More
By March 09, 2009

MS KB Add the following syntax to your query/application code . DBEngine.SetOption dbMaxLocksPerFile, 65000 technet information on Maxlockfiles Error :  Microsoft OLE DB Provider for ODBC Drivers error ‘8007000e’ Not enough space on temporary disk.


Read More
By December 12, 2008

To resolve ORA-28000 in cases like this, you can request that the administrator unlocks the account using something like the below, the user name is ‘mas’ and password is ‘hmm123’ as an example: SQL> alter user mas identified by hmm123 account unlock;


Read More
By September 21, 2008

If you’ve forgotten the root password for a MySQL server, but you know the system root, you can reset the MySQL root password pretty easily. Just remember to work quickly since the server is wide open until you finish working. First, add skip-grant-tables to the 


Read More
1 2