SQL [message #372420] |
Sun, 11 February 2001 08:28 |
Robert Drayton
Messages: 1 Registered: February 2001
|
Junior Member |
|
|
Does anyone have something that use only SQL commands to: create tables, insert records, delete records, and update records. I will be working with following DB engines and want a generic tool: Oracle, Informix, Sybase, Progress, SQL-Server, and mysql.
Any help greatly appreciated, thanks.
|
|
|
Re: SQL [message #372422 is a reply to message #372420] |
Mon, 12 February 2001 03:30 |
Balazs VISSY
Messages: 17 Registered: January 2001
|
Junior Member |
|
|
If I am right, these servers has ODBC interfaces. (Maybe the mySQL is the only exception, for it is a Linux based server.)
I think any tool supporting ODBC (most of today's tools do) could handle any of these, however the supported datatypes could cause portability problems anyhow.
Balage
|
|
|