473,505 Members | 15,798 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Visual Studio & DB2 UDB for Windows

We are exploring doing some development with MS Visual Studio 2005 to
access our DB2 UDB for Windows databases. Are there any other options
to accessing DB2 with Visual Studio that may be more robust than ODBC?

Mar 8 '07 #1
5 3087
dougdoc wrote:
We are exploring doing some development with MS Visual Studio 2005 to
access our DB2 UDB for Windows databases. Are there any other options
to accessing DB2 with Visual Studio that may be more robust than ODBC?
Comment from backstage:
"One should never use ODBC driver or the OLE DB provider when building
DB2 applications using .NET technologies. IBM provides an IBM-developed
(not third party or Microsoft) real .NET Data Provider with support for
both .NET Framework 1.1 and 2.0. IBM also provides, at no charge, a set
of add-ins for the Visual Studio .NET 2003 and Visual Studio 2005 that
make building applications for DB2 (on any platform) a very productive
experience. It takes literally just minutes to become fully familiar
with these tools and be productive at creating both application front
ends and database back-end objects (tables, views, indexes etc. ) and
code (stored procedures functions etc.)."

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Mar 9 '07 #2
Serge,

Thanks for the great info.

Doug

On Mar 9, 6:03 am, Serge Rielau <srie...@ca.ibm.comwrote:
dougdoc wrote:
We are exploring doing some development with MS Visual Studio 2005 to
access our DB2 UDB for Windows databases. Are there any other options
to accessing DB2 with Visual Studio that may be more robust than ODBC?

Comment from backstage:
"One should never use ODBC driver or the OLE DB provider when building
DB2 applications using .NET technologies. IBM provides an IBM-developed
(not third party or Microsoft) real .NET Data Provider with support for
both .NET Framework 1.1 and 2.0. IBM also provides, at no charge, a set
of add-ins for the Visual Studio .NET 2003 and Visual Studio 2005 that
make building applications for DB2 (on any platform) a very productive
experience. It takes literally just minutes to become fully familiar
with these tools and be productive at creating both application front
ends and database back-end objects (tables, views, indexes etc. ) and
code (stored procedures functions etc.)."

Cheers
Serge

--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

Mar 9 '07 #3
On 8 Mar 2007 12:54:37 -0800, "dougdoc"
<do**********@unitedtrustgroup.comwrote:
>We are exploring doing some development with MS Visual Studio 2005 to
access our DB2 UDB for Windows databases. Are there any other options
to accessing DB2 with Visual Studio that may be more robust than ODBC?

<URL:http://www-128.ibm.com/developerworks/db2/zones/vstudio/>. For
support,
<URL:http://www-128.ibm.com/developerworks/forums/dw_forum.jsp?forum=467&cat=19>.

HTH,
B.
Mar 9 '07 #4
dougdoc wrote:
Serge,

Thanks for the great info.

Doug
Hello Doug,

I'll just jump in with a few words: I am doing my master's thesis with a
..NET/DB2 project.

I started with VS2003/.NET1.1/DB2V8 and have recently moved to
VS2005/.NET2.0/DB2V9. For me the combo is made in heaven. The
environment is a joy to work with, very straight-forward, with excellent
debugging support all the way down to stored procedures on DB2 from
right within VS.

While I started with ODBC and OLE DB, because there's so much sample
code around it, I ended up dumping it pretty quickly. IBM provided
plenty of sample code for their provider which I got adapted quickly. I
found my code looks "cleaner" for it.

That's purely subjective, of course.

Just my 2 cents
Mike Hoffmann
Mar 10 '07 #5
On Mar 8, 1:54 pm, "dougdoc" <doug.dock...@unitedtrustgroup.com>
wrote:
We are exploring doing some development with MS Visual Studio 2005 to
access our DB2 UDB for Windows databases. Are there any other options
to accessing DB2 with Visual Studio that may be more robust than ODBC?
Hi Doug,

Like Serge and Brian have pointed out in this email thread, DB2
provides an Add-in for Visual Studio 2005 which will allow you to
easily access several flavors of DB2 databases through an ADO.NET
provider.
The product is named "IBM Database Add-ins for Visual Studio 2005".
Check out developerWorks zone at:
<URL:http://www-128.ibm.com/developerworks/db2/zones/vstudio/>.
For support issues, you can use the support forum:
<URL:http://www-128.ibm.com/developerwork.../dw_forum.jsp?
forum=467&c...>.

As Mike Hoffman has mentioned below, the product is very straight-
forward to use so you can jump right in. You can also get a good
overview of the product and more details on specific areas from
several articles on our product published on developerWorks and here
are some links to the same...

http://www-128.ibm.com/developerwork...0605jayakumar/
http://www-128.ibm.com/developerwork...m-0512surange/
http://www-128.ibm.com/developerwork...-0512surange2/
http://www-128.ibm.com/developerwork...0611farahbod2/

I'm a developer leading several subprojects in this product and can
help you with any further questions that you may have(email:
va******@us.ibm.com).

Hope this helps.

Vasantha

Mar 13 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
6151
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with...
0
6075
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
1
1731
by: Craig Skrabacz | last post by:
I originally had VB.Net standard installed on my computer. I have subsequently installed Visual Studio .Net 2002 on my computer. I have not uninstalled VB.Net. When I look in my Add/Remove...
3
3404
by: Greg B | last post by:
Created a simple Win32 application (using Visual Studio wizard)... Am using Visual Studio (Enterprise Edition) 6.0, as well as Service Pack 5. At the start of 'WinMain' function, added the...
5
3771
by: Microsoft | last post by:
Hi, I have Visual Basic .net 2003 (Standard Edition) & SQL Server 2000 Developer Edition. When trying to create a connection in the server explorer from the .net IDE I get a number of problems;...
3
11275
by: michael.lang | last post by:
I am using PostBuild events in a C# project to run some tasks, but only when in release configuration mode. The build events run perfectly as expected when run. The problem comes when I save the...
1
1372
by: JFMarsella | last post by:
Hello, I am new to Visual Studio and VB and am stumbling along but have hit a roadblock. I am attempting to build a very basic database application that needs to 1) allow input & manipulation of...
0
6649
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
0
7295
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
0
7218
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7307
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7478
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5614
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5035
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4701
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
409
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.