dBase II was the first widely used database management system (DBMS) for microcomputers. The dBase system includes the core database engine, a query system, a forms engine, and a programming language that ties all of these components together. dBase's underlying file format, the .dbf file, is widely ...

learn more… | top users | synonyms

0
votes
0answers
6 views

Charset IBM850 on ODBC with Code Igniter

Config: $db['mydb']['hostname'] = 'MyDb'; $db['mydb']['username'] = ''; $db['mydb']['password'] = ''; $db['mydb']['database'] = ''; $db['mydb']['dbdriver'] = 'odbc'; $db['mydb']['dbprefix'] = ''; ...
0
votes
1answer
54 views

How to create dBase (IV?) file?

I'm trying to create a dBase file since it seems the .TransferDatabase() method in my Export vba code requires the file to exist (keep getting "Field will not fit in record". Assuming due to the file ...
3
votes
0answers
53 views

Export Access Table to dBase file from Excel VBA?

I have an Excel "Application" where users add/edit/etc. data. When ready, they export this data, the final deliverable needing to be a dBase file. Since Excel 2007 no longer has the Save As dBase ...
0
votes
2answers
23 views

How to do a limited query like MySQL (LIMIT 0, 10) on Dbase?

It is possible? I know you can limit your queries with SELECT TOP 10 name FROM customers ORDER BY name but how can I get names from 50 to 100? I need to make a pagination but I can't find a way ...
0
votes
1answer
19 views

Database from entities or entities from database [duplicate]

I use jpa framework in java. I was used to create dbase schema first. Then to create reflecting classes in java application. Should I create first entity clases then create dbase schema from these? ...
0
votes
1answer
19 views

Using Python to write dbf table with fpt memos

I have a legacy application that uses .dbf and .fpt files. I am looking to read and write those files, I have figured out a way to write these files but not using fpt memos. I am using python 2.7.2 ...
0
votes
1answer
19 views

Memo fields and forms DBASE PLUS

How can I display information within a memo field using a editor form component. I know that using an image you go with: form.image.dataSource = 'binary image_name' but with editor I do not know ...
0
votes
3answers
78 views

OLEDB DBase VI :Syntax error in field definition

I am trying to create a DBF table when i get this error "Syntax error in field definition." , however there is nothing wrong with syntax , and when I change a certain column name from level to levels ...
0
votes
0answers
33 views

creating an array php + dbase

I have several DBF files from an old ERP-POS system (currently running) and i'm trying to extract some info to use in a web site i'm creating an array with the product code and his current stock from ...
0
votes
3answers
60 views

Create a table with integer or numeric(4.0) in dBase width Jet.4

I want to create a table (.DBF file) with an Integer(4) field using Microsoft Jet dBase Provider. There is my code : Dim conn As New OleDb.OleDbConnection Dim comm As New OleDb.OleDbCommand ...
0
votes
0answers
48 views

Create dbase ODBC on Ubuntu 12

first of all, sorry for my English. i'm, developing with PHP and a dbase db. Usually I do that on a Windows machine but, sometimes, i have to develop on Ubuntu. The problem is, i can't find a way ...
0
votes
2answers
125 views

Reverse Engineer a FoxPro/dBsae database to create the EER model

I'm currently developing a webapp to a costumer and I need to import data from their old application. As far as I can tell, the database is dBase written with FoxPro. I have the application exe and ...
0
votes
2answers
104 views

Not closing Odbc connection correctly

I have a simple test Windows Forms Application. The first time I run it in VS everything works. If I immediately run it again it throws an exception about read protected memory at adapter.fill(ds); ...
1
vote
2answers
293 views

ADO.NET OleDB and very old dBASE IV file

i'm reading DBF file using OleDb this way : [TestMethod] public void TestMethod2() { const string path = @"D:\VL816183.DBF"; var connection = new ...
0
votes
1answer
165 views

dbf file created in c# can not open in dbase

i created a file .dbf with C# code in using OdbcConnection, but when i want to open it with dbase, it says that's not a dbf file, could anyone explain me why and how it could work ?
1
vote
1answer
86 views

Remi PHP-FPM Dbase

I need to open some *.dbf files. I know what PHP has that module for easily work with such files, but how i can add that module to php-fpm ? [root@mcs-team tmp]# pecl install dbase downloading ...
0
votes
2answers
267 views

What's the best way to routinely import DBase (dbf) files into MySQL tables?

The DBF files are updated every few hours. We need to import new records into MySQL and skip duplicates. I don't have any experience with DBF files but as far as I can tell a handful of the one's ...
0
votes
1answer
138 views

Weird java.sql.SQLException error

I have a weird issue and most the stuff I seem to find on the web is referring to a driver or connection problem... I am parsing threw a dBASE table to get some id numbers: ...
1
vote
2answers
77 views

Read dBase / Paradox data into R?

I have a hundred or so database files I inherited that I'm currently reading with "Paradox dBase Access Reader", and exporting manually to pipe-delimited text files. I'd LOVE to do this with some ...
2
votes
1answer
252 views

How do I make my ActiveX controls show up on the Toolbox in Visual Studio (and others)

I've written a series of ActiveX controls in Delphi to be used in other development environments (like Visual Studio or dBASE for Windows, as two examples) I used the ActiveX wizards provided as part ...
-2
votes
2answers
698 views

how to convert .DBF file format to .dbf file format?

I want to acccess dBase database. It's not directly have any database name. it's have table name base data file. Normally dBase file format open in msaccess & msexcel. But it have .DBF file ...
0
votes
2answers
327 views

VBScript / SQL help needed with query that joins three tables

I'm trying to build a query that will connect three tables and I want to run this query via VBscript. This is my working version: sSQL = "SELECT OPNPOS.FUND, SECRTY.TKR, SECRTY.ISIN, OPNPOS.QTY, ...
1
vote
0answers
418 views

How to install dBase extension (php 5.4.7 on Windows)?

I'm trying to install dBase extension for php, but with no success so far. Searching the site, I found this link, http://downloads.php.net/pierre/, and downloaded php_dbase.dll from there. Then I ...
0
votes
0answers
60 views

Numeric Column in Dbase IV in code behind

I have Code to create a Dbase IV table through C#.net, but i have problem with specify the size of the field with Numeric Data type..if i specify the field size as "3" it automatically takes default ...
0
votes
1answer
135 views

SQL insert query in Clipper language

I have a clipper programme in which i have many DBF files which takes care of the data that is inserted. I can able to convert DBF into SQL. Now my doubt is after converting how should i use an ...
0
votes
0answers
65 views

Migration from Visual Dbase 5

A project requires the migration of an internal company administration software (written in Visual Dbase 5) to current standards, including complete new architecture and processing structures, based ...
0
votes
0answers
208 views

Microsoft.Jet.OLEDB.4.0-Provider in dBase-mode and wrong character encoding

I try to read the dbase-files produced from an ERP application. The application calls the export-format "DBase 4 (ANSI)". If I open the file with LibreOffice/OpenOffice with encoding ISO-8859-15 or ...
1
vote
1answer
156 views

Display Big5 encoding from dBase on the web

I have a dBase III file, the Chinese words inside is encoded in Big5. With the help of PHP ODBC, I can retreieve/ insert record to/ from the dBase file. However, I couldn't diplay the chinese words ...
1
vote
3answers
762 views

Cannot connect to *.dbf file through JDBC drivers

i'm trying to connect to *.dbf (dBase III) file on my Java application, running on a Windows Server 2003 system. I'm encountering this error and I cannot really understand the meaning (sources for ...
1
vote
2answers
494 views

How do i read a dbase file and apply different decoding?

I have a dbf file endcoded as 866 codepage (DOS) Using the code below, I'm trying to read it. Problem is that strings I get are formed as if the file was in code page 1252. I've checked other ...
0
votes
1answer
86 views

DBASE file reading Limitation

I have a Dbase file (*.dbf) which I am currently reading using Microsoft OLEDG Jet Provier. Now the issue is that my Dbase file is more then 2GB in size and as per the limitation of Jet ...
0
votes
1answer
219 views

ShapeFile Points to Longitude/Latitude

I have loaded my shapefile with the following columns. [NumberOfParts],[ContentLength],[NumberOfPoints],[Points],[RecordNumber],[ShapeType],[XMax],XMin],[YMax],[YMin],[AU12],[NAME]. I successfully ...
0
votes
1answer
58 views

DBA (dBASE) encrypted field called 'XPASSWORD', what is this?

I'm trying to find the value of a field labeled 'XPASSWORD' in DBF Viewer 2000 ( http://www.dbf2002.com/ ). Does anybody know what encryption technique this field uses? Can anyone help me out? ...
1
vote
3answers
1k views

how to query DBF(dbase) files date type field in where and between clause

I have a DBF file and I'm trying read it from c# code. I can read files successfully without applying any conditions or applying conditions for varchar type fields.My problem is I have to filter the ...
1
vote
1answer
759 views

Delphi + ADO + dBase

I'm trying get these 3 to work nicely. If I use this connection string Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;OLE DB Services = -1;Extended Properties=dBase IV;Dbq=c:\mypath doing ...
2
votes
2answers
223 views

How to open a .DBF file with a .DAT extension

I need to open a dbase III file in C#. The sticking point is that the file has a .dat extension not a .dbf. I have tried both OleDB and Odbc and both require that the file has a .dbf extension. ...
0
votes
0answers
200 views

Create table with Microsoft dbase III driver and numeric field widths

I'm creating a table in a dbase III (*.dbf) file. All works fine but some of the numeric columns need specific width and precision. If I add on the width and precision in the CREATE TABLE syntax, for ...
-1
votes
2answers
421 views

How to open DBF(dBase) file faster way and update it very fast using VS C#?

I want to build a program that can open dBase(DBF) file faster like other normal files. My data contains more than 100,000 lines of data. I want to build a software, that can open DBF(dBase) file ...
1
vote
1answer
3k views

ODBC Microsoft dBase Driver without Office installed

is there some solution how to use 32/64 bit ODBC Microsoft dBase Driver on Windows without Office installed? Thank you for response.
0
votes
0answers
125 views

How to load .db file on C++ Builder XE

I have a lot of dBase (.db) files on my project. I need to load it values in the TDBGrid Component on the Form by programmatically using C++ Builder XE.. Can anyone describe to me how to do that? ...
0
votes
1answer
178 views

Copying to/from Dbase data using Access

I am stuck with some legacy back ends using dBase IV, and would like to be able to copy records from one table to another using an Access front end. The simple answer would be to link to the source ...
0
votes
2answers
1k views

PHP 5.4.4 unrecognized --enable-dbase

I'm trying to compile php 5.4.4 on a CentOS 6.1 x64 server with --enable-dbase option but instead I receive this error: configure: WARNING: unrecognized options: --enable-dbase I saw that in the ...
0
votes
0answers
158 views

php dbase extension cutting off float point numbers

I have weird problem with php reading dbase (dbf) files. My development environment OS: Win 7 Php version: 5.3.8 Web server: apache 2.2 My production environment OS: Centos 5.5 Php version: ...
1
vote
0answers
331 views

How to read a non-standard DBF memo file

I am trying to convert data from Act 2000 to a MySQL database. I have successfully imported the DBF files into individual MySQL tables. However I am having issues with the *.BLB file, which seems to ...
1
vote
1answer
579 views

How can I create a D-Base IV table using Delphi ADO components please?

I am working on the software for an instrument that logs batch results into single DBase 4 (*.dbf) disk files in a folder. In preparation for adding new logging analysis capability which is planned to ...
-3
votes
1answer
157 views

What is DBase? How to use DBase in Win98 Operating system? [closed]

What is DBase? How to use DBase in Windows 98? How to install DBase?
5
votes
1answer
763 views

Why does setting a table's RecNo property not move to that record?

I have got a TTable component that uses the BDE to access a DBase table. There is no index on the table, so the sort order is the physical order of the records in the table. If I read the RecNo ...
0
votes
0answers
647 views

How to speed up odbc dBase query?

I'm connecting from php to a dBase .dbf file (generated by another application) with odbc: //database connection string $dsn = "Driver={Microsoft dBASE Driver ...
0
votes
1answer
2k views

Php, odbc & vfp

I'm trying to connect a dbf database with php. I've tried several different ways, with no luck. PHP: 5.3.8 File: C:\xampp\htdocs\work\vcabdoc.dbf 1rst way: created data source dbvfp, driver ...
0
votes
2answers
368 views

How to migrate dbase database in rails

How to use rake with https://github.com/infused/dbf/. I tried to write in database.yml such text: development: adapter: dbf database: db/file.dbf pool: 5 timeout: 5000 But it say, that ...

1 2 3