Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Generate A DDL From Access

by remiah (Hermit)
on Mar 03, 2012 at 11:58 UTC ( [id://957662]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    create table test1 (test1 varchar(14));
    create index test1_pk on test1 (test1);
    
  2. or download this
    ###Table: test1,
              test1,   VarChar,   14,
    
  3. or download this
    ###Indeces:
      test1_pk( btree,non unique)
        columns=1:test1
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://957662]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found