Why can't use DAO instead of ADO?
Answer / aspguru
DAO is used for small Databases such as MS-Access and it
can't handle the large Databases.
ADO : It's mainly for use in Distributed Environments and
has the capability to handle concurrent request. It can
handle any large Database.
| Is This Answer Correct ? | 4 Yes | 0 No |
Define global.asa file?
Is asp still supported by microsoft?
What are shared assemblies?
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
What are the asp objects?
What is asp and its features?
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
difference between SAP R/2 and R/3
6) Events in page life cycle?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
What is a Virtual Directory?