ASNA Datagate vs Client Access
5 pts.
0
Q:
ASNA Datagate vs Client Access
Hello ... I am looking at developing a VS 200x .net application and want to use DB2 as my datasource. I have been using ASNA's datagate for years (writting classes to retrieve my data). Is it possible to do the same thing using Client Access?? thanks gollnick

Software/Hardware used:
Windows server and iseries
ASKED: Oct 8 2009  12:52 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
785 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Yes

Client Access provides an ODBC driver that VS.Net can use through ADO

Here is an article that discusses creating the connection string: http://www.betav.com/Files/Content/Articles/ConnectionStringt3.pdf

The driver will be: Driver={iSeries Access ODBC Driver}
-or- {Client Access ODBC Driver (32-bit)}

Here are some good resources from Microsoft: http://msdn.microsoft.com/en-us/library/ms171886(VS.80).aspx

From IBM: http://www-03.ibm.com/systems/i/software/access/windows/dotnet/index.html

The Red Book on this subject: http://www.redbooks.ibm.com/redbooks/pdfs/sg246440.pdf

Good luck.
Last Answered: Oct 9 2009  8:43 PM GMT by Chatmaker   785 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0