How vb implements the disconnected architecture as like vb.net?



How vb implements the disconnected architecture as like vb.net?..

Answer / Ajit Tiwari

Visual Basic does not have built-in support for a Disconnected Architecture similar to VB.NET, which uses DataSets and DataTables. However, developers can work around this by using third-party libraries or writing custom code to manage disconnected data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.

1 Answers  


Do event have return type?

8 Answers  


What is static member?

1 Answers  


when do we need a multiple document interface?

2 Answers  


hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back

4 Answers  


how to get sum of two numbers in vb.net?

14 Answers   Factorial, Paul Infotech, Satyam,


How to store images in sql server database through vb.net?

0 Answers  


What are Major Feature of VB.NET Over C#.NET

9 Answers   Wipro,


What is late binding and early binding?

1 Answers  


Explain managed code?

1 Answers  


Explain option explicit?

1 Answers  


What is JIT(Just In Time) and How it works?

5 Answers   Data Entry Operator, Infocons, Siemens,


Categories