Advanced Data Generator 2.2.0 released
Dear ladies and gentlemen,
Upscene Productions is happy to announce the next
version of their test data generator tool:
"Advanced Data Generator 2" (v2.2.0)
A 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.
Feature highlights:
* Ability to generate more flexible and real-life master/detail data
* Ability to use (legacy) data from CSV files
* Ability to generate proper multi-column referential links
* New ways of generating data for BLOBs, CLOBs and more
* Automatic detection of table order by using Foreign Key Constraints
* Support for custom SQL statements after data generation
* Generate data to your database, SQL scripts or CSV files
This product comes in 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:
http://www.upscene.com/purchase.htm#adg
More information available here:
http://www.upscene.com/news/20080104.htm
With regards,
Martijn Tonies
Upscene Productions - Database Tools for Developers
http://www.upscene.com
Related Discussions - HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2017-06-09 10:54:22)Well, in design I think there is already an issue.
Backend is more then just a database with which you connect. There should be a complete layer...
- HOW TO LOAD INI INTO A DLL (2001-01-05 16: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 21: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-07 00: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 08:06:54)I'll check this out and then accept as answer, cheers :)
- QUICK REPORT (2001-01-09 03: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 07: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 06: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-10 01: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 07:05:44)Just add "listbox1.parent:=form1" after "create"...
|