Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7056c4
)
quick stored proc db test
author
preecej
<preecej@localhost>
Mon, 6 May 2013 22:05:39 +0000
(22:05 +0000)
committer
preecej
<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]
patch
|
blob
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
+++ b/
image_annotation_db/ia_upload/db_sp_test.pl
@@ -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")');
+