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 |
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
What are the page life cycle events?
Descrie about response.buffer and repsonse.flush ?
What are Authentication and Authorization?
What is the main difference between Asp.net and Vb.net?
What are sql joins?
What is a SESSION and APPLICATION object?
What is server side routing?
when the threads are used in dot net.
What is parse in asp.net?
What is the difference between a multi-layer and multi-tier applications?
What is the sequence in which ASP.NET events are processed?