The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Beginner Programming
|
Need to break out of Microsoft Access
Discuss Need to break out of Microsoft Access in the Beginner Programming forum on Dev Shed. Need to break out of Microsoft Access Beginner Programming forum discussing problems and solutions for just about any issue. Experienced programmers offer their help to those just starting out.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 3rd, 2011, 05:54 AM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 2
Time spent in forums: 24 m 6 sec
Reputation Power: 0
|
|
|
Need to break out of Microsoft Access
I have an Access project which I wrote 10 years ago with minor modifications over the years. Recently, the project has been picked up by colleagues but we are having lots of logistical difficulties since we run a PC/Mac setup and the Mac users need to get their hands on a PC just to run the application.
I know that i need to break away from Access and rebuild it as a stand alone application that can be used on PC or Mac (and even iPad maybe) but I have no idea whatsoever about where to start. Obviously I am able to manage the Visual Basic in Access but am willing to branch out as necessary. I just don't know how to go about it.
I'm hoping that people can offer suggestions about what I might explore. I've considered paying someone to do it for me but I don't really want to go down that avenue until I know more about what I actually want to end up with.
So, in a nutshell, I need to write a standalone application that will take over from the Access project with database, forms and reports and easy access by both PC and Mac users (and/or maybe iPads).
Any advice about platform/language/approach gratefully received.
|

November 3rd, 2011, 09:17 PM
|
 |
Lost in code
|
|
|
|
|
Consider building something web based. Writing working cross platform software (especially when iPad is one of your platforms) takes a lot of time and effort.
|

November 3rd, 2011, 09:36 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 2
Time spent in forums: 24 m 6 sec
Reputation Power: 0
|
|
|
Thanks for that. I was starting to see that that would be the only cross platform solution.
With a bit of research that looks like PHP and MySQL is my best bet. Right?
Ok, here comes a steep learning curve, methinks!
|

November 5th, 2011, 05:17 PM
|
|
|
|
you can easily create a cross platform application by using c#, the same peice of code will most likely run on windows/linux/mac/ipads ..etc
|

November 7th, 2011, 11:01 AM
|
 |
Sarcky
|
|
Join Date: Oct 2006
Location: Pennsylvania, USA
|
|
Quote: | Originally Posted by bobf12x you can easily create a cross platform application by using c#, the same peice of code will most likely run on windows/linux/mac/ipads ..etc | According to a quick google search, this is false. Please provide an example of how I can write an ipad/osx/windows native application in C#.
Chequer, look below this message to see the PHP new user guide. That should get you started on PHP/MySQL. The learning curve is steep and the task is daunting, however you already know many programming concepts and basic/advanced SQL.
-Dan
__________________
HEY! YOU! Read the New User Guide and Forum Rules
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -Benjamin Franklin
"The greatest tragedy of this changing society is that people who never knew what it was like before will simply assume that this is the way things are supposed to be." -2600 Magazine, Fall 2002
Think we're being rude? Maybe you asked a bad question or you're a Help Vampire. Trying to argue intelligently? Please read this.
|

November 8th, 2011, 12:39 PM
|
|
|
Quote: | Originally Posted by ManiacDan According to a quick google search, this is false. Please provide an example of how I can write an ipad/osx/windows native application in C#.
-Dan |
c# would not do 'native' like c++ , as it requires the .net runtime , which is not a big deal
in linux it can run using mono runtime
in mac , using mono runtime also
in ipad : http://ios.xamarin.com/IPad
i do not disagree with the suggestion of php/mysql, it just could be a different method of doing it, and it will end up depending on the environment or the application needed.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|