Microsoft Office Standard for PC Logo
Posted on Mar 07, 2008

How do i connect my HTML form with my Access Database? Tell me with the code cause i m learning HTML that's y and i need for my project.

  • 3 more comments 
  • Anonymous Apr 30, 2008

    how to connect html form to database

  • Anonymous Sep 29, 2008

    same problem

  • rhlway Nov 01, 2008

    I have DataBase in MS Access But I want connect it to my HTML Page for Add, Edit, Save date in access through HTML Page

  • Anonymous Feb 07, 2009

    same blood

  • Anonymous Feb 18, 2009

    How do i connect my HTML form with my Access Database?

×

4 Answers

vpn_vinayan

Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on Mar 27, 2009
vpn_vinayan
Contributor
Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

Joined: Mar 27, 2009
Answers
1
Questions
0
Helped
6218
Points
3

Anonymous

Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

  • Contributor 1 Answer
  • Posted on May 13, 2008
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Mayor:

An expert whose answer got voted for 2 times.

Joined: May 13, 2008
Answers
1
Questions
0
Helped
6218
Points
3

I have designed in aspx page, the page i connect to the sqlserver database like insert the data so my sir tell i want to the html form wise ? so what i do

Ad

Anonymous

Level 1:

An expert who has achieved level 1.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Mentor:

An expert who has written 3 tips or uploaded 2 video tips.

  • Contributor 51 Answers
  • Posted on Mar 10, 2008
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Mentor:

An expert who has written 3 tips or uploaded 2 video tips.

Joined: Feb 22, 2008
Answers
51
Questions
0
Helped
98003
Points
73

Another possibility: Active Server Pages:

http://www.webwizguide.com/kb/asp_tutorials/what_is_asp.asp

Been around a long time.

A

Anonymous

1. Start Microsoft Access. Under Objects, click Pages. Double-click Create data access page by using wizard. The Page Wizard dialog box appears. 2. Verify that the "Contacts" table is selected in the Tables/Queries list box. Click the double chevron button (>>) to copy all the fields into the Selected Fields list box. Select ContactID, and then click the single chevron (<) to cancel the selection of this field. Click Next. 3. The second page of the wizard allows you to organize your data into groups, such as organizing contacts by country. To keep the design simple, click Next. The third page asks for the sort order of the records. Click Next. 4. The final page asks for the title of the HTML page and allows you to apply a theme to the HTML page. Click Open the Page, and then click Finish. The data access page is now created and displayed. 5. Use the record navigation bar at the bottom of the data access page to move through the records and to create two more contacts. 6. On the File menu, click Save. Save the data access page as "Contacts.htm" in the My Documents folder. 7. Read the message that appears, and then click OK. Close the data access page.


Is this enough?

  • maradrian_be Jan 07, 2011

    where i can find object ?

×

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
2answers

What is the extension file name for a microsoft access file?

According to Wikipedia:-

Access Project .adp
Access Blank Project Template .adn
Access Database (2007) .accdb
Access Database Runtime (2007) .accdr
Access Database Template (2007) .accdt
Access Database (2003 and earlier) .mdb
Access Database, used for addins (2,95,97), previously used for workgroups (2). .mda
Access Database Template (2003 and earlier) .mdt
Access Workgroup, database for user-level security. .mdw
Access (SQL Server) detached database (2000) .mdf
Protected Access Database, with compiled VBA (2003 and earlier) .mde
Protected Access Database, with compiled VBA (2007) .accde
Windows Shortcut: Access Macro .mam
Windows Shortcut: Access Query .maq
Windows Shortcut: Access Report .mar
Windows Shortcut: Access Table .mat
Windows Shortcut: Access Form .maf
0helpful
1answer

I want to learn that how can i connect my HTML page with my DATABASE created in MS ACCESS so that i can fill my table in HTML page directly-

1. You can use Pages option in MS Access. The page in MS Access is the web page in MS Access which allows you to access database in MS Access database.

2. You can use MS Office Front Page application and use the Form builder and connect your database in that.

3. You can also use Google Apps Business Solution for this however the database will not remain in MS Access but will remain in Docs online.

4. You can use .net application developer for this as well but needs expertise in that.

0helpful
1answer

I have DataBase in MS Access But I want connect it to my HTML Page for Add, Edit, Save date in access through HTML Page-

Under the pages tab in the Database window is a wizard that will walk you through creating the page. You can then copy the code or tweak it as you need to. If you do this and want to continue to mange using forms however, you may want to split your database. that means load all the forms in one file and link them to the tables in another. There is a tool to do this automatically under TOOLS > Database Utilities > Database Splitter.
1helpful
1answer

How to make the library managment project with VB.Net & using MS Access as for database.& please help me out what code should I use for making that project?

firstly you have to create a database and in that you have to create tables as per your requirement.
secondly, create forms in vb and connect the database, as per your requrement. it is not possible to give all the codes. use some e-books.
1helpful
1answer

Connection between html and ms access

HTML page is static, means it will not interact with the database. It just shows what has been written to it.

Regarding your question, you have to use server-side scripting i.e. JSP/Servlet, ASP.NET, PHP etc.

To learn more about server-side programming see the below site.
http://en.wikipedia.org/wiki/Server_side_scripting
0helpful
1answer

Im using html to create forms and want to store that data in ms access or any other backend so that more of the data is stored so i just want the syntax to be written in html that can connect the database

Dear friend, for this subjject you should use CGI scripts, you can't save them only by simple HTML codes, so I provide some useful links to learn how to save entered characters in feedback forms by these CGI scripts and HTML, I hope they could help you, just read these articles carefully.

http://www.yourhtmlsource.com/cgi/processingforms.html

http://www.rebol.com/docs/cgi2.html

http://www.help4web.net/webmaster/html_tutorial/chapter15.html

http://webdesign.about.com/od/forms/a/aabg073099a.htm

You can also make feedbacks form simply by FRONTPAGE, you just need to this software, select a feedback form template, customize it and setting up the form option about how to save, and where to save, but remember that if you use frontpage for this job, your domain should support frontpage extension too.

Good luck
0helpful
1answer

How to i connect html page to microsoft access database

YOu need to be using any server side language assciated to the html page or at the least javascript to connect to the DB..
Check this sample..
http://www.daniweb.com/forums/thread84847.html#
0helpful
1answer

Database talks to code but code won't talk to database

Make sure you are connecting to the database,then just before you call your sql to insert use an echo statement to display the sql and check it for syntax:-
$sql = 'insert into table1 values('.$no.','.$no.',"block","'.$value3.'", "'.$value4.'")';
echo "SQL ==>" STARTOFSQL<br>".$sql." ENDOFSQL<br>";
1helpful
3answers

Connecting html form to Ms-access data base

If, as I suspect, this is for a web form, then it effectively can't be done on a "proper" web server. This is because you cannot install MS Office on an MS server OS (e.g. Server 2003). You need to use MS SQL Server or MySQL instead. If this is for very limited use (i.e. only a few clients at a time), you can use XP running IIS but this is really not a good idea. The sedurity implications don't bear thinking about :) Linking a web page to Access can probably be done using ASP (never even thought of trying it - anyone else here know for sure?) If you are using a Linux web server then it's totally out of the question. Use Webmin or PHPMySQL to set up a MySQL database & PHP to code the linkage between the page and the DB. There are plenty of tools out there that will automate this for you, some of them Open Source and therefore free to acquire.
Not finding what you are looking for?

6,228 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...