Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
quick stored proc db test
authorpreecej <preecej@localhost>
Mon, 6 May 2013 22:05:39 +0000 (22:05 +0000)
committerpreecej <preecej@localhost>
Mon, 6 May 2013 22:05:39 +0000 (22:05 +0000)
svn path=/; revision=470

image_annotation_db/ia_upload/db_sp_test.pl [new file with mode: 0644]

diff --git a/image_annotation_db/ia_upload/db_sp_test.pl b/image_annotation_db/ia_upload/db_sp_test.pl
new file mode 100644 (file)
index 0000000..abae9c3
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/perl -w
+
+use strict;
+use DBI;
+
+my $dbh = DBI->connect('DBI:mysql:image_annotation;host=floret.cgrb.oregonstate.edu', 'lingutln', 'nikhil_iadb', { RaiseError => 1 });
+
+$dbh->do('call import_curator("a","b","c","d")');
+