Jump to content

antz

Community Manager
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    90
  • Donations

    0.00 GBP 

Bug Comments posted by antz

  1. This is odd as I'm pulling the information directly from the db itself using mysql:

    SELECT t.*,c.*
    FROM INFORMATION_SCHEMA.Tables T
    JOIN INFORMATION_SCHEMA.Columns C ON T.TABLE_NAME = C.TABLE_NAME
    WHERE T.TABLE_NAME 'dtproperties' AND T.TABLE_SCHEMA 'INFORMATION_SCHEMA'
    AND t.Table_schema='newr0' AND c.Table_schema='newr0'
    ORDER BY T.TABLE_NAME, C.ORDINAL_POSITION

    replace the 2 "newr0" with your db name

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use