[plt-scheme] a strange thing (about srpersist)
Hi all,
When writing something with srpersist, I meet the following problem:
First I wrote the some code like the p1.scm. When it runs, a error occured at line
31, the "(read-buffer id-buffer)". The error messege is always "read-buffer:
expects argument of type <<sql-buffer>>; given 1277974 " .
I try to debug and rewrite the code into the p2.scm. But this time it works and
give the desired output!
I can't find any reason why these two codes should behave differently. The
circumstance is same and the ODBC and DBMS works well. What's wrong with the
p1.scm?
Zhu Chongkai
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p2.scm
Type: application/octet-stream
Size: 2352 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20040506/ea6ff5b8/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1.scm
Type: application/octet-stream
Size: 2465 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20040506/ea6ff5b8/attachment-0001.obj>