Changes

Jump to: navigation, search

NexJ Studio Tutorial Problems

396 bytes added, 15:38, 9 May 2011
no edit summary
Check with SHOW DATABASES and SHOW TABLES that appropriate tables and databases have been created
</font>
 
== Problem 8 ==
 
"Extra character found after the s-expression (scheme syntax error)"
 
(define e (Person'new (: firstName "Len") (: lastName "Chan")))
(define tp (read-instance TelcomType '() '(= name "Business") '()))
(define telcom (Email'new (: entity e) (: type tp) (: name (tp'name))
(: address "len@nexj.com")
(: displayName "Len Chan")))
(commit)
 
<font color="red">
Unresolved
</font>
1
edit

Navigation menu