ConnectionString IBM DB2

  • Thread starter Thread starter Necqui Teja
  • Start date Start date
N

Necqui Teja

I'm looking for an ASP.NET 2.0 sample ConnectionString for my web.config
file that utilizes the IBM DB2 for iSeries .NET Provider ( prefix iDB2...)
I'm using VS2005 Beta 2. I've added reference to it to my project, however,
I can't find any reference of it when I try to create a new Dataset.xsd and
choose New Connection...
I realize that I'm using a Beta version, but was wondering if anybody had
any success with any workaround.
 
Hi Necqui,

Maybe this can help you:
"Provider=IBMDA400;Data source=myAS400;User Id=myUsername;Password=myPassword"Guillermo G.

--------------------------------------------------------------------------------
Guillermo González Arroyave :: MCP ASP.Net C# :: DCE4

I'm looking for an ASP.NET 2.0 sample ConnectionString for my web.config
file that utilizes the IBM DB2 for iSeries .NET Provider ( prefix iDB2...)
I'm using VS2005 Beta 2. I've added reference to it to my project, however,
I can't find any reference of it when I try to create a new Dataset.xsd and
choose New Connection...
I realize that I'm using a Beta version, but was wondering if anybody had
any success with any workaround.
 
No. This uses the old OLE DB connection. I'm trying to use the new .NET
managed provider.

see: http://www.redbooks.ibm.com/abstracts/sg246440.html


"Guillermo González A." <gugonzar(arroba)epm.net.co> wrote in message
Hi Necqui,

Maybe this can help you:
"Provider=IBMDA400;Data source=myAS400;User
Id=myUsername;Password=myPassword"Guillermo G.

--------------------------------------------------------------------------------
Guillermo González Arroyave :: MCP ASP.Net C# :: DCE4

I'm looking for an ASP.NET 2.0 sample ConnectionString for my web.config
file that utilizes the IBM DB2 for iSeries .NET Provider ( prefix iDB2...)
I'm using VS2005 Beta 2. I've added reference to it to my project,
however,
I can't find any reference of it when I try to create a new Dataset.xsd
and
choose New Connection...
I realize that I'm using a Beta version, but was wondering if anybody had
any success with any workaround.
 
Hi Necqui,

Just have a search over the net, seems the IBM.Data.DB2.iSeries provider
provider's connection string is not quite popular there. I've found some
simple ones mentioned in the following guide:

#Integrating DB2 Universal Database for iSeries with Microsoft ADO .NET
http://66.102.7.104/search?q=cache:gWviV9_NkbAJ:www.redbooks.ibm.com/redbook
s/pdfs/sg246440.pdf+.net+connectionstring+IBM.Data.DB2.iSeries+provider&hl=e
n

For detailed specification , I suggest you try searching in the IBM's
develperworks site.

Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



--------------------
| From: "Necqui Teja" <[email protected]>
| References: <[email protected]>
<#[email protected]>
| Subject: Re: ConnectionString IBM DB2
| Date: Mon, 25 Jul 2005 13:52:53 -0700
| Lines: 31
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.1830
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 216.57.203.121
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:114356
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| No. This uses the old OLE DB connection. I'm trying to use the new .NET
| managed provider.
|
| see: http://www.redbooks.ibm.com/abstracts/sg246440.html
|
|
| "Guillermo González A." <gugonzar(arroba)epm.net.co> wrote in message
| | Hi Necqui,
|
| Maybe this can help you:
| "Provider=IBMDA400;Data source=myAS400;User
| Id=myUsername;Password=myPassword"Guillermo G.
|
|
----------------------------------------------------------------------------
----
| Guillermo González Arroyave :: MCP ASP.Net C# :: DCE4
|
| | I'm looking for an ASP.NET 2.0 sample ConnectionString for my
web.config
| file that utilizes the IBM DB2 for iSeries .NET Provider ( prefix
iDB2...)
| I'm using VS2005 Beta 2. I've added reference to it to my project,
| however,
| I can't find any reference of it when I try to create a new Dataset.xsd
| and
| choose New Connection...
| I realize that I'm using a Beta version, but was wondering if anybody
had
| any success with any workaround.
|
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top