473,405 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

ConnectionString IBM DB2

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.
Nov 19 '05 #1
6 7374
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

"Necqui Teja" <Ne*****@nospam.nospam> wrote in message news:e1*************@TK2MSFTNGP15.phx.gbl...
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.
Nov 19 '05 #2
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

"Necqui Teja" <Ne*****@nospam.nospam> wrote in message news:e1*************@TK2MSFTNGP15.phx.gbl...
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.
Nov 19 '05 #3
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
news:%2***************@TK2MSFTNGP09.phx.gbl...
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

"Necqui Teja" <Ne*****@nospam.nospam> wrote in message
news:e1*************@TK2MSFTNGP15.phx.gbl...
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.

Nov 19 '05 #4
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
news:%2***************@TK2MSFTNGP09.phx.gbl...
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

"Necqui Teja" <Ne*****@nospam.nospam> wrote in message
news:e1*************@TK2MSFTNGP15.phx.gbl...
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.

Nov 19 '05 #5
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:g...bm.com/redbook
s/pdfs/sg246440.pdf+.net+connectionstring+IBM.Data.DB2.iS eries+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" <Ne*****@nospam.nospam>
| References: <e1*************@TK2MSFTNGP15.phx.gbl>
<#8*************@TK2MSFTNGP09.phx.gbl>
| 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: <uL**************@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 216.57.203.121
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.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
| news:%2***************@TK2MSFTNGP09.phx.gbl...
| 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
|
| "Necqui Teja" <Ne*****@nospam.nospam> wrote in message
| news:e1*************@TK2MSFTNGP15.phx.gbl...
| 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.
|
|
|
|

Nov 19 '05 #6
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:g...bm.com/redbook
s/pdfs/sg246440.pdf+.net+connectionstring+IBM.Data.DB2.iS eries+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" <Ne*****@nospam.nospam>
| References: <e1*************@TK2MSFTNGP15.phx.gbl>
<#8*************@TK2MSFTNGP09.phx.gbl>
| 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: <uL**************@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 216.57.203.121
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msft ngp13.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
| news:%2***************@TK2MSFTNGP09.phx.gbl...
| 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
|
| "Necqui Teja" <Ne*****@nospam.nospam> wrote in message
| news:e1*************@TK2MSFTNGP15.phx.gbl...
| 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.
|
|
|
|

Nov 19 '05 #7

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

Similar topics

4
by: Devante | last post by:
Hi, I am fairly new to ASP.NET and have been working on a web form that will allow a user to upload images to a database. I have found a sample web form that I have been trying to get working,...
2
by: oswald verlinden | last post by:
Hi all, i have a client with an old working app. in PowerBuilder for which i need to create new modules. The db is sqlanywhere 5.0.4 The db is configured in ODBC. Now, i don't seem to be able...
2
by: G. Dean Blake | last post by:
We currently distribute a web application to serveral servers for a customer. We have been putting the connection string in our web.config file under <appSettings> <add...
6
by: Tony | last post by:
Dear All, When I run an example program on the http://www.dotnetjunkies.com/quickstart/util/srcview.aspx?path=/quickstart/aspplus/samples/webforms/data/datagrid1.src&file=VB\datagrid1.aspx&font=3 ...
4
by: Shapper | last post by:
Hello, I have this connectionString in a DataReader: Dim connectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=C:\db.mdb" It's working fine. Now i...
10
by: Laura K | last post by:
Tried all kinds of things. I get the error. The ConnectionString property has not been initialized. Any help appreciated. ...
2
by: Chen | last post by:
I have a project which contain several WinForms. I put a SqlDataAdapter in Many of the Forms. I want these SqlConnection1.ConnectionString Point to the same SQL Server. So I create a Global Const...
3
by: Jim Andersen | last post by:
Hi, I would appreciate if someone could explain this behaviour, and maybe offer a better solution. I have been working with the GridView control. And SqlDataSource. It works great if I do:...
3
by: Arpan | last post by:
I recently installed SQL Server 2005 (Management Studio Express) along with SQL Server 2005 Express (Configuration Manager) in my Win2K Pro m/c & use IIS 5.0 to run ASPX projects. I could add my...
5
by: Radu | last post by:
Hi. In a repeater I have as ItemTemplate the following, among others, and everything works great: <asp:SqlDataSource ID="LocationSqlDataSource" SelectCommand="SELECT blah-blah-blah"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.