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

How can we create custom controls in asp net?

0 Answers  


Can we use a static function with a non-static variable?

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  


What are the file extensions for razor views?

0 Answers   NA,


Why do we need master page in asp.net?

0 Answers  






Which is faster viewdata or viewbag?

0 Answers  


Explain transparent caching with aop?

0 Answers  


Why Global.asax is used?

7 Answers   Perot Systems,


How many rounds are there for a software programmer to clear interview in any IT industries(MNC).

3 Answers   HCL,


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

0 Answers   Siebel,


Which control has default post back is enabled(true)?

0 Answers   Sans Pareil IT Services,


How do sessions work?

0 Answers  


Categories