diff options
-rwxr-xr-x | load-rdf.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/load-rdf.scm b/load-rdf.scm index b432a83..4cd7841 100755 --- a/load-rdf.scm +++ b/load-rdf.scm @@ -152,8 +152,12 @@ authenticating as the dba user with PASSWORD." (call-with-pipe (lambda (out) (format out - "SET DSN=localhost:~a; SET PWD=~a; DELETE FROM rdf_quad WHERE g = iri_to_id ('~a');" - port password graph)) + "SET DSN=localhost:~a; +SET PWD=~a; +DELETE FROM rdf_quad WHERE g = iri_to_id ('~a');" + port + password + graph)) OPEN_WRITE "isql")) |