Win2k seems to have issues with file pathnames that are a single character long. So the following fails:
ATTACH 'z' AS z; But this works: ATTACH './z' AS z; The failure only happens on win2k. Works ok on winxp. I got an old version of win2k running in vmware, fired up gdb, and traced it to an apparent malfunction in GetFullPathNameW(). Can somebody who understands or regularly uses windows please look into it for me. There is a ticket: http://www.sqlite.org/cvstrac/tktview?tn=2151 -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

