vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| satish mullapudi wrote: > Hi All, > Am a bit new to DB2. I have a small question though it may look silly > to most of u. > In which language is the Native API of DB2 / DB2 developed. I'm not clear if I understand the question... The DB2 for LUW engine is developed in C/C++. DB2 uses a standard protocol named DRDA to communicate with the client. DB2 has several clients natively talking to DRDA: CLI/ODBC and JDBC Type 4 amongst them. Other client APIs may be built on top of CLI, such as Ruby on Rails, Perl or PHP Does that help? Serge -- Serge Rielau DB2 Solutions Development IBM Toronto Lab WAIUG Conference http://www.iiug.org/waiug/present/Fo...Forum2006.html |
| ||||
| On Jan 17, 8:17 pm, Serge Rielau <srie...@ca.ibm.com> wrote: > satish mullapudi wrote: > > Hi All, > > Am a bit new to DB2. I have a small question though it may look silly > > to most of u. > > In which language is the Native API of DB2 / DB2 developed. > > I'm not clear if I understand the question... > The DB2 for LUW engine is developed in C/C++. > DB2 uses a standard protocol named DRDA to communicate with the client. > DB2 has several clients natively talking to DRDA: CLI/ODBC and JDBC Type > 4 amongst them. > Other client APIs may be built on top of CLI, such as Ruby on Rails, > Perl or PHP > > Does that help? > Serge > > -- > Serge Rielau > DB2 Solutions Development > IBM Toronto Lab > > WAIUG Conferencehttp://www.iiug.org/waiug/present/Forum2006/Forum2006.html That's enough. I jus want to know, In which language is DB2 developed. u said it is developed in C / C++. Thank You Serge. Satish Mullapudi. |