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
Contrast OOP and SOA. What are tenets of each ?
How you can add an event handler?
What is application in asp net?
What are session and cookies?
Why is string called immutable data type?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is session in asp.net?
Explain significance of routing? : asp.net mvc
How does ASP.NET framework maps client side events to Server side events.?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the differences between code behind and code inline?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is asynchronous call?
Why is global asax is used for?
What is the main function of url routing system in asp.net mvc? : asp.net mvc