 |
MS SQL Server 7.0/2000 Extended Stored Procedure class for Visual C++ 6, 7.
Write Extended Stored Procedures for Microsoft SQL Server with ease:
* Control over input/output procedure parameters.
* Return an arbitrary number of recordsets.
* Parameters and Fields can be accessed by using methods such as SetInt(), GetDateTime(), SetMoney(), etc.
ms sql mssql extended stored procedure ods api open data services visual c dll write extended stored procedures
|
 |
MS SQL Server 7.0/2000 Extended Stored Procedure component for Delphi 5,6,7.
Write Extended Stored Procedures for Microsoft SQL Server with ease:
* Control over input/output procedure parameters.
* Return an arbitrary number of recordsets.
* Parameters and Fields can be accessed by using the familiar properties: AsInteger, AsDateTime, AsCurrency, etc.
* Real world code: it works as a part of the complex accounting system, 7 days a week, 24 hours a day.
ms sql mssql extended stored procedure ods api open data services delphi dll write extended stored procedures
|
 |
File Utility extended stored procedures adds to T-SQL 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.
write file read file file utils mssql sql server extended stored procedure ods open data services delphi xp xproc
|
 |
If you often use stored procedures, you certainly know how tiresome it is to write one and the same code defining the name, the type and the size of every parameter every time you want to call the command object. And if you happened to change the interface of the stored procedure, you most likely had to return to your data access layer and correspondingly modify the calling of the stored procedure. Programmers are ready to do anything to simplify the process: to centralize the calling of stored procedures at the data access layer, to write wrappers round them, and even implement automatic generators.
The Stored Procedure Proxy Generator program is designed for the radical simplifying of this problem solution. Based on the information taken from the specified database it builds .NET-assembly with a set of methods representing proxies for all (or the chosen) stored procedures of the database. After that the calling of the stored database is an elementary call of the built proxy method.
dotnet net framework stored procedure proxy generator sql server database visual
|
 |
File Send Automatically (FSA) is an add-in for Microsoft Outlook 2000/XP, designed to perform the routine operations on sending files and messages automatically. Say, you have to send everyday reports about the volume of goods in stock to the head office. Every day, after you create the document, you need to create a new message, attach the document, and send it. FSA offers much simpler solution: save the document to the folder monitored by the add-in or just drag it there - and nothing else to do!
Then, the procedure not only becomes simpler, the probability of user's mistake, such as sending the document to a wrong address or misspelling the address, is reduced. Moreover, a user doesn't need to know anything about the Internet, nor needs he to have any knowledge of Microsoft Outlook! It is enough that Outlook is added to the Windows launch list.
FSA may prove helpful both to novice users and to system administrators. The possibility to trace file changes makes the add-in a perfect tool for program log monitoring. As soon as a new entry appears in an error log, system administrator will receive the notification message with the log or log text attached.
Since there is a possibility to send text and HTML not only as attachments but also in message body, FSA can be used for mass mailing. For example, you create a message body in the HTML using a specialized editor. Using the add-in, you will be having no problems with incorporating HTML document into a message: it will look absolutely the same as when it was created.
File Send Automatically is a great Microsoft Outlook automation tool, and we are sure you will find it reliable and convenient.
msoutlook outlook addin addon plugin outlook software send automatically mail sheduler send file copy file
|
 |
As we move towards digital millennium we all tend to rely on tireless machines. Computers are everywhere these days. Global automation tendency makes information the one and the only gold. Both private and business critical data requires reliable protection from various intrusions and natural vulnerability of physical storage devices.
Basing on multiple studies conducted by leading IT institutions, data loss due to improper backup procedure has already brought thousands of businesses worldwide to bankruptcy with total financial losses of over fifty millions dollars. Lack of easy-to-use automated backup solutions makes it hard to implement the truly reliable backup system both in home and enterprise environments. So is there a way out? Or should we live our lives frightened?
No way! Presenting UpBackup, the unique 100 per cent automated backup and restore system intended to make you feel safe and secure! Right now is a great time to stop worrying and try it for free!
UpBackup Total Backup Solution makes it as easy to backup vital data as 1-2-3. The idea behind this application is to let you configure backup job once and forget about it. Should you ever need to restore your data (knocking on the wood) it is all the same easy.
The application features highly configurable backup and compression routines allowing you to backup your information to local and network drives as well as to removable media. Each backup job is created once using convenient wizard interface and executed later automatically. Flexible scheduling offers unprecedented freedom of control over backup process. Optional logging and incremental backups as well as filenames containing backup date and time make it easy to implement reliable backup systems in any environment from single machine to huge corporate networks.
Thanks to flexible pricing policy UpBackup is affordable and cost-effective both for corporate and home users. Free Trial version of is also available! Download your copy right now!
backup backup software backup program backup file backup folder automatically backup restore vital data forget
|
 |
Image2PDF Converter is an application program based on Windows platform, which can directly convert more dozens of image formats, such as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC and so on, into PDF format, can support manifold conversion way, and automatically clear and skew-correct by adopting special technique for B/W images, to insure display effect of high quality after conversion.
Image2PDF Converter can operate independently on Adobe Acrobat, in faster processing speed.
We once have an example of testing, in which, under Windows 2000 Pro, CPU Celeron400 / memory 256M, 5 minutes and 30 seconds was needed to convert 3042 images, totally 108 MB, in 200 directories, into one file.
If your application program doesn't require OCR (Optical Character Recognition) function, this software provides a kind of very convenient way to compose electronic books so that users can very conveniently issue it to Web. You can directly scan paper documents into image files by scanner, convert them into PDF file by Image2PDF. Without complicated procedure and operation, it will be very simple to compose electronic books.
image convert pdf electronic books tif jpg tiff web converter create pdf
|
 |
blueshell Error Guy : you really need it!
If you have any calls to user-defined functions or subs in your code (have you ever seen another program?), you need to be very aware of this feature of Visual Basic's error handlers; it can cause control to unexpectedly jump into your calling procedure's error handler. And if there isn't a calling procedure (as in all event handler subs like Form_Load, OK_Click etc.) your application will abort immediately. For this reason, we can only recommend that you include an error handler in at least every event handler procedure in your application. This may seem like a lot of work, and it definitely increases the size of your code, but the alternative is worse.
Using blueshell Error Guy you can do it quickly and without any problems.
In any programming environment, you have to deal with errors, and Microsoft Visual Basic is no different. These errors fall into three categories:
Compile-time errors - occur when your code contains incorrect syntax.
Run-time errors - occur when a condition raises an error at runtime.
Logic errors - occur when your code doesn't do what you intended because of improper logic or misunderstanding.
Our software tunes your code, providing that it will handle run-time errors safely.
blueshell Error Guy is designed for developers who create Microsoft Visual Basic programs.
With its easy-to-use interface, blueshell Error Guy allows you to organize many types of error handling.
When a run-time error occurs, you have several ways of dealing with it. Resolving errors requires three steps:
Setting an error trap
Reacting to the error
Exiting the error handler
Don't bother about that. Simply use blueshell Error Guy . Our software is useful for all these steps.
blueshell error guy errorhandling visual basic vb vb5 vb6 add-in detects error mines
|
 |
(*) It is an atomic clock synchronizer with some useful features (time offset, synchronize periods, etc.). The main idea of the program is to synchronize your PC's clock in the most reliable and resource-saving way.
(*) The unique Time Offset feature of the program allows setting up your PC clock to gain or to lose for a specified interval. Many our users value this feature greatly.
(*) Clock in your PC needs to be corrected only several times a month. And it is this fact that defines the way the program works: the program runs when Windows starts, checks whether synchronization has been done this day already, and stops immediately if so. Otherwise the program checks for Internet connection, then tries to synchronize your clock and ends its work if succeeded. So as you see mostly the program is idle and is not wasting resources of your PC. Synchronization is done automatically while you are receiving your e-mail or surfing the web and no actions are to be done by you.
(*) The program features noteworthy reliability. You can specify the correction period during which the program should synchronize your clock. If it fails user gets a warning notification message.
(*) This program uses the list of 19 presetting atomic time servers, that are situated all over the world (USA, UK, Australia, France, Germany etc.). They are open NTP (Network Time Protocol) servers. If one of the servers does not work the program chooses another. There is a procedure that tests all servers and shows network delays for them. User can add additional servers to the list. It is really important only for professional users. Any server allows you synchronize your computer with precision less then 0.1 sec with high probability.
(*) As a result you don't have to do anything, mostly the program is not wasting resources of your PC but your PC clock always shows you precise time.
atomic pc clock sync ntp sntp nist synchronization time internet synchronic
|
 |
Delphi Component Help Builder is a powerful tool that quickly and easily creates help files for Delphi components to integrate it with Delphi IDE help system. It parses Pascal source code and extract class, class member, function and procedure declarations. It also extracts In-Source Help - special marked comments, and uses them in help topics. Delphi Component Help Builder also can save help topic text back into source files as in-source help comments as well. That makes your source code self-documented. Help project structure displayed as tree view. User interface is friendly and it mimics real help file when it's executed. Clicking hot links causes jumping onto corresponded topic. Wizard pops up when a new project is getting created. Needs only to type in or edit text into topics and create output help file. Help file created with Delphi Component Builder looks and feels like help files supplied by Borland. It includes table of contents, major and list topics, hierarchy pop up topics related each other. Interim .rtf and .hpj files can be created in the registered version. During creating output help file it adds inherited VCL class member hot links into list topics if selected. Font and color used in topics are customizable. Designed to maintain huge component projects. On-line help and the tutorial are available.
delphi component help borland delphi dchb wsoftware wsoft yuriy shcherbakov sherbakov
|
|
|