Search found 4 matches

by mjwiech
Thu Jun 19, 2008 11:26 am
Forum: PureFORM & JaPBe
Topic: Code Explorer [jaPBe plugin]
Replies: 15
Views: 28652

Problems with CodeExplorer

Running CodeExplorer from any directory (even from within the IDE) gives error message: "Purebasic not found".

Regards
mjw
by mjwiech
Thu Jan 24, 2008 4:33 am
Forum: Windows
Topic: Opening remote data base
Replies: 6
Views: 4440

Hi Paul and Kiffi,

Thanks again for your valued help.

I share Paul's opinion on PureBasic being unable to open databases without having previously defined a datasource (opening a DSN-less connection). Perhaps in the next release...

The German library PBOSL_ExDatabase, suggested by Kiffi, seems to ...
by mjwiech
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 ...
by mjwiech
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