Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » input ddl without ui
icon5.gif  input ddl without ui [message #895225] Thu, 12 July 2012 08:06
Thomas Sperling is currently offline Thomas SperlingFriend
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
Previous Topic:Access Profile Manager @Runtime
Next Topic:Using the editor to update a DB
Goto Forum:
  


Current Time: Thu Mar 28 09:38:10 GMT 2024

Powered by FUDForum. Page generated in 0.04073 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top