I have a generic database object that does the connections and stuff to databases - i also have my business objects that instantiate this database object to do my queries etc - so i have 2 DLLs, one for the database and one for the business object - the problem is, when i try to write code through asp to do anything that calls the database object from within the business object, i get a weird error -
Business_Object(0x8007000E)
System Error &H80004005 (-2147467259). Unspecified error
Now this doesnt happen in the beginnning - only happens after the site has been refreshed a couple of times - I tried to change the business object to not call the database object and did the database calls directly and it works - any ideas anyone ? this is really frustuating, because it gives no information as to why this occurs...:-/.... HEEELLLLPP !!!
Business_Object(0x8007000E)
System Error &H80004005 (-2147467259). Unspecified error
Now this doesnt happen in the beginnning - only happens after the site has been refreshed a couple of times - I tried to change the business object to not call the database object and did the database calls directly and it works - any ideas anyone ? this is really frustuating, because it gives no information as to why this occurs...:-/.... HEEELLLLPP !!!