Get a free domain name and hosting from Microsoft for one Year. The account includes not only the domain (any available .com, .net, .org, or .info address), but also site-building tools, reporting tools, project and document managers, 100 e-mail addresses, and collaboration-minded online workspaces. You get 500MB of storage.
Wednesday, 11 February 2009
Friday, 22 August 2008
Provider (0x80004005) unspecified ASP
Provider (0x80004005) unspecified - ASP
0x80004005 errors are related to permission en security issues.
This could be the problem. You're opening the db twice.
There are two things you can do.
Check the connection state if the connection is already open why should you try to open it again?
or
Close the recordset and connection en set the objects to nothing at the end.
if objConn.state = 1 then
objConn.close
set objConn = nothing
end if
Posted by
Unknown
at
8:49:00 am
Labels: Provider (0x80004005) unspecified ASP error 0 comments
Tuesday, 22 July 2008
Adobe Flex 3 Training from the source
Hi Yesterday I got some Books on Flex courtesy by my friend Ranjith. (Adobe Flex 3: Training from the Source (Paperback) and Flex 3 Cookbook: Code-Recipes, Tips, and Tricks for RIA Developers (Adobe Developer Library) [ILLUSTRATED] (Paperback))
Thanks Ranji. Hope I will give some nice RIA's.
Posted by
Unknown
at
7:42:00 am
Labels: Books on Flex 2 comments