access: getting create table string
Posted
by every_answer_gets_a_point
on Stack Overflow
See other posts from Stack Overflow
or by every_answer_gets_a_point
Published on 2010-05-12T16:25:21Z
Indexed on
2010/05/12
16:34 UTC
Read the original article
Hit count: 144
i have a table in access and i would like to get the SQL string from it that will generate the table like:
CREATE TABLE example (
id INT,
data VARCHAR(100)
);
is there any way to do this?
© Stack Overflow or respective owner