Search:

Type: Posts; User: sid7

Search: Search took 0.12 seconds.

  1. Is it possible to export Stored Procedures using JDBC?

    Is it possible to export a proc as text via JDBC ?

    I don't see any such functionality that DatabaseMetaData provides...also can't find anything on the net either.

    Has anyone come across this...
  2. Replies
    6
    Views
    3,878

    Re: Create table statement from DatabaseMetaData

    Thanks for that - appreciate your help.

    Sid
  3. Replies
    6
    Views
    3,878

    Re: Create table statement from DatabaseMetaData

    No it's simply creating the table with no data manipulation. I don't really care about table contetns.

    example:

    Table T (on database A)
    Column A int
    Column B int

    conn =...
  4. Replies
    6
    Views
    3,878

    Re: Create table statement from DatabaseMetaData

    Sure.

    We have two databases: Database A and B.

    On database A, there is a table called Table T.

    Using JDBC, we get the DatabaseMetaData for database A , and locate Table T in the meta data....
  5. Replies
    6
    Views
    3,878

    Create table statement from DatabaseMetaData

    Hi Experts,

    Do you know if it's possible to retrieve a create table statement based on a DatabaseMetaData ? (without looping through columnName / Type)

    The idea is to get the DatabaseMetaData...
Results 1 to 5 of 5