I am creating a new table in MS SQL server (actually MSDE) using BlueShell. The new table has 3 fields - 1 "int" field and 2 "varchar" fields. In the table design window I am specifying "_int" and "_varchar" for the datatypes.
After I close my table, and then reopen it, the datatypes switch to "AutoNumber" and "_text".
Why can't BlueShell seem to remember the datatypes I specify?