
With the SQL-Center you can import, export and manage many kinds of different data sources, according to the table below.
With this software you can get virtually any kind of data, from any kind of source, manipulate it as your desire and export the result as a lot of output formats.
| Format | Import |
Export |
| HTML | ||
| Clipboard | ||
| XLS | ||
| POP3 | ||
| TXT / CSV | ||
| BDE | ||
| OFX (Open Financial Exchange); | ||
| OFC | ||
| RSS | - |
|
| QIF (Quicken Interchange Format) | ||
| Microsoft Money | - |
|
| AddressBook (Windows / Outlook Express) | - |
|
| Network Computer and Shared Devices | - |
|
| File Search | - |
|
| Internet Search | - |
|
| Sound Card (Speak) | - |
| Command | Description |
| select * from
"teste.txt" select * from "teste.htm" select * from "teste.xls;Plan1;B2..D5" select * from "http://www.delphi.nack.com.br/teste.html" select * from ClipBoard select * from c:\ select * from c:\ /s select * from c:\*.mp3 /s select * from DBDemos.* select * from DBDemos.Customer select * from xxx@yyy.com.br;pop3.yyy.com.br:110 select * from network select * from internet where "Delphi Nack" select * from AdressBook |
|
| select * from phones where "Farmacia" | Work only with Brazilian phone numbers |
| select * from a teste.txt, b cid.txt, c uf.txt join a.CdCid = b.Codigo and a.UF = c.UF | Select data from many different sources and join it in one result set |
| select * from
"teste.txt" order by Nome select * from "teste.txt" order by idade select * from "teste.txt" order by salario select * from "teste.txt" where idade > 20 |
|
| order by Nome
order by idade order by salario |
Order the data loaded into the memory by the specified column |
| where idade
> 25 where null |
Filter the loaded data without reloading the source |
export
to c:\abc.txt |
Export the data to the specified output format |
explode
Valor by Data into month
|
|
| Add Column i integer | |
| Drop Name | |
| ren Valor Value | |
The
SQL Center is FREE and you can download it here.
(Version 2.8)
If you like to see another formats implemented in the SQL-Center, please send us your suggestion about it.
To buy the source code of the SQL-Center, you can pay with PayPal or if you live in Brazil make a deposit in my account. For more details, please send us a email. |
|
|
Copyright 2004 by Gerhard
Roger Nack Home - Case Design Studio - Delphi Nack - Data Generator - Resume |