Most voted "dbase" questions
7 questions
Sort by count of
-
37
votes2
answers7574
viewsDoes Clipper still exist?
Clipper was a widely used language in the 80’s and even most of the 90’s. Especially in some countries like Brazil. In fact many administrative systems still used today were made in it. But it is…
-
2
votes1
answer375
viewsRead dbase in PHP
In the company has a software in Clipper, which saves the information in dbase (bank data.dbf), now arose the need to integrate it with PHP but I can not use the functions dbase. I already enabled…
-
2
votes1
answer420
viewsBest way to generate Holerite, I seek a more viable solution
I developed an application that generates Holerites, and for this I need to process data from 4 tables. Employees -> Companies -> Salaries -> Discounts I want to show my user the following…
-
1
votes1
answer139
viewsError starting Postgresql - [FAILED]
I’m trying to upload the database, but when I give the command service postgresql-9.1 start appears the following message: Starting postgresql-9.1 service : [FAILED]. I went to the log file with…
-
0
votes0
answers58
viewsLocal 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…
-
0
votes1
answer144
viewsConsume REST API from a PL (Postgresql 11)
Hello, I am working on a project in which I must build a PL that should consume a REST service (return in JSON). Looking at the Postgresql documentation, I did not find equivalent functions to…
-
0
votes0
answers28
viewsSelect with field of the same name between two tables without connection however approximate values
I have the 3 tables, 'users_teste', 'nps' and 'product', the product table has no relation with the other 2 tables, I need to perform a search comparing the request of the table 'nps' with the…