I want a page on my site to show news post stored in an access database. I just started using C# so I don't know how to connect to a database or SQL operations. How would I setup the database in the first place?
have a look round this site for beginers articles on databases, or try the HOWTO section of http://www.411asp.net/ OK. do you have the Access application installed? and the .NET framework and IIS?
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
Cool. so you've got most of what you need to get started. Essential extras : 1. the .NET documentation (SDK) - I can't cope without this 2. decent editor. you CAN write asp.net with notepad, but something more powerful makes it bearable. 3. Beginner's tutorials
or a 'getting started' book. I've already mentioned 411.asp.net, also try www.4guysfromrolla.com, www.aspalliance.com, this site, my site (plug) here's a quick bite on connecting to Access : http://rtfm.atrax.co.uk/infinitemonkeys/articles/asp.net/990.asp
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
Twin_One1
Member
70 Points
14 Posts
How would I use a database for news post script?
Oct 08, 2003 11:31 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: How would I use a database for news post script?
Oct 09, 2003 02:34 AM|LINK
Jason Brown - MVP, IIS
Twin_One1
Member
70 Points
14 Posts
Re: How would I use a database for news post script?
Oct 09, 2003 07:59 PM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: How would I use a database for news post script?
Oct 10, 2003 01:20 AM|LINK
Jason Brown - MVP, IIS