Results 1 to 8 of 8

Thread: What programming to use!

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2007
    Posts
    2

    What programming to use!

    Alright I have a database that needs to be user friendly and idiot proof to use after being built...basically the fields will include social security numbers, last name first name, from and to travel dates using yyyymmdd format recieved denied and dates paid...but beable to retrieve and edit the row when needed by looking up from ssn or name..(but what if there is more than one claim)? well what would be the best program to use...i was guessing access but wasn't sure...somone mentioned php does anyone know what programming language or program to use?

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: What programming to use!

    Access is just a database file.
    You could use almost any language for access.

    PHP + MySQL should work for you what you need.
    Check out this link: http://www.tizag.com/mysqlTutorial/
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2007
    Posts
    2

    Re: What programming to use!

    so access cannot be or act like a program sorta like vb but strictly db?

    oh this is not just possibly a server required program atm

  4. #4
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: What programming to use!

    well it really depends on what you want. Do you want it to be a web application?

    Here is a break down:
    PHP + MySQL - Not the best because it is a web application, open for anyone
    ASP.net - Safer then PHP, still a web app that is open for anyone
    VB.net - Windows App, Only open to who ever uses that computer (depending on the setup)
    My usual boring signature: Something

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: What programming to use!

    First tell us how you need to access the data. There's no point us offering a gazillion suggestions without knowing what you need.

  6. #6
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: What programming to use!

    By the way, Access might be sufficient. There are plenty of full applications built in Access, because there is a pretty full featured VBA language, report generator, etc. built into the program. I don't particularly like that solution myself, as it is somewhat straightjacketed, but I've seen some good stuff done with it.

    VBA is basically like VB6, so that would be the language. If you know VB6, then VBA will be pretty nearly the same, and vice versa. There will be significant differences between the two in how you deal with UI, but the languages are pretty much the same.
    My usual boring signature: Nothing

  7. #7
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: What programming to use!

    I'm sorry to tell you that you will never make the anything "Idiot Proof". As much as you will try some one will build a better Idiot out there and they will do something you never thought of. You do the best you can an plan for whatever you can think of. Have someone else look it over tyr it and do what ever they come up with as issues. But Idiot Proof -Never.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  8. #8
    New Member
    Join Date
    Oct 2007
    Posts
    6

    Re: What programming to use!

    I would go with Access to be honest.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width