View Full Version : access database on a server
keroed1
August 10, 2006, 12:35 PM
is it possible for em to use my windows application access a database on a server?
Rakoun
August 10, 2006, 04:07 PM
Of course. But in which langage your windows application is implemented (C++, C# or C) and which database do you want to access (SQL Server, Oracle, MySql, Access, Versant...)
Rakoun
/°\
keroed1
August 10, 2006, 07:35 PM
Of course. But in which langage your windows application is implemented (C++, C# or C) and which database do you want to access (SQL Server, Oracle, MySql, Access, Versant...)
Rakoun
/°\
i am writing it in C# and i am accessing an access database
Goucham
August 10, 2006, 10:49 PM
i am writing it in C# and i am accessing an access database
Generally speaking when you talk about remote server activities (i.e. your app on one machine, your Access database on a different machine somewhere out on the Internet) Access is out of the running. This is more the realm of MS SQL, MySQL etc. Being completely honest, with the right set up YES you could get it working [with some coding gymnastics] but you really don't want to... not with an Access db.
The Access application works extremely well as a front end to SQL server but its native file format needs to die a horrible death - at least where Internet use is concerned. ;)
keroed1
August 11, 2006, 08:39 AM
Generally speaking when you talk about remote server activities (i.e. your app on one machine, your Access database on a different machine somewhere out on the Internet) Access is out of the running. This is more the realm of MS SQL, MySQL etc. Being completely honest, with the right set up YES you could get it working [with some coding gymnastics] but you really don't want to... not with an Access db.
The Access application works extremely well as a front end to SQL server but its native file format needs to die a horrible death - at least where Internet use is concerned. ;)
lol lol my next alternative was a website on my server that they would log onto to register there appilcation. after they have registered and its done successfully i would then make the changes to the application on their machine well thats what i toying with at the moment
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.