Posted on 09 June 2010. Tags: access, ASP.NET, Auto, based, condition, consecutively, database, increment, save
In a form there are 3 text boxes – assetid, quantity, amount. When i enter 3 in the quantity and click a save button, assetid should auto increment from com1 to com2,com3,com4 consecutively in access database column and at the same time the amount should be divided equally among the 3 assetid and saved in the database.
Posted in ASP
Posted on 04 June 2010. Tags: basic, control, create, data, database, using, visual
what are the procedures in creating a vb program using asp or data control?
Posted in ASP
Posted on 01 June 2010. Tags: after, browser, database, each, insertion, prevent, refresh
In PHP when I add a data in a mysql database after pressing submit button, each refresh of the browser inserts the same data in the database again which is replication of row in that particular database. How I can prevent it ?Please Help me.
Posted in PHP
Posted on 01 June 2010. Tags: database, Delphi
can some1 pls tell me how to put access tables into delphi?i need a detailed explanation.thx in advance
Posted in Delphi
Posted on 31 May 2010. Tags: database, Delphi
Where ( link) can i download a delphi database example.It must be working.
Posted in Delphi
Posted on 30 May 2010. Tags: connect, database, intranet, network, through
If I wanted to connect to a standard Access database I would use:
Set adoCon = Server.CreateObject(”ADODB.Connection”)
adoCon.Provider=”Microsoft.Jet.OLEDB.4.0″
adoCon.Open “LOCATION OF DATABASE”
If i know the table name how would I connect to a an SQL database.
Posted in ASP
Posted on 26 May 2010. Tags: database, html, inputs, into, multiple, name, same, send, text
I have a webpage I wrote in HTML, that has a javascript button that will add a row to a table to allow multiple inputs. Each iteration of the input text box has the same name attribute. When submitted, a PHP page connects to an MSSQL database through an ODBC connection and posts the inputs. However, if theres more than one, only one gets posted. Any idea on how to get the name and PHP script to auto increment the name attribute? Thanks.
Posted in PHP
Posted on 25 May 2010. Tags: access, ASP.NET, button, database, insert, into, records, save, single, update, using
I have to insert records from the textboxes into a database using a SAVE button. Then using a id I’l be retrieving the data when clicking a retrieve button. Then I’l be modifying the records and update it into the database using the same SAVE button. The problem for me is using the same SAVE button for both inserting and updating.
Posted in ASP
Posted on 20 May 2010. Tags: button, database, radio., using
When using php what value would I have to set the field for sex to so that it would push the data to the database. Also can yoyu give an example of the code.
No.That code I have. What I am looking for is the data type that you would use on the database end. Im using WAMP with (phpMyAdmin) and manually making the database and the table.
Posted in PHP