Check if table exists
Posted
by Dmitry
on Stack Overflow
See other posts from Stack Overflow
or by Dmitry
Published on 2010-05-31T10:03:17Z
Indexed on
2010/05/31
10:43 UTC
Read the original article
Hit count: 253
I have a desktop application with a database embedded in it. When I execute my program I need to check that specific table exists, or create it if not.
Given a Connection object named conn for my database, how could I check this?
© Stack Overflow or respective owner