File: control

package info (click to toggle)
dbf2sql 2.0-6
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 104 kB
  • ctags: 119
  • sloc: ansic: 1,468; makefile: 108
file content (27 lines) | stat: -rw-r--r-- 875 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: dbf2sql
Maintainer: Martin Schulze <joey@debian.org>
Section: contrib/misc
Priority: optional
Standards-Version: 2.4.0.0

Package: dbf2msql
Architecture: any
Depends: ${shlibs:Depends}
Section: contrib/misc
Priority: optional
Description: Converting xBase files to mSQL 
 The main program takes an xBase-file and sends queries to an
 mSQL-server to insert it into a table.  There is also a program which
 can read out an mSQL-table and write a .dbf-file for this.  It is
 also still considered 'alpha-stage code', so use it at yur own risk
 (however, it seems to perform pretty well).

Package: dbf2pg
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libpgsql (>= 6.4)
Section: contrib/misc
Priority: optional
Description: Converting xBase files to postgres
 This program takes an xBase-file and sends queries to an
 postgres-server to insert it into a table.