|
Advanced Data Generator 1.6.0 released
Upscene Productions releases Advanced Data Generator 1.6.0, including Microsoft SQL Server 2005 support, MySQL 5 Stored Procedures support and several bugfixes.
The Advanced Data Generator fast test-data generator tool that comes with a library
of real-life data, can generate data to your database,
SQL script or CSV files, many filling options, presets and
much more.
This new release consists of four versions:
- Pro: ADO and ODBC connectivity
- InterBase Edition
- Firebird Edition
- MySQL Edition
More info and a 30-day trial version on www.upscene.com
Pricing information available on www.upscene.com/purchase.htm#adg
Related Discussions - HOW TO LOAD INI INTO A DLL (2001-01-05 14:43:45)unfortunatelly I haven't found anything interesting in the win32api help.
I tried different methods. It seems like it is loading the data while...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- TOO STUPID TO WORK OUT HOW TO USE GETKEYBOARDSTATE (2001-01-06 22:32:24)GetKeyboardState just gets the information of the input devices.
For example:
var
KS: TKeyboardstate;
GetKeyBoardState(KS);
//0=OFF...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- QUICK REPORT (2001-01-09 01:24:47)Well, it's not exactly clear what you mean, but you should
first set the AutoSize properties false and then:
- enlarge the horizontal size of the...
- SENDING TEXT TO ANOTHER APPLICATION USING SENDMESSAGE (2001-01-10 05:34:10)Hi :
Try this, it may be a better aproach,
With the help of the API function GlobalAddAtom its possible to send a string via the Windows API....
- QUICK REPORT (2001-01-10 04:39:38)I don't really understand what you mean. But I think, you want to write a table without a database. This is possible with the OnNeedData-Event of...
- REGISTRY BINARY DATA (2001-01-09 23:42:13)I took this from a newsgroup and was originally posted by Ralph from Team B.
uses
Registry;
procedure...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW CAN I ACCESS BTRIEVE DATA FILES (2001-01-24 06:38:59)Try downloading the Btrieve programmer's guide :
ftp://ftp.pervasive.com/documentation/btrieve/v615/B615PROG.PDF
Good luck ...
|