View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default run SQL queries on arrays?


Your users DONT need MS-Access

You can do some setup and maintanence in access, but the users just need
ODBC drivers in order to enable Excel to access the mdb files.



keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"RB Smissaert" wrote:

Just realised that many users don't have Access. I suppose I could
install mySQL, but it gets a bit complicated then. Think I will stick
with text files which works really well.

RBS

"Phobos" wrote in message
...
Why not store your data in a database?

P


"RB Smissaert" wrote in message
...
Now I remember the main reason why I opted for textfiles; the
limitation

of
65000 records.

RBS