Recent content by MadSeb

  1. M

    Text , Memo or VarChar ? Which one to use ?

    Hi, What's the difference between VarChar, Text and Memo in Microsoft Access ? Regards, MadSeb
  2. M

    Disabling "Unicode Compression" property by SQL Query

    Hi, Is it possible to have a SQL statement that can disable the unicode compression property on a column ? Something in the lines of : ALTER TABLE MyTable ALTER COLUMN MyColumn DISABLE UNICODE COMPRESSION Regards, MadSeb
  3. M

    Microsoft Access Query To Build Relationship

    Hi, Thanks for the reply... I am building an upgrader for an application that uses an older access database....I am connecting to the access database from my C# app and executing a bunch of SQL statements to upgrade the database .....the statement in discussion is one of these...
  4. M

    Microsoft Access Query To Build Relationship

    Hi, I have the following table: Table Parents with columns ID and FullName. ID is a primary key of type Auto-Number. Table Children with columns ID, ParentID and FullName. ID is a primary key of type Auto-Number. ParentID is of type Number. I want to use the following query to...
Back
Top Bottom