adspace
How vb implements the disconnected architecture as like vb.net?
Answer Posted / 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 View All Answers
Explain the difference between system.string and system.stringbuilder classes?
Explain the difference between datatable and dataset?
What is the use of assembly?
What is option strict?
How to store images in sql server database through vb.net?
What are the features of c# which are not present in vb.net?
What is early binding?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
How to send xml file on server using http protocol?
How to retrieve images in sql server database through vb.net?
Explain an assembly?
Explain how can we remove handlers at run time?