Hi,
Recently we purchased and installed a Pervasive.SQL V8 database server on a Novell 6.0 server. I also installed the Pervasive OLE DB Provider.
Today I tried to play with some sample VB6/
VB.NET apps I downloaded from the Pervasive Web site, but I was unable to establish an OLE DB connection with the server. I tried VB6 apps on Win98 client and
VB.NET apps on Win2K client, but I keep on getting the same message: "Unable to connect to the relational engine (is Database Name and Server available?)." The target database is the usual Demodata and security is turned off. I tried to set the new Location parameter to the name of the target server, but with the same result.
I used the following connection string:
Provider=PervasiveOLEDB;Data Source=demodata;Location=testserver
Using the Pervasive System Analyzer, I tested my client installations, network connections and relational engine operation. Everything works OK, or at lest that is what the log files say. When I use the PCC, I have no problem of connecting and viewing the Demodata database.
Can anyone give me a clue what could the problem be? As I suppose it must be something really trivial, caused by my lack of experience with Pervasive, I wanted to post on this forum first, before I contact Pervasive technical support.
Thanks in advance.