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
How can you dynamically add user controls to a page?
Explain the concept of View Model in MVC?
What is session management in web application?
Explain Areas in MVC?
Difference between Response.redirect vs server.transfer?
What is use of Master Page in ASP.NET web pages?
Contrast OOP and SOA. What are tenets of each ?
Who creates jsessionid?
What is Web Server Control Templates.?
Explain how does asp page work?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the typical session identifier?
Can you explain the basic use of dataview?
How are sessions stored?
What’s the difference between response .redirect and server.transfer?