December 29, 2008 at 5:20 pm
I want to create a database that would allow me to add records to fields locally but then is displayed on a webpage.
With this i have to convert the database to sql to show on a webpage?
I saw a method that allowed connect a SQL database and with access modify the data and is only one database. This method allows you to create a form in access to have well all organized and with the order i want? See it here[/url]
I tried to create a sql database locally but then i didn't find any program that would allow me to create a form as access does for a sql database. Could anyone tell me a program to do that?
What do you think it will be the best way to do this?
December 29, 2008 at 6:11 pm
I don't know anything that will build it like an access form. You might try using Visual Studio Express Edition. You will have to do a bit of vb or c#. Info can be located at http://www.microsoft.com/Express/
Someone else might have a better suggestion.
December 29, 2008 at 6:35 pm
You need SQL Server to create a SQL Server Database.
If you have SQL Server installed, up and running, then in order to create a database, you connect to it and execute and execute the "CREATE DATABASE" SQl command.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
January 2, 2009 at 5:35 am
i know how to create one database.
My problem is other.
Anyone know any php script to use on a server with php and mysql to work with databases?
January 2, 2009 at 8:04 am
This is a MS SQL Server oriented site. You may have more luck at a site oriented towards MySql.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply