|
AidAim Software Announces EasyTable 5
With version 5, EasyTable adds multithread to its list of features to allow you to create Web Services applications such as ISAPI, NSAPI, and others.
EasyTable compiles into your application and even enables to embed the database into your executable file.
Rich SQL’92 subset allows developers to access the data and manage database in a convenient way.
Related Discussions - WHICH IST THE BEST SERVICE TO SELL SOFTWARE (CREDITCARD ETC.) (2001-01-05 09:33:08)Have a look at www.shareit.com. I use those service since 2 years and they are very reliable.
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- RESTRICTING USERS OF AN APPLICATION IN A NETWORK SITUATION (2001-01-10 00:56:12)This would be a simple solution.
program OnlyOneOpen;
uses
Forms, SysUtils, classes, windows, dialogs,
uSingleRun in 'uSingleRun.pas'...
- BDE INSTALLATION KIT (2001-01-11 03:04:48)Yes, you can install BDE without the use of InstallShield.
(Even thu it's easy'er to do it with InstallShield Express)
First you need all of...
- OPEN URL IN DEFAULT BROWSER AND AUTO FILL FORM FIELDS (2001-01-11 14:50:36)>The only way to really do this is to use the Windows API to
>get the handle of the browser window, and then send the
>text to the window....
- DATABASE DESKTOP CLONE (2001-01-18 15:37:48)It depends on your database format. If you use DBase, check www.grifsolu.com. They develop a BDE-replacement and they supply a file...
- REBUILD INDEXES IN PARADOX 7 (2001-01-21 23:21:14){If you use the DBgrid and DBNavigator to delete records in a table
which has unique fields, you will find that the table grows
relentlessly and...
- ADD D5- BASED COMMUNICATION PACKAGE AS SERVICE IN OUTLOOK (2001-01-18 11:54:46)Did you try to use this package as DDE or OLE Server?. If it works fine, you need a program that look a email account at defined intervals (every...
- IP SPOOFING (2001-01-22 12:08:36)The IP address is added to the header of your message at
your ISP's SMPT server. There is a product out that is
essentially a "built-in" SMPT...
|