https://github.com/gladir/sql2dbf
Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier SQL en DBF.
https://github.com/gladir/sql2dbf
free-pascal sql-to-dbf sql2dbf turbo-pascal turbopascal
Last synced: 3 months ago
JSON representation
Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier SQL en DBF.
- Host: GitHub
- URL: https://github.com/gladir/sql2dbf
- Owner: gladir
- License: mit
- Created: 2024-05-13T18:42:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:58:09.000Z (about 2 years ago)
- Last Synced: 2025-01-06T11:43:08.970Z (over 1 year ago)
- Topics: free-pascal, sql-to-dbf, sql2dbf, turbo-pascal, turbopascal
- Language: Pascal
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sql2dbf
Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet de convertir un fichier SQL en DBF.
Syntaxe
SQL2DBF source.SQL [target.DBF]
Paramètres
Nom
Description
source
Ce paramètre permet d'indiquer le fichier contenant le code source SQL.
target
Ce paramètre optionnel permet d'indiquer le fichier DBF destinataire.