By default all mine Pervasive files exits on same directory as .ddf path J:\pds, e.g. NAMES.MKD
I have a net use connection like net use s: \\192.168.1.22\pds wich is a Volume on a Nas
If the file would be on ddf path location this will work
vAflever.DatabaseName = "J:\PDS\NAMES.MKD"
vAflever.Location = vAflever.DatabaseName
status% = vAflever.Open
But this gives error 3012
vAflever.DatabaseName = "S:\PDS\NAMES.MKD"
vAflever.Location = vAflever.DatabaseName
status% = vAflever.Open
I want to use this to write /update al records twice ,
one to the a main file on J:\PDS wich is the data map on te pervasive Serer
and a copy off all work done record by record , so real -time on the S: the backup Nas
I use VB6 pro to program
How to solve or create a thing like this
Thanks
I have a net use connection like net use s: \\192.168.1.22\pds wich is a Volume on a Nas
If the file would be on ddf path location this will work
vAflever.DatabaseName = "J:\PDS\NAMES.MKD"
vAflever.Location = vAflever.DatabaseName
status% = vAflever.Open
But this gives error 3012
vAflever.DatabaseName = "S:\PDS\NAMES.MKD"
vAflever.Location = vAflever.DatabaseName
status% = vAflever.Open
I want to use this to write /update al records twice ,
one to the a main file on J:\PDS wich is the data map on te pervasive Serer
and a copy off all work done record by record , so real -time on the S: the backup Nas
I use VB6 pro to program
How to solve or create a thing like this
Thanks