Running CodeExplorer from any directory (even from within the IDE) gives error message: "Purebasic not found".
Regards
mjw
Search found 4 matches
- Thu Jun 19, 2008 11:26 am
- Forum: PureFORM & JaPBe
- Topic: Code Explorer [jaPBe plugin]
- Replies: 15
- Views: 28652
- Thu Jan 24, 2008 4:33 am
- Forum: Windows
- Topic: Opening remote data base
- Replies: 6
- Views: 4440
- Tue Jan 22, 2008 2:45 am
- Forum: Windows
- Topic: Opening remote data base
- Replies: 6
- Views: 4440
First, thank you very much, Paul, for helping me.
You might be able to create a file DSN programatically (they are just text) and use that, haven't tried it though. (you can create one in control panel once, open it, look at the text then try and create it programatically. It's basically a connect ...
You might be able to create a file DSN programatically (they are just text) and use that, haven't tried it though. (you can create one in control panel once, open it, look at the text then try and create it programatically. It's basically a connect ...
- Tue Jan 22, 2008 12:25 am
- Forum: Windows
- Topic: Opening remote data base
- Replies: 6
- Views: 4440
Opening remote data base
Hi,
Is there a way to open a remote (SQL Server) database without defining it first in Windows Control Panel - Data Sources?
Eg.
OpenDataBase_DSN(#DbHandle, "SQL.MYSERVER.COM", params... )
Can anybody give me a hint how to do it?
Kind regards
mjw
Is there a way to open a remote (SQL Server) database without defining it first in Windows Control Panel - Data Sources?
Eg.
OpenDataBase_DSN(#DbHandle, "SQL.MYSERVER.COM", params... )
Can anybody give me a hint how to do it?
Kind regards
mjw