Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: SQL Lite Data Types VS T-SQL Data Types

    I have the same issue but it has been resolved now

    DROP TABLE IF EXISTS CountryLanguage;

    CREATE TABLE CountryLanguage (

    CountryCode char (3) NOT NULL DEFAULT '',

    Language char (30) NOT NULL DEFAULT '',

    IsOfficial...

Viewing post 1 (of 1 total)