question about max number of rows in a spreadsheet
#1
Original Poster

Join Date: May 2005
Location: here
Posts: 1,832
question about max number of rows in a spreadsheet
So, this may not be the right place to be asking this question. But, I figured someone on here might know the answer. Apologies in advance if I am posting in the wrong forum.
I have a big database of about 1.5 million entries in a .txt files. I need to import them into Excel and turn them into a dbf file. However, Excel will only accept about 60,000 rows. Is there anything I can do to make it accept more rows? Will another program (like openoffice maybe?) do this instead? Or is there a way for me to turn the .txt file straight into .dbf file?
So, again, I realise that this isn't the most appropriate place in the world to ask this question - but flyertalkers are generally a pretty smart bunch and I imagine someone on this forum knows the answer.
Cheers :-:
I have a big database of about 1.5 million entries in a .txt files. I need to import them into Excel and turn them into a dbf file. However, Excel will only accept about 60,000 rows. Is there anything I can do to make it accept more rows? Will another program (like openoffice maybe?) do this instead? Or is there a way for me to turn the .txt file straight into .dbf file?
So, again, I realise that this isn't the most appropriate place in the world to ask this question - but flyertalkers are generally a pretty smart bunch and I imagine someone on this forum knows the answer.
Cheers :-:
#4
FlyerTalk Evangelist




Join Date: Apr 2001
Location: Denver, CO
Programs: UA Silver, Bonvoy Gold, Hyatt Discoverist
Posts: 23,164
Excel 2003 and earlier versions have a maximum of ~60,000 rows. Excel 2007 can handle up to ~1 million rows, which is still quite short of what you need.
MS Access can handle it easily.
A quick Google search ...
http://www.sql-server-performance.co...?TOPIC_ID=2681
http://www.topshareware.com/DBF-Conv...load-41734.htm
MS Access can handle it easily.
A quick Google search ...
http://www.sql-server-performance.co...?TOPIC_ID=2681
http://www.topshareware.com/DBF-Conv...load-41734.htm
#5

Join Date: Oct 2006
Location: SJC
Programs: UA 1K, AA ExecPlat
Posts: 820
If you anticipate your database growing much, you might want to consider using SQL Server instead of Access. You can download the SQL Server 2005 Express edition to play around with for free.
http://msdn.microsoft.com/vstudio/express/sql/
http://msdn.microsoft.com/vstudio/express/sql/
#6
Suspended
Join Date: May 2005
Location: DFW
Programs: AAdvantage
Posts: 746
If you anticipate your database growing much, you might want to consider using SQL Server instead of Access. You can download the SQL Server 2005 Express edition to play around with for free.
http://msdn.microsoft.com/vstudio/express/sql/
http://msdn.microsoft.com/vstudio/express/sql/

