Questions tagged as 'dbase'

2
answers

Clipper still exists?

Clipper was a widely used language in the 1980s and even through the 1990s. Especially in some countries like Brazil. In fact many administrative systems still used today were made in it. But is it still possible to develop modern software using...
asked by 13.12.2014 / 20:15
1
answer

Read dbase in PHP

In the company has a software in Clipper, which saves the information in dbase (database_dados.dbf), now there is a need to integrate it with PHP, but I can not use the dbase functions. I have already enabled extension=dbase.dll in php.in...
asked by 02.06.2015 / 18:55
1
answer

Best way to generate Holerite, I look for a more viable solution

I developed an application that generates Holerites, and for that I need to treat data coming from 4 tables.    Officials - > Companies - > Maturities - > Discounts I want to show my user this way for example:    Rafael works...
asked by 04.01.2018 / 19:45
0
answers

Local dbf connection works but fails when remote

I have the code: string DbfConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DUMP\sgc\D; Extended Properties=dBASE IV;"; It works perfectly on my note, but when I put the application on the client it displays the message:...
asked by 13.12.2016 / 12:38