Board index » delphi » ADO Remote Database
mike
![]() Delphi Developer |
ADO Remote Database2006-02-13 09:31:05 AM delphi104 i'm using delphi 7 and ADO components for a database application. Is there a way to connect to a database on another machine? The user of the application has had a 30 MB "share" set up from which other users will be able to browse to and run the application. "http://mywebspace.../FolderWithTheApplication" well i need to point the application's database connection component to "http://mywebspace.../FolderWithTheDatabase" is this possible in Delphi 7? if so do i need additional 3rd party components? |