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

I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


What is the difference between application object and session object?

4 Answers   IBS,


explain code with multi inhertance

0 Answers  


How can you display all validation messages in one control?

0 Answers  


In a Repeater control how one can provide an alternating color scheme ?

0 Answers   Siebel,






When we do partial refresh of a page using update panel how server knows it(which event occurs?)

2 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,


How to check null values in dataset ?

6 Answers   Digital GlobalSoft,


What is difference cookie and session?

0 Answers  


Explain the difference between the web config and machine config.

0 Answers  


Why is xap important?

0 Answers  


Is it possible to apply themes to an asp.net application? If yes, then how?

0 Answers  


Categories