Re: Access DB for Multi-user
Can Karaca wrote:
> Thank you for the reply. How can manipulate these databases using
> Access? And how can I connect them from Delphi?
You need an ODBC/ADO/DAO driver for Firebird (search google).
Next, you create a 'Data Source (DSN)' in Dataosurce Manager (ODBC)
in Control Panel for that Firebird database.
Then from within MS Acess, you connect to the DSN you've created
above.
The rest should be simple.
HTH,
.
Relevant Pages
- Re: Access DB for Multi-user
... How can manipulate these databases using Access? ... And how can I connect them from Delphi? ... >> and a connection string. ... (borland.public.delphi.database.ado) - Re: Job experience
... Database access is merely done by delphi, so if you know one, you know ... XML is done by extern parsers and the principle is also easy to learn. ... If Interface programming is understood - no problem. ... > exposure to such different technologies as databases for example. ... (borland.public.delphi.non-technical) - Re: How has, and how is Delphi being used? (Not a poll)
... >strength of Delphi has been database applicaions and those are ... included anything remotely connected to databases. ... utility programs for computer games, a development system for Lego Dacta ... I find the greatest strength in Delphi is that it ... (borland.public.delphi.non-technical) - Re: VCL -> XAML or VCL -> WinForms -> XAML
... Delphi for .Net methods for use with any Win32 app without using COM ... > for other databases, support for features? ... Easier for database vendors or third parties to add support for other ... (borland.public.delphi.non-technical) - Re: A pk is *both* a physical and a logical object.
... We are talking about databases. ... In which case, we seek to manipulate ... Mathematical abstractions are meaningless to worlds. ... It's the semantics that establish a bridge between the concrete and the ... (comp.databases.theory) |
|