Thanks for reading,
There is the facts :
SQLBase Engine is running SERVER1
Into SQLTalk : SET SERVER SERVER1; ok.
The server seems sucesfully installed (LOCAL).
When I try CONNECT DatabaseName; in SQLTalk,
it's fails : Cannot open log file .
But there is no log file with the DBS.
That database...
make sure you got SQLBASEOLEDB 1.0 in your reference, then type this code :
Dim objSQLBaseServer As SQLBASEOLEDBServer
Set objSQLBaseServer = New SQLBASEOLEDBServer
Dim strServer As String
Dim strPwd As String
strServer = "SERVER1"
strPwd = ""...
HI,
I'm not sure but I semms like you should look at your SQL.INI file that SQLBase uses.
Maybe something to do here.
I'm trying to do the same as you, I got another error :
Here's my cnnString :
"Provider=SQLBaseOLEDB;Data source=ISLAND;" & _
"Location=server1;User...
HI,
I learned that you should use SQLBase (old compatible version) to unload your database in a .sql file.
this way you can import it in almost all type of database.
I used those command in SQL Talk (using SQLBase 5.2 to deserve my old database)
SET SERVER SERVER1
CONNECT MyOldDataBaseName...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.