|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
||||
|
||||
|
DB2: Book suggestions?
I'm looking for suggestions on a good DB2 book; something w/ a great reference section, but also w/ some tutorials on the various functions etc.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#2
|
||||
|
||||
|
These are the five books that I used for DB2 mainly because they fit the type of development I was doing. They may or may not be what you're looking for:
This book is great if you're going to be using stored procedures. It's all the book discusses. DB2 SQL Procedural Language for Linux, Unix and Windows While this is a certification guide, it is still a pretty good reference for a DBA. I got it for free so I can't be too critical. DB2 Universal Database V8 for Linux, UNIX, and Windows Database Administration Certification Guide (5th Edition) The following three books are some of my favorites because they talk specifically about accessing DB2 using C++. They cover CLI (Call Level Interface), embedded SQL and API calls. Tons of examples and all the source code included on CD's. They are several years old, but I used the examples verbatim to access UDB 8.1 with no problems. These aren't for everyone, but I found them to be invaluable. DB2 Universal Database Call-Level Interface (Cli) Developer's Guide DB2 Universal Database SQL Developer's Guide DB2 Universal Development Guide |
|
#3
|
||||
|
||||
|
wow DC, thanks for the great refs. Had no idea you were such a DB2 stud
lolwe're doing the whole IBM thing here - db2, wsad, was, j2ee yada yada. |
|
#4
|
||||
|
||||
|
The bad news is that reading IBM documentation has been proven to cause narcolepsy. The good news is that there are other resources that aren't quite as painful:
IBM developerWorks WebSphere TechJournal WebSphere Developer Domain developerWorks DB2 Library |
|
#5
|
||||
|
||||
|
Quote:
lmao ![]() |
|
#6
|
||||
|
||||
|
drgroove, did you install the ibm documentation when you installed the db2 odbc driver? I like the IBM Information center FWIW.
|
|
#7
|
||||
|
||||
|
Quote:
our DB2 is running on a remote solaris box; i don't have it running locally. is there a version of the doc separate from the install? |
|
#8
|
||||
|
||||
|
You should be able to install the documentation with the administration client and probably just the odbc driver not the database itself.
I'll see if I can find a seperate installation of the information center for you. |
|
#9
|
|||
|
|||
|
It's nice to see so many here doing development with IBM, DB2, WSAD and WAS. This is what I use at work also.
|
|
#10
|
||||
|
||||
|
Quote:
I've only been working under this architecture briefly, but yeah, I'm all-IBM at the moment. Definitely good to know there's other DSer's out there who are ibm-homogenized. ![]() |
|
#11
|
||||
|
||||
|
Quote:
rockin' ![]() |
|
#12
|
||||
|
||||
|
Here is a link in IBM's site where you can download the information center for the appropriate version of DB2 that you are running.
You can find out which version by either a: opening up a db2 command window and typing db2 you will get something like this: Code:
C:\Program Files\SQLLIB\bin>db2
(c) Copyright IBM Corporation 1993,2001
Command Line Processor for DB2 SDK 7.2.8
You can issue database manager commands and SQL statements from the command
prompt. For example:
db2 => connect to sample
db2 => bind sample.bnd
or b: you can connect to a database Code:
C:\Program Files\SQLLIB\bin>db2 connect to myserver user me Enter current password for me: Database Connection Information Database server = DB2/LINUX 7.2.8 SQL authorization ID = ME Local database alias = MYSERVER |
|
#13
|
|||
|
|||
|
Wow - how long has this DB2 forum been here??? Did I overlook for so long?
I have been using DB2 for almost 10 years, currently use via ASP and ASP.NET to access both DB2 on Z/OS and UDB on Win 200X. Powerfull stuff. A few 'gotchas' with ADO early on. Have not tried any PHP/DB2 as of yet. Some good resources mentioned so far - I would add: http://www.idug.org/html/home.asp and http://groups.google.com/groups?hl=...tabases.ibm-db2 The first is the International DB2 Users Group and the second has a number of IBM folks responding to questions. Stinger will be the next release of DB2 for Unix/Linux/Windows, and promises even tighter integration with the .NET platform. fv
__________________
...because that is the way we have always done it. We've been doing it like that for 80 Years! (How do we change that mindset?) |
|
#14
|