Steffen Goeldner wrote: > > SQL - Part 3: Call-Level Interface (SQL/CLI) moved from CD to FCD: > > ><http://www.jtc1sc32.org/sc32/jtc1sc32.nsf/Attachments/7E3B41486BD99C3488256B410064C877/$FILE/32N0744T.PDF> >
> A DBI patch is on the way ... New URL, new page numbers - see attachment. Steffen
*** DBI-1.201/DBI.pm Thu Jan 10 16:15:00 2002 --- DBI.pm Wed Jan 16 09:59:10 2002 *************** *** 4689,4699 **** DBI method ODBC function SQL/CLI Working Draft ---------- ------------- --------------------- ! column_info SQLColumns Page 135 ! type_info SQLGetTypeInfo Page ??? ! table_info SQLTables Page 306 ! primary_key_info SQLPrimaryKeys Page 266 ! foreign_key_info SQLForeignKeys Page 174 For example, for ODBC information on SQLColumns you'd visit: --- 4689,4699 ---- DBI method ODBC function SQL/CLI Working Draft ---------- ------------- --------------------- ! column_info SQLColumns Page 124 ! type_info SQLGetTypeInfo Page 239 ! table_info SQLTables Page 294 ! primary_key_info SQLPrimaryKeys Page 254 ! foreign_key_info SQLForeignKeys Page 163 For example, for ODBC information on SQLColumns you'd visit: *************** *** 4707,4716 **** The link you want will probably just be called C<SQLColumns> and will be part of the Data Access SDK. ! And for SQL/CLI standard information on SQLColumns you'd read page 135 of the (very large) SQL/CLI Working Draft available from: ! http://www.jtc1sc32.org/sc32/jtc1sc32.nsf/Attachments/DF86E81BE70151D58525699800643F56/$FILE/32N0595T.PDF =head2 Books and Journals --- 4707,4716 ---- The link you want will probably just be called C<SQLColumns> and will be part of the Data Access SDK. ! And for SQL/CLI standard information on SQLColumns you'd read page 124 of the (very large) SQL/CLI Working Draft available from: ! http://www.jtc1sc32.org/sc32/jtc1sc32.nsf/Attachments/7E3B41486BD99C3488256B410064C877/$FILE/32N0744T.PDF =head2 Books and Journals
