473,394 Members | 1,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Problem in attacched a table with more than 255 field

I have a problem attacching via odbc a table with more than 255 fields

ms access 2003 & 2007 don't read fields over the 255 field pos
Can anyone help me?

Thanks in advance

Sep 17 '07 #1
7 2710
That is an Access limitation. It just cannot handle that.
Sometimes you can create a view (with fewer columns) in the backend
database, and attach to it rather than the table.

-Tom.

"Massimo Belgrano" <ma**************@gmail.comwrote in message
news:11**********************@n39g2000hsh.googlegr oups.com...
>I have a problem attacching via odbc a table with more than 255 fields

ms access 2003 & 2007 don't read fields over the 255 field pos
Can anyone help me?

Thanks in advance

Sep 17 '07 #2
On 18 Set, 00:34, "Tom van Stiphout" <tvanstiphout.no.s...@kinetik-
it.comwrote:
That is an Access limitation. It just cannot handle that.
Sometimes you can create a view (with fewer columns) in the backend
database, and attach to it rather than the table.

-Tom.

"Massimo Belgrano" <massimo.belgr...@gmail.comwrote in message

news:11**********************@n39g2000hsh.googlegr oups.com...
I have a problem attacching via odbc a table with more than 255 fields
ms access 2003 & 2007 don't read fields over the 255 field pos
Can anyone help me?
Thanks in advance- Nascondi testo tra virgolette -

- Mostra testo tra virgolette -
In access 97 was possibile
Thanks for reply

Sep 18 '07 #3
On Sep 18, 5:38 pm, Massimo Belgrano <massimo.belgr...@gmail.com>
wrote:
In access 97 was possibile
Thanks for reply
Use Pass Through Query and pick only the fields you need in the query.

HTH
Ananda

Sep 18 '07 #4
Massimo Belgrano wrote:
In access 97 was possibile
Thanks for reply
No, it had the same limitation.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Sep 18 '07 #5
On Sep 17, 1:56 pm, Massimo Belgrano <massimo.belgr...@gmail.com>
wrote:
I have a problem attacching via odbc a table with more than 255 fields

ms access 2003 & 2007 don't read fields over the 255 field pos
Once in the olden days I had a table with ten fields.

But now I pretty much have just two and three field tables:

ID Data

or

ID Link1ID Link2ID.

Beyond 255 is beyond my imagination ... way (about 230) beyond.

Sep 18 '07 #6
On Tue, 18 Sep 2007 00:38:29 -0700, Massimo Belgrano
<ma**************@gmail.comwrote:

No it wasn't. Access cannot handle tables with more than 255 columns.
But perhaps you can look at your A97 database and give us more details
as to what you were doing.

-Tom.
>On 18 Set, 00:34, "Tom van Stiphout" <tvanstiphout.no.s...@kinetik-
it.comwrote:
>That is an Access limitation. It just cannot handle that.
Sometimes you can create a view (with fewer columns) in the backend
database, and attach to it rather than the table.

-Tom.

"Massimo Belgrano" <massimo.belgr...@gmail.comwrote in message

news:11**********************@n39g2000hsh.googleg roups.com...
>I have a problem attacching via odbc a table with more than 255 fields
ms access 2003 & 2007 don't read fields over the 255 field pos
Can anyone help me?
Thanks in advance- Nascondi testo tra virgolette -

- Mostra testo tra virgolette -

In access 97 was possibile
Thanks for reply
Sep 18 '07 #7
On 18 Set, 15:35, Tom van Stiphout <no.spam.tom7...@cox.netwrote:
On Tue, 18 Sep 2007 00:38:29 -0700, Massimo Belgrano

<massimo.belgr...@gmail.comwrote:

No it wasn't. Access cannot handle tables with more than 255 columns.
But perhaps you can look at your A97 database and give us more details
as to what you were doing.

-Tom.
The original table is a dbf manage by advantagedatabase.com
with 500 field named fi001 to fi500
I am using it from access 97 with isam dbf and work
if i am using from access 2000 to 2007 i must use the odbc driver of
www.advantagedatabase.com
i can attach table without error but if i want made a query like
select fi300 from dbtest; i receive imput value of parameter
dbtest.fi300

select fi200 from dbtest; works file
Sep 18 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Patrick Reilly | last post by:
I am trying to implement a better method than I already have to document database schemas with XML, and use XSLT to both generate database DDL statements (CREATE TABLE, etc) and to transform to...
20
by: Neil | last post by:
I have an Access 2000 MDB file with a SQL 7 back end. I have a main table with 50,000 records; and I have a selections table with 50,000 records for each machine that uses the database (about...
3
by: rrh | last post by:
I am trying to update a field in one table with data from another table. The problem I'm running into is I need to base the update on a range of data in the 2nd table. Table 1 has: date field...
4
by: Catherine Jo Morgan | last post by:
This is still for the db for the recreational tree climbing business. I thought I'd solved the problem of clients often being part of the same household, with a tblHouseholds, with Household as a...
1
by: Terry | last post by:
Hello, Has anyone experienced the following problem following an Upsize from Access 97 to SQL 2000 using the MS Upsize Wizard? Or can anyone see what the problem might be. Before Upsize...
1
by: Joe Bloggs | last post by:
I am trying display the contents of a table in a web page, select certain rows from that table and then display the fields that I have selected (now table columns) as text in a Label object....
5
by: iulian.ilea | last post by:
Is correct to have a varchar field and insert dates of type dd/mm/yyyy into it? I choose this method because I have an application that runs on more than one server. So, if I used a datetime field...
9
by: Ecohouse | last post by:
I have a main form with two subforms. The first subform has the child link to the main form identity key. subform1 - Master Field: SK Child Field: TrainingMasterSK The second subform has a...
1
by: russot00 | last post by:
I have 3 drop down menus that are used in a search to locate restaurants in a db. All of the drop down menus function, a search can be submitted with any combination of drop downs and the results are...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.