Difference between ISQL and OSQL??



Difference between ISQL and OSQL??..

Answer / 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

More ASP.NET Interview Questions

What is Boxing and Unboxing?

7 Answers   Accenture, IBM, Tech Mahindra,


What are the page life cycle events?

0 Answers  


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


What are Authentication and Authorization?

0 Answers  


What is the main difference between Asp.net and Vb.net?

0 Answers  


What are sql joins?

0 Answers  


What is a SESSION and APPLICATION object?

0 Answers  


What is server side routing?

0 Answers  


when the threads are used in dot net.

2 Answers  


What is parse in asp.net?

0 Answers  


What is the difference between a multi-layer and multi-tier applications?

0 Answers   Microsoft,


What is the sequence in which ASP.NET events are processed?

0 Answers  


Categories