HELP! Access upsize problem

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: HELP! Access upsize problem

    You need to connect to SQL Server with the appropriate priveleges (eg
    Database Owner) -or- if you are getting an error, you need to tell us what
    it is.

    Cheers
    Ken


    "Mini Me" <mini@me.com> wrote in message
    news:MPG.1965cfbf2230ce0989727@news-east.giganews.com...
    : Enterprise Manager won't let me modify an existing column. I can only
    : delete a column.
    :
    : I ended up having to remove the table and re-create it with the proper
    : data types, then re-import the data for that table.
    :
    :
    :
    : In article <O3k4PQ7ODHA.1748@TK2MSFTNGP11.phx.gbl>,
    : [email]kenREMOVE@THISadOpenStatic.com[/email] says...
    : > Identity is a constaint that you put on a column, eg an integer column.
    : >
    : > In SQL Server Enterprise Manager, goto the table definition, and set
    : > Identity = Yes for the integer column in question.
    : >
    : > "Mini Me" <mini@me.com> wrote in message
    : > news:MPG.19646847a4d07a7a989726@news-east.giganews.com...
    : > : I imported an access database into SQL Server 2000 and it did not
    : > : properly convert the datatypes in my database.
    : > :
    : > : I have an "Autonumber" field that it converted into an Integer instead
    : > : of an IDENTITY.
    : > :
    : > : Can I change the datatype of an existing field/column in Access 2000?
    : > :
    : > : If not, can I delete the column then insert a new column with the
    : > : correct data type?
    : > :
    : > : I don't care if all of the data for the field/column is lost.


    Ken Schaefer Guest

  2. Similar Questions and Discussions

    1. contribute problem - access denied file may not existpermission problem
      Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,...
    2. ASP and Ms Access Problem
      Hi guys I trying to create a dynamic combo box in Dreamweaver, I have made a connection to the database and created a recordset and mapped the...
    3. iis 5 and access db problem
      i am trying to publish a very simple access data page on iis 5. i am getitng an error message though stating that the path to the database is not...
    4. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    5. Conversion problem from Access 97 to Access 2002
      I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted...
  3. #2

    Default Re: HELP! Access upsize problem

    Ken,

    It was "operator error" on my part. I am able to change data types
    using the Enterprise manager. However, I still had to delete many of
    the tables and re-create them simply because they were set up wrong to
    begin with.

    I've taken Aaron's advice from ASPFAQ and re-created all of the tables
    so that none of the columns support NULL. The original Access database
    had a LOT of NULL values that prevented me from modifying the existing
    tables.

    It took all weekend, but I got it done.

    Now I just need to get my DATETIME problems resolved in the ASP code.

    --Dave

    In article <u#4Qc4qPDHA.2636@TK2MSFTNGP10.phx.gbl>,
    [email]kenREMOVE@THISadOpenStatic.com[/email] says...
    > You need to connect to SQL Server with the appropriate priveleges (eg
    > Database Owner) -or- if you are getting an error, you need to tell us what
    > it is.
    >
    > Cheers
    > Ken
    >
    >
    > "Mini Me" <mini@me.com> wrote in message
    > news:MPG.1965cfbf2230ce0989727@news-east.giganews.com...
    > : Enterprise Manager won't let me modify an existing column. I can only
    > : delete a column.
    > :
    > : I ended up having to remove the table and re-create it with the proper
    > : data types, then re-import the data for that table.
    Dave Navarro Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139