WinAPI complexity to Delphi simplicity
 MC Programming Libraries
Home: More Products Ask Your Question!  

MS SQL Server 7.0/2000

File Management extended stored procedures

A Better Way To Read And Write Files Under MS SQL Server

Table of content

Feature Overview

Extended stored procedures for File Management extends the T-SQL functionality with capabilities of:
  • Work with files and directories;
  • Read and write files line-by-line or by arbitrary data blocks;
  • Export and import BLOB data from the disk files to the table fields of TEXT/NTEXT/IMAGE datatype;
  • Work with INI files;
  • Format string templates.
These procedures are provided by dynamic-link library, xpFileUtils.dll (source code is available for Delphi and requires XProc Component to compile).
Want to know how to use these procedures from T-SQL? See the example script.

Programmer's Reference

Here is by catagory described extended stored procedures of xpFileUtils.dll.
Each procedure returns a result completion code. When it is -1 then call to a procedure fails and zero or greater when procedure succeeds (meaning of value depends on a particular procedure). A result completion codes should be always checked and appropriate actions should be taken.

[+] Directory Access

[+] File Access

[+] Ini-File Access

[+] Format String Template


Download Demo T-SQL Script

Demo ScriptsDownload Now!
Demonsrates how to use the file management procedures that are provided by the dynamic-link library xpFileUtils.dll. Demo scripts
(12KB)

Order Product

Product To Order Volume Discount Prices Purchase
xpFILEUTILS.DLL
Set of File Read/Write extended stored procedures.
Ready for use with T-SQL of MS SQL Server 7.0 and later.
Show Order Now

License

The product is licensed on per-developer basis.
For example, team of 3 developers needs to purchase 3 copies of the product.

Delivery

By the email in the short time since you have to order.

Bonus Offers

Special Offers — Free of Charge

License

The bonus products are licensed for the same number of licenses as for the master product.
For example, when order 3 copy of the XProc component, then receive 3 licenses for "File Read/Write procedures" and "MC FolderJump" as well.


About the author
This software has been developed by me, Leonid 'MC' Belousov.
I have over 10 years of experience in the field of Graphical User Interface development, Database and Systems programming for Microsoft Windows.
  Copyright © 1996-2003 Leonid 'MC' Belousov