Author: timbo
Date: Thu Apr 15 05:49:48 2010
New Revision: 13905

Modified:
   dbi/trunk/DBI.pm
   dbi/trunk/dbixs_rev.h

Log:
Tweak URL/search details for MSDN ODBC docs.
Bump dbixs_rev.h


Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm    (original)
+++ dbi/trunk/DBI.pm    Thu Apr 15 05:49:48 2010
@@ -7802,17 +7802,12 @@
  type_info         SQLGetTypeInfo    Page 239
  statistics_info   SQLStatistics
 
-For example, for ODBC information on SQLColumns you'd visit:
+To find documentation on the ODBC function you can use
+the MSDN search facility at:
 
-  http://msdn.microsoft.com/library/en-us/odbc/htm/odbcsqlcolumns.asp
+    http://msdn.microsoft.com/Search
 
-If that URL ceases to work then use the MSDN search facility at:
-
-  http://search.microsoft.com/us/dev/
-
-and search for C<SQLColumns returns> using the exact phrase option.
-The link you want will probably just be called C<SQLColumns> and will
-be part of the Data Access SDK.
+and search for something like C<"SQLColumns returns">.
 
 And for SQL/CLI standard information on SQLColumns you'd read page 124 of
 the (very large) SQL/CLI Working Draft available from:

Modified: dbi/trunk/dbixs_rev.h
==============================================================================
--- dbi/trunk/dbixs_rev.h       (original)
+++ dbi/trunk/dbixs_rev.h       Thu Apr 15 05:49:48 2010
@@ -1,4 +1,3 @@
-/* Sun Mar  7 23:13:07 2010 */
-/* Mixed revision working copy (13835M:13836) */
+/* Thu Apr 15 13:40:28 2010 */
 /* Code modified since last checkin */
-#define DBIXS_REVISION 13835
+#define DBIXS_REVISION 13903

Reply via email to