Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default ADO vs ODBC question

Hi.. I'm creating a Spreadsheet that will reside in a Shared Folder on
a Server 2k3 machine.

Users will open up the spreadsheet from the shared folder on their
local machine.

Am I correct that if I use a ADO connection, they will need the driver
(Firebird DB, Interbase driver) on their machine?

However, if I use a ODBC connection that is setup on the server, then
they will not need the drivers on their machine?

thanks
David

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default ADO vs ODBC question

David,

I hope I get this right. ADO provides you with classes to work with a
database. In order to connect to a database, you must specify a database
provider or interface like ODBC, OLE, etc..

So, if a client computer needs to use ADO in order to connect to a database,
they will need to install the Microsoft Data Access Components to get the
runtime libraries for ADO. And, they will need to install the appropriate
database driver (i.e., ODBC driver or OLE DB Driver).



--
Hope that helps.

Vergel Adriano


"David Wessell" wrote:

Hi.. I'm creating a Spreadsheet that will reside in a Shared Folder on
a Server 2k3 machine.

Users will open up the spreadsheet from the shared folder on their
local machine.

Am I correct that if I use a ADO connection, they will need the driver
(Firebird DB, Interbase driver) on their machine?

However, if I use a ODBC connection that is setup on the server, then
they will not need the drivers on their machine?

thanks
David


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default ADO vs ODBC question

Hi Vergel..

Thanks for that..

Is there a way to fashion it such that the file can reside on the
server, and when a user opens the file from their machine (But the
file is on the server) that it would utilize the ODBC connection on
the server, instead of their client machine?

I've written a spreadsheet, that makes DB query calls, and I want
everyone to be able to access it for viewing, but not have to install
the ODBC driver... Thanks for any suggestions.

Thanks
David

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default ADO vs ODBC question

On May 3, 10:40 am, David Wessell wrote:
Hi Vergel..

Thanks for that..

Is there a way to fashion it such that the file can reside on the
server, and when a user opens the file from their machine (But the
file is on the server) that it would utilize the ODBC connection on
the server, instead of their client machine?

I've written a spreadsheet, that makes DB query calls, and I want
everyone to be able to access it for viewing, but not have to install
the ODBC driver... Thanks for any suggestions.

Thanks
David


Actually, I think I'll do a new topic on this one.. Thanks for the
information..

Thanks
David

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Complicated ODBC data refresh question. JDNETTC Excel Discussion (Misc queries) 6 January 30th 08 11:36 PM
ODBC connection question matelot Excel Programming 1 September 23rd 06 08:46 PM
Licensing question: Microsoft Excel ODBC driver and MDAC 2.8 Marc Missire Excel Programming 1 September 16th 04 11:26 AM
ODBC question Jim[_36_] Excel Programming 1 January 21st 04 07:20 PM
An ODBC question dchow Excel Programming 0 July 8th 03 11:46 PM


All times are GMT +1. The time now is 08:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"