Re(2): [nsbasic-ce] Re: Path problem opening database with sqlite

2009-02-03 Thread George Henne
I haven't tried this, but could you set up a link and open the link instead? >You can try to enumerate the folders on your device by using NewObjects >AXpack1's (free) OpenDirectory (www.newobjects.com). Something like this: >  >AddObject "newObjects.utilctls.SFMain", "mySFMain" >Set myFileSys =

Re: [nsbasic-ce] Re: Path problem opening database with sqlite

2009-02-03 Thread Ricardo Carraretto
You can try to enumerate the folders on your device by using NewObjects AXpack1's (free) OpenDirectory (www.newobjects.com). Something like this: AddObject "newObjects.utilctls.SFMain", "mySFMain" Set myFileSys = mySFMain Set dir = myFileSys.OpenDirectory("/") For Each i In dir.contents <.. her

[nsbasic-ce] Re: Path problem opening database with sqlite

2009-02-02 Thread margubra
work in the pocket in a path like "\IBFMEM36\teste.db", but not in the card in a path like "\Cartão de Memória\IBFMEM36\teste.db" with the path confirmed by pasta=main.GetFilePath(CurrentPath) --- In nsbasic...@yahoogroups.com, Thomas Gruber wrote: > > Hello, > can you use the form ..\filename or