File:  [LON-CAPA] / loncom / metadata_database / Attic / lonsql.pm
Revision 1.1: download - view: text, annotated - select for diffs
Tue Feb 20 14:12:48 2001 UTC (23 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
the metadata database handler for LON-CAPA
(meant to integrate with MySQL server) -Scott

    1: # The LearningOnline Network with CAPA
    2: # Metadata Database Handler
    3: #
    4: # 02/20/2001 Scott Harrison
    5: 
    6: package Apache::lonsql;
    7: 
    8: use strict;
    9: 
   10: 
   11: 
   12: 
   13: 
   14: 1;

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>