Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Let's See How Hard This Will Be

Author  Topic 

KostaK
Starting Member

16 Posts

Posted - 2009-11-20 : 01:05:17
Okay I'm tired of this. On one hand I've got a MySQL Command Line Client which I can click on and pass on SQL commands to. On the other hand I've got Microsoft Visual Web Developer 2008, whose documentation is like 8,000 pages. Let's get real here people.

Can you help me do a VERY VERY SIMPLE project. Now look how much effort this will take. I have a website.

http://www.headstudios.com.au. I haven't done anything with this web site but I can play around with it (and I know for a fact it has SQL server because when I log in to my domain provider crazydomains.com.au it has an SQL section.

So, please help me do this simple thing.

People go to my website....

There is a form

Username field
and password field

Username: user
Password: password

THey have to type this in to get to a second page which says 'Twelve hours later'.

Surely this can be done. Can someone give me some general instructions? (I have all the FTP Upload information)

I am learning SQL.

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-11-20 : 05:26:36
You have a long way to go.

ITs not that straighforward, take your time and learn asp.net and mssql ( and it does take time to learn and deploy a good job )

or better yet hire a pro.
Go to Top of Page

KostaK
Starting Member

16 Posts

Posted - 2009-11-20 : 05:54:27
WAMP.

I am learning SQL.
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2009-11-20 : 08:09:19
Microsoft SQL Server or MySQL?

May I suggest a google search for something like 'getting started with ASP.net'? It's a place to start. Visual Studio is complex, web development is not simple. It takes time to learn.

--
Gail Shaw
SQL Server MVP
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2009-11-20 : 09:14:38
quote:
Originally posted by GilaMonster

Microsoft SQL Server or MySQL?

May I suggest a google search for something like 'getting started with ASP.net'? It's a place to start. Visual Studio is complex, web development is not simple. It takes time to learn.

--
Gail Shaw
SQL Server MVP



Best place to start asp.net is www.asp.net they have all you need, forums, videos, webcast and tutorials etc

visual studio complex ? In my opinion it depends on your area of specialization, i have been using it since 2005 and think its the best tool in the market.

Web development is great fun, the thing i hate about programming though is BUG FIXING.

Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2009-11-20 : 09:42:31
also, like i said in your other post...get a copy SQL Server Express. it's free.
Go to Top of Page
   

- Advertisement -