Ask Dr. Dotnetsky - ASP.Net/VB.Net - DB2 Connection  Ask Dr. Dotnetsky - ASP.Net/VB.Net - DB2 Connection

Asked By Rocky Guls
13-Oct-06 08:54 AM

 ASP.Net/VB.Net - DB2 Connection

Hi Champs

I have to start work on one web application having DB2 as back end.

Can any one please tell me how easy/difficult is to work in these type of environments.

There is no SQL Server - have to get data from DB2 - how can we do that in .net web application.

Which one is better to chose vb/asp -DB2 or vb.net/asp.net - DB2

Please share your exp.

Thx

  K Pravin Kumar Reddy replied to Rocky Guls
13-Oct-06 09:02 AM

hello

best one is

vb.net/asp.net - DB2

here max features added than vb and asp

DB2 - OleDbConnection  DB2 - OleDbConnection

13-Oct-06 09:23 AM

To connect to DB2 using ADO.NET, you will be using OleDbConnection and the other classes of OLE DB.  For the connection string, you can refer to the following link:

http://www.connectionstrings.com

Create New Account
help
Frequently asked Interview Questions in ADO.Net hi friends Any one send frequently asked Important questions in C# .Net, ADO .Net, Asp .Net and Sql Server. . . . . . . . tx in Advance. . . . . . Hi, Find this. . (B)What is an IL? (B)What is a types? (B) What is concept of Boxing and Unboxing ? (B) What is the difference between VB.NET and C#? (I) what is the difference between System exceptions and Application exceptions? (I objects in Remoting? (A) What are the ways in which client can create object on server in CAO model? (A) Are CAO stateful in nature? (A) To create objects in CAO
Binding data from sql server to silverlight grid Hi, Im very new to silverlight. How we can fetch data from sql server and binding to silverlight grid. . Please help me in this regard. Thanks. HI refer this with you here that will help you get up and running with Silverlight 3 and SQL Server Data bases. This article walks you through displaying data from an SQL Server Data base in a Silverlight 3 application. There are three technologies that will be used
a single.NET DLL contain? Answer1: As many Answer2: One or more What are good ADO.NET object(s) to replace the ADO Recordset object? The differences includes In ADO, the in-memory representation of data is the recordset. In ADO.net, it is the dataset A recordset looks like a single table in ADO In contrast a dataset is a collection of one or more tables in ADO.net ADO is designed primarily for connected access ADO.net the disconnected access to the database is used In ADO you communicate with the database
ado.net can i know what is ado.net. explain this topic and give some links please. . . . . HI ADO.NET is the new database technology of the .NET (Dot Net) platform, and it builds on language-neutral object model that is the keystone of Microsoft's Universal Data Access strategy. ADO.NET provides data access services in the Microsoft .NET platform. You can use ADO.NET to
difference between ADO and ADO.NET hi, What are the basic differnce between ADO and ADO.NET? Thankx Richa hello Difference between Ado and Ado.net 1. In ADO, the in-memory representation of data is the recordset. In ADO.NET, it is the dataset 2. .A recordset looks like a single table. If a recordset