Tagged Questions

Btrive is transactional database based on Index sequential access method . Developed in 1982 by SoftCarft the latest version available is 7.0 . The company later got rename to Pervasive and they also launched and RDBMS with that name . Btrive was popular with Novell and Windows platform and mostly seen used with a programing language like Magic.

learn more… | top users | synonyms

2
votes
1answer
212 views

Determining the start and end range of bytes changed in a file

I'm working on a little experimental utility to use within our company that indexes notes stored in our custom CRM software for full-text searching. These notes are stored in a Btrieve database (a ...
2
votes
3answers
1k views

Btrieve without Pervasive?

Is there any library available to query Btrieve databases without buying something from Pervasive? I'm looking to code in C# or Python.
1
vote
1answer
195 views

How to convert a bunch of .btr and .lck files to a readable SQL?

I have a bunch of .btr and .lck files and I need to import those to a SQL Server Data Base. How can I do that?
1
vote
1answer
214 views

Btrieve (file) owner problems

I've been tasked with exporting a bunch of tables from a Btrieve (Pervasive) database but one of the tables is putting up a fight. I'm using the Pervasice Control Centre but when I run a SELECT * FROM ...
1
vote
1answer
214 views

Writing a replacement for a C DLL?

I'd like to write a very simple replacement for w3btrv7.dll so I can pass Btrieve API calls to another library (written in .NET and called via COM). Basically, I need to mimic the signature of the ...
0
votes
1answer
196 views

Pervasive PSQL 10 Database to MS SQL Server?

I want to migrate a Btrieve Database to Microsoft SQL Server 2008 R2. I already have done the step of migration to Pervasive PSQL 10 Workstation (x86), which offers an ODBC / OLE DB driver. (It seems ...
0
votes
0answers
37 views

SoftSolutions and btreive db questions

I need to make an export from the SoftSolutions v.4 document manager system. Its very old and information is very hard to be found for it. So I have some questions for the people that may be familiar ...
0
votes
1answer
205 views

Btrieve GetNextExtended 'UC' Option Returning Only One Record Repeatedly

I am working on Pervasive SQL 2000i SP4 and accessing my data via the Btrieve API. Recently I delved into the GetNextExtended operation and using the 'EG' option, but the first record in was always ...
0
votes
1answer
82 views

Btrieve GetNextExtended Status 62

I'm having trouble getting the GetNextExtended(36) operation working in Btrieve. Here is the call which returns the status code 62 : intStatus = BTRCALL(B_GETNEXTEXTENDED, _ ...
0
votes
2answers
278 views

Btrieve Date Integer

this is my question: I'm migrating data from a Btrieve file (.dat) through Pervasive Control Center and there is field type which is defined as integer but is a date and for example the date ...
0
votes
1answer
393 views

Reading .btr file using VB.Net

I need to import data from a .btr file (text.btr) to Access database using VB.net. I searched in google but didn't find any solution for this. Any help would be highly appriciated. Thanks, Yogi
0
votes
2answers
260 views

Btrieve/Pervasive db and Ruby

Is there any solution to work with Btrieve/Pervasive db from Ruby level? Any gem? Maybe somebody have some experience with such a thing? Or maybe use some Java libs through Jruby? I've never used ...