I used to be able to export a new table into a "Create" syntax from inside
the PB database painter but for some unexplained reason that produces
inconsistent results now. Until I get that resolved, I was wondering if
there is a way to produce that syntax in either Sybase Central or
Interactive SQL? All the tools I've seen so far have dealt with exporting
data
Any guidance would be appreciated
Thanks
CREATE TABLE "DBA"."Admin" (
"admin_id" numeric(20,0) NOT NULL DEFAULT global autoincrement
(10000000),
"data" varchar(30) NULL,
PRIMARY KEY ( "admin_id" ASC )
);
I believe this works in version of Sybase Central that shipped
with SQL Anywhere v10 and up.
--
Reg Domaratzki, Sybase iAnywhere Solutions
Please reply only to the newsgroup
iAnywhere Developer Community : http://www.ianywhere.com/developer
iAnywhere Docs : http://www.ianywhere.com/developer/product_manuals
ASA Patches and EBFs : http://downloads.sybase.com/swd/base.do
-> Choose SQL Anywhere Studio
-> Set filter to "Display ALL platforms IN ALL MONTHS"
"GW" <gw@gw> wrote in news:48481076$1@forums-1-dub:
Although it doesn't produce the full script like PB ie font settings etc I
can live with it. FYI your suggestion also works in version 9.
Thanks again
Greg
"Reg Domaratzki (Sybase iAnywhere)" <FirstName...@ianywhere.com> wrote
in message news:Xns9AB483A855018...@10.22.241.106...
Chris Keating
****************************************
Please only post to the newsgroup
SQL Anywhere Developer Community
http://www.sybase.com/developer/library/sql-anywhere-techcorner
SQL Anywhere Blog Center
http://www.sybase.com/sqlanyblogs
Maintenance releases and EBFs
http://downloads.sybase.com/swx/sdmain.stm
Use Case Express to report bugs
http://case-express.sybase.com
if I add and delete a few cols within Sybase Central can it store those
changes in some sort of activity log to capture? I can't see where/how to
get it to do that
Thanks again
Greg
"Chris Keating (Sybase iAnywhere)" <keating_...@ianywhere.com> wrote
in message news:48483434$1@forums-1-dub...
Paul Horan[TeamSybase]
"GW" <gw@gw> wrote in message news:48484bf4$1@forums-1-dub...
"Paul Horan[TeamSybase]" <phoran AT sybase DOT com> wrote in message
news:48487ab8$1@forums-1-dub...
Reengineer your database, save the model, make your changes and let
PowerDesigner generate the corresponding script.
Reimer