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
 updating database via webpage

Author  Topic 

goose1984
Starting Member

2 Posts

Posted - 2006-10-11 : 11:56:14
Hello

I am happy with my mySQL install. I can quite happily created tables and fill them with initial data using mySQL Client

What I want to do now is via a web browser be able to add data to various tables etc. I need to make the web entering part of it as simple as possible for the users.

Cheers

nr
SQLTeam MVY

12543 Posts

Posted - 2006-10-11 : 12:07:31
What application language are you using.
This would be an application question rather than sql server.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2006-10-11 : 12:52:16
Also this forum is for MS SQL server for MySQl visit www.dbforums.com or www.mysql.org or www.sitepoint.com

Also you need to choose a language that suits your needs and learn about it. Either
1. for windows
ASP of ASP.NET
2. linux
php
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-10-11 : 14:18:29
I thought MySQL had a slick web-based database maintenance toolkit - but as others have said folk round here know Microsoft SQL Server, and probably not much MySQL, and I'm in that bracket, so I may well be talking out of my wrong end!

Kristen
Go to Top of Page
   

- Advertisement -