Ask a Question related to ASP Database, Design and Development.
-
Ken Schaefer #1
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
-
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 ,... -
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... -
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... -
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... -
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... -
Dave Navarro #2
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



Reply With Quote

