Reply To: Generate SQL

Hello,

when in generate SQL from :

+Name : char(10)

the result is :

[Name] [char(10)] NOT NULL,

better would be :

[Name] [char](10),

How can I get this Result ?

Regards

CyborgDE 24 June 2010 10:52:17

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]