Answer Posted / sanket
ISQL uses dbLib as its mechanism for connecting to the
server and acts as a SQL Server 6.5 client when connected
(legacy application). So you may not have access to all SQL
Server 2000 features. ISQL does not support unicode.
OSQL uses ODBC as its mechanism for connecting to the
server and supports SQL Server 2000 fully and is unicode
compliant.
These are both command-line utilities and are useful when
you have to execute a batch against a database or wish to
quickly extract data from a database using a query.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between mvc and asp.net? : Asp.Net MVC
How would you create a permanent cookie?
How many types of cookies are available in asp?
What is a session in programming?
What does asp in asp.net stand for?
How is it possible for .NET to support many languages?
Is asp.net and .net the same?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is page request in asp.net?
Explain about asp.net 2.0 themes?
Can you nest updatepanel within each other?
What is meant by web application?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Differentiate globalization and localization.
Why we use asp.net for website development?