Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

online inventory database

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Author Message
marrylynn

External


Since: Oct 19, 2003
Posts: 12



(Msg. 1) Posted: Sat Nov 08, 2003 12:21 am
Post subject: online inventory database
Archived from groups: microsoft>public>inetserver>iis (more info?)

hi,
i would like to build an online database to store a list of my shop's items
inventory. anybody can guide me how to do it? or provide some good reference
website where i can learn from ?
thanks

 >> Stay informed about: online inventory database 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 2) Posted: Sat Nov 08, 2003 12:21 am
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 7 Nov 2003 21:21:39 +0800, "Lynn" <MarryLynn.RemoveThis@yah00.c0m> wrote:

 >i would like to build an online database to store a list of my shop's items
 >inventory. anybody can guide me how to do it? or provide some good reference
 >website where i can learn from ?

What base are you starting from in learning? Do you want a pre-done
program or are you writing this yourself from scratch?

Best basic info might be found by Googling "ASP Database Tutorial"
For pre-done scripts, try a search at aspin.com.

Jeff<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: online inventory database 
Back to top
Login to vote
pinggnip

External


Since: Nov 04, 2003
Posts: 3



(Msg. 3) Posted: Sat Nov 08, 2003 12:21 am
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Look at <a style='text-decoration: underline;' href="http://www.asp.net/Default.aspx" target="_blank">http://www.asp.net/Default.aspx</a> for some sample sites builded with
asp.net

greetings,
Andre

"Lynn" <MarryLynn DeleteThis @yah00.c0m> schreef in bericht
news:eG2XCHTpDHA.392@TK2MSFTNGP11.phx.gbl...
 > hi,
 > i would like to build an online database to store a list of my shop's
items
 > inventory. anybody can guide me how to do it? or provide some good
reference
 > website where i can learn from ?
 > thanks
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
marrylynn

External


Since: Oct 19, 2003
Posts: 12



(Msg. 4) Posted: Sat Nov 08, 2003 2:35 am
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

frankly speaking i do not know where to start... its my first try on this
project...
should i use asp or asp .net ???

"Jeff Cochran" <jcochran.nospam RemoveThis @naplesgov.com> wrote in message
news:3fb8b900.832255820@msnews.microsoft.com...
 > On Fri, 7 Nov 2003 21:21:39 +0800, "Lynn" <MarryLynn RemoveThis @yah00.c0m> wrote:
 >
  > >i would like to build an online database to store a list of my shop's
items
  > >inventory. anybody can guide me how to do it? or provide some good
reference
  > >website where i can learn from ?
 >
 > What base are you starting from in learning? Do you want a pre-done
 > program or are you writing this yourself from scratch?
 >
 > Best basic info might be found by Googling "ASP Database Tutorial"
 > For pre-done scripts, try a search at aspin.com.
 >
 > Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 5) Posted: Sat Nov 08, 2003 2:35 am
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 7 Nov 2003 23:35:01 +0800, "Lynn" <MarryLynn DeleteThis @yah00.c0m> wrote:

 >frankly speaking i do not know where to start... its my first try on this
 >project...
 >should i use asp or asp .net ???

Wrong starting point. If you don't know where to start, asking what
tool to use isn't the best first move. You could use either. Or
neither. You start a project by doing some basic research and
creating a project scope.

Let's find out some of your skills first:

Do you know database design, administration and programming? If so,
which database, Access, SQL or other?

Do you know VBScript or C##? If not, do you know any programming
languages?

What types of programs have you written, if any?

What have you done to analyze the project, what budget do you have and
what timeframe do you need to complete it in?

Who will be using the program?

Also, did you look at the references I gave in the first response?
There are plenty of canned scripts and products to do what you want,
and plenty of examples to go by, but which to use depends on what you
know now and what you expect to accomplish.

Jeff


 >"Jeff Cochran" <jcochran.nospam DeleteThis @naplesgov.com> wrote in message
 >news:3fb8b900.832255820@msnews.microsoft.com...
  >> On Fri, 7 Nov 2003 21:21:39 +0800, "Lynn" <MarryLynn DeleteThis @yah00.c0m> wrote:
  >>
   >> >i would like to build an online database to store a list of my shop's
 >items
   >> >inventory. anybody can guide me how to do it? or provide some good
 >reference
   >> >website where i can learn from ?
  >>
  >> What base are you starting from in learning? Do you want a pre-done
  >> program or are you writing this yourself from scratch?
  >>
  >> Best basic info might be found by Googling "ASP Database Tutorial"
  >> For pre-done scripts, try a search at aspin.com.
  >>
  >> Jeff
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
marrylynn

External


Since: Oct 19, 2003
Posts: 12



(Msg. 6) Posted: Sat Nov 08, 2003 12:09 pm
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

pls see my ans below

"Jeff Cochran" <jcochran.nospam.RemoveThis@naplesgov.com> wrote in message
news:3fae0bf6.853493699@msnews.microsoft.com...
 > On Fri, 7 Nov 2003 23:35:01 +0800, "Lynn" <MarryLynn.RemoveThis@yah00.c0m> wrote:
 >
  > >frankly speaking i do not know where to start... its my first try on this
  > >project...
  > >should i use asp or asp .net ???
 >
 > Wrong starting point. If you don't know where to start, asking what
 > tool to use isn't the best first move. You could use either. Or
 > neither. You start a project by doing some basic research and
 > creating a project scope.
 >
 > Let's find out some of your skills first:
 >
 > Do you know database design, administration and programming? If so,
 > which database, Access, SQL or other?
i need to use SQL server db

 > Do you know VBScript or C##? If not, do you know any programming
 > languages?
VBscript

 > What types of programs have you written, if any?
logon scripts

 > What have you done to analyze the project, what budget do you have and
 > what timeframe do you need to complete it in?
no timeframe
 > Who will be using the program?
intranet users

 > Also, did you look at the references I gave in the first response?
 > There are plenty of canned scripts and products to do what you want,
 > and plenty of examples to go by, but which to use depends on what you
 > know now and what you expect to accomplish.
 >
 > Jeff
 >
 >
  > >"Jeff Cochran" <jcochran.nospam.RemoveThis@naplesgov.com> wrote in message
  > >news:3fb8b900.832255820@msnews.microsoft.com...
   > >> On Fri, 7 Nov 2003 21:21:39 +0800, "Lynn" <MarryLynn.RemoveThis@yah00.c0m> wrote:
   > >>
   > >> >i would like to build an online database to store a list of my shop's
  > >items
   > >> >inventory. anybody can guide me how to do it? or provide some good
  > >reference
   > >> >website where i can learn from ?
   > >>
   > >> What base are you starting from in learning? Do you want a pre-done
   > >> program or are you writing this yourself from scratch?
   > >>
   > >> Best basic info might be found by Googling "ASP Database Tutorial"
   > >> For pre-done scripts, try a search at aspin.com.
   > >>
   > >> Jeff
  > >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 7) Posted: Mon Nov 10, 2003 6:20 pm
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  >> Do you know database design, administration and programming? If so,
  >> which database, Access, SQL or other?
 >i need to use SQL server db

But do you know SQL query syntax? If not, you'll need to learn. Try
sqlcourse.com and the SQL newsgroups.

  >> Do you know VBScript or C##? If not, do you know any programming
  >> languages?
 >VBscript

Then you're most likely going to be most comfortable with ASP.
ASP.NET is always an option, but you'll have a learning curve.

Try the ASP groups for help and pointers to basic tutorials.

  >> Who will be using the program?
 >intranet users

Then you'll need to decide on how you'll connect to SQL, and whether
you'll be authenticating users. This partly is SQL, partly IIS. See:

<a style='text-decoration: underline;' href="http://www.iisfaq.com/default.aspx?View=P78&P=145" target="_blank">http://www.iisfaq.com/default.aspx?View=P78&P=145</a>

  >> Also, did you look at the references I gave in the first response?
  >> There are plenty of canned scripts and products to do what you want,
  >> and plenty of examples to go by, but which to use depends on what you
  >> know now and what you expect to accomplish.

Go to aspin.com and do some searching. Download samples and look at
them. Google "ASP Database Tutorial" and work your way through some
simple scripting. Once you're comfortable on the basics, design your
program and start coding.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
marrylynn

External


Since: Oct 19, 2003
Posts: 12



(Msg. 8) Posted: Tue Nov 11, 2003 2:43 am
Post subject: Re: online inventory database [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks for the guidance. Btw, is php easier to learn compared to asp ?

"Jeff Cochran" <jcochran.nospam DeleteThis @naplesgov.com> wrote in message
news:3fb0ab93.1090963071@msnews.microsoft.com...
   > >> Do you know database design, administration and programming? If so,
   > >> which database, Access, SQL or other?
  > >i need to use SQL server db
 >
 > But do you know SQL query syntax? If not, you'll need to learn. Try
 > sqlcourse.com and the SQL newsgroups.
 >
   > >> Do you know VBScript or C##? If not, do you know any programming
   > >> languages?
  > >VBscript
 >
 > Then you're most likely going to be most comfortable with ASP.
 > ASP.NET is always an option, but you'll have a learning curve.
 >
 > Try the ASP groups for help and pointers to basic tutorials.
 >
   > >> Who will be using the program?
  > >intranet users
 >
 > Then you'll need to decide on how you'll connect to SQL, and whether
 > you'll be authenticating users. This partly is SQL, partly IIS. See:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisfaq.com/default.aspx?View=P78&P=145</font" target="_blank">http://www.iisfaq.com/default.aspx?View=P78&P=145</font</a>>
 >
   > >> Also, did you look at the references I gave in the first response?
   > >> There are plenty of canned scripts and products to do what you want,
   > >> and plenty of examples to go by, but which to use depends on what you
   > >> know now and what you expect to accomplish.
 >
 > Go to aspin.com and do some searching. Download samples and look at
 > them. Google "ASP Database Tutorial" and work your way through some
 > simple scripting. Once you're comfortable on the basics, design your
 > program and start coding.
 >
 > Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: online inventory database 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]