Have you ever been faced with a file which you know has a structure, but even if you opened it in a text or hex editor, it still doesn't make sense? Typically these are system and data files developed over years by in-house programmers. Or they may b
Ever needed to create a Microsoft Access Datasource Name (DSN) on the fly from inside your code? We certainly have. This incredibly useful little component allows you to create, modify and delete DSNs at runtime from any development environment
Ever needed to create a Microsoft Access Datasource Name (DSN) on the fly from inside your Delphi code? We certainly have. This incredibly useful little Delphi component allows you to create, modify and delete DSNs at runtime from a Delphi
This Delphi component can be used to add/ remove/ configure Microsoft Excel Datasource Names (DSNs) on the fly, using just one line of code.
Ever needed to create a Paradox Datasource Name (DSN) on the fly from inside your Delphi code? We certainly have! This incredibly useful little Delphi component allows you to create, modify and delete DSNs at runtime from a Delphi application (32 bit
This Delphi component can be used to add / remove / configure XBase Datasource Names (DSNs) on the fly, using just one line of code. xBase covers a wide variety of database formats including dBase, Foxpro and Clipper.
Ever needed to treat a delimited text file as a database file? Now you can, using this control and with a little help from the Windows ODBC drivers. This incredibly useful little Delphi component allows you to create, modify and delete Text File DSNs |