Jump to content

Software to web application.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Sturts

Sturts

    Newbie

  • Members
  • Pip
  • 2 posts
Hello,

I'm new to programming and I'm not really sure where to find the resources to start...

I'm the network administrator for a large automotive group. I'm trying to make a basic application to keep track of the stats of the sales people from the different dealerships. If possible I'd like to have the stats upload to a website where the managers can reference the different stores and see how people are doing..

I don't really need a full walkthrough I just need some reference points.. But a walkthrough would work too.. :)

Any help is appreciated..

Thanks in advance!

#2
MeTh0Dz

MeTh0Dz

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,119 posts
Learn winsock.

#3
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
WinSock - Wikipedia
WinSock Development - Tutorials, Resources, etc.
WinSock Tutorial

#4
Sturts

Sturts

    Newbie

  • Members
  • Pip
  • 2 posts
Umm I was thinking either doing it in basic or C++. I have a copy of Visual Studio 2008 Pro.... I just don't know where to start this. I'm thinking the data will have to go into some sort of SQL database...

Even if I could get the basics on howto make the fields submit to a database that would be a great help...

#5
dargueta

dargueta

    Writes binary right handed and hex left handed

  • Moderators
  • 4,720 posts
Definitely C++. Visual Basic isn't really cut out for this sort of thing. I'd suggest reading something on SQL.