Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dHart719
  • Order by date
  1. dHart719

    Submit form to database and display back data

    ' This is my advise Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open dbConnection set Rs = Server.Createobject("ADODB.Recordset") Rs.Open "yourTable", Conn, 2, 2 Rs.Addnew Rs("field1")=valueforfield1 Rs("field2")=valueforfield2 ...
  2. dHart719

    Do Flash and ASP play nice together?

    http://www9.brinkster.com/escaro/ Check the site above. It's my own development. It answers most of your questions. If you like it, write me personally in gilem@aramco.com.sa and I will show you the codes. Click on the slides link and you will have a slide show in Javascript integrated...

Part and Inventory Search

Back
Top