input ddl without ui [message #895225] |
Thu, 12 July 2012 04:06 |
Thomas Sperling Messages: 1 Registered: July 2012 |
Junior Member |
|
|
Hello,
i implement some sementic checks on SQL-queries using post-parser-processing (Instructions from here).
Now i am looking for a way to insert my ddl in this code, so i know which coloumn is PK or FK.
I tried to connect to a ConnectionProfile, but that doesn't work (i am to stupid to make it run) and i would like to have the ddl without a real DB-connection.
Maybe something like:
sourceformat.setDdl = "CREATE TABLE Student (
MatrNr INT NOT NULL PRIMARY KEY,
Name VARCHAR(50) NOT NULL)"
I hope you know what i mean.
Best regards,
Thomas
|
|
|
Powered by
FUDForum. Page generated in 0.01541 seconds