A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access Limitation



 
 
Thread Tools Display Modes
  #1  
Old August 25th, 2004, 02:37 PM
Desmond
external usenet poster
 
Posts: n/a
Default Access Limitation

Is there any way to increase the Access Index Limitation?

Number of indexes in a table 32; how to increase this value
  #2  
Old August 25th, 2004, 02:49 PM
Rick B
external usenet poster
 
Posts: n/a
Default

No, but why would you need to? If you are building a normalized relational
database, you should not have very many tables with more than 15 or twenty
fields anyway.

How many fields do you have and what type of data is being stored? Why
would you need to slow your database down by having it maintain more than 32
indexes?


Rick B


"Desmond" wrote in message
...
Is there any way to increase the Access Index Limitation?

Number of indexes in a table 32; how to increase this value


  #3  
Old August 25th, 2004, 03:17 PM
Desmond
external usenet poster
 
Posts: n/a
Default

Thanks, I am currently going through ODBC to access some
tables stored on a SQL server. I thought I would use
Access for the reporting feature that it has, so I was
linking to the table on the SQL server when Access
indicated that the table I am tryint to link has too many
indexes and I should delete some.


-----Original Message-----
No, but why would you need to? If you are building a

normalized relational
database, you should not have very many tables with more

than 15 or twenty
fields anyway.

How many fields do you have and what type of data is

being stored? Why
would you need to slow your database down by having it

maintain more than 32
indexes?


Rick B


"Desmond" wrote in

message
...
Is there any way to increase the Access Index Limitation?

Number of indexes in a table 32; how to increase this

value


.

  #4  
Old August 25th, 2004, 06:57 PM
Brian Camire
external usenet poster
 
Posts: n/a
Default

You might try one of the following:

1. Create a view in SQL Server of the table and then in Access link to the
view instead of the table. Note that, by default, the linked view will not
be updatable. If you need it to be updatable, you need to define a "pseudo
index" *in Access* to identify which the field(s) whose values uniquely
identify each record. See the "CREATE INDEX Statement" help topic in Access
for more information.

2. If you cannot (or don't want to) create a view in SQL Server, but you
can live with the table being not updatable, you might try creating a
pass-through query in Access
instead of linking to your table (or view). Pass-through queries are not
updatable. See the "Send commands to an SQL database using a pass-through
query" help topic in Access for more information.

Hope this helps.

"Desmond" wrote in message
...
Thanks, I am currently going through ODBC to access some
tables stored on a SQL server. I thought I would use
Access for the reporting feature that it has, so I was
linking to the table on the SQL server when Access
indicated that the table I am tryint to link has too many
indexes and I should delete some.


-----Original Message-----
No, but why would you need to? If you are building a

normalized relational
database, you should not have very many tables with more

than 15 or twenty
fields anyway.

How many fields do you have and what type of data is

being stored? Why
would you need to slow your database down by having it

maintain more than 32
indexes?


Rick B


"Desmond" wrote in

message
...
Is there any way to increase the Access Index Limitation?

Number of indexes in a table 32; how to increase this

value


.



  #5  
Old August 25th, 2004, 07:21 PM
John Vinson
external usenet poster
 
Posts: n/a
Default

On Wed, 25 Aug 2004 07:17:29 -0700, "Desmond"
wrote:

I was
linking to the table on the SQL server when Access
indicated that the table I am tryint to link has too many
indexes and I should delete some.


I had this error come up when trying to use ODBC to connect to a MySQL
database once; it turned out to be a problem with the ODBC driver
itself.

John W. Vinson[MVP]
(no longer chatting for now)
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing a databse thru a webpage (newbie question) Chang General Discussion 1 August 23rd, 2004 09:10 AM
Data from Excel to Access Database Design 2 August 20th, 2004 12:53 PM
Access 2000 DB in Access 2002 Tony_VBACoder General Discussion 2 July 28th, 2004 01:23 AM
Useless Access 2003 tired, angry, sucidial and bored General Discussion 10 July 21st, 2004 11:52 PM
You do not have exclusive access... ERROR Robin General Discussion 1 July 6th, 2004 01:18 AM


All times are GMT +1. The time now is 09:06 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.