how can i create a connection object and recordset object to send a data from form(text box) to back end i.e.MS-Access. plz let me know connection provider(oledb) syntax
A connection string combines all the information your web application needs to connect to a database. Dreamweaver inserts this string in your page?s server-side scripts for later processing by your application server.
A connection string for Microsoft Access and SQL Server databases consists of a combination of the following parameters separated by semicolons: Provider specifies the OLE DB provider for your database. For example, here is parameter for Access:
Provider=Microsoft.Jet.OLEDB.4.0;
For the parameter value of your OLE DB provider, see your provider vendor?s documentation, or consult your system administrator.
Here?s an example of a connection string that will create an ODBC connection to an Access database called trees.mdb:
Here?s an example of a connection string that will create an OLE DB connection to a SQL Server database called Mothra located on a server called Gojira:
I open a link with word document and I get code execution has been interrupted, and it asks me if I...
(More)
I open a link with word document and I get code execution has been interrupted, and it asks me if I want to debug, stop, clear, and click next on the pop up display.
I need a to design an application that contain two protein sequences. The second and first sequence...
(More)
I need a to design an application that contain two protein sequences. The second and first sequence is to be compared and find out if the second sequence is present in the first sequence.
i wish to preview a text base report before printing . i used rich text file but the out put is...
(More)
I WISH TO PREVIEW A TEXT BASE REPORT BEFORE PRINTING . I USED RICH TEXT FILE BUT THE OUT PUT IS DISTURBED.. I DO NOT WANT TO USE DATA DESIGNER OR CRYSTAL REPORTS. THE OUTPUT SHOULD BE PREVIEWED ALONG WITH PAGE SETUP & PRINTER CONTROLS. IS IT POSSIBLE TO DO SO ?