Advertisement

1 - 10 of 118 containing alltags:("addnew") (0 seconds)
Hi, I have made a connection to a mdb,  Dim adoConnection As ADODB.Connection   Dim rst As ADODB.Recordset   Dim connectString As String   Set adoConnection = New ADODB.Connection   Set rst...
Zones: VB DBDate Answered: 01/22/2000 Grade: A Views: 4
Hi, Please help. I am trying to use ADO( I come from a DAO background), and I am having a brutal time understanding some things involved in ADO and addnew.  I have a form that has textboxes and ch...
Zones: Visual BasicDate Answered: 06/05/2000 Grade: A Views: 0
I receive the following error message when trying to add a new record to a SQL6.5 database. "Run-time error '-2147217888' Provider called a method from IRowsetNotify in the consumer and the method ...
Zones: VB DBDate Answered: 07/30/2001 Grade: A Views: 0
I'm using the environment generator with the following code to access an Access DAtaBase. The standard class methods last,moveprevious,next and last work fine in moving thru the DB; however, when a...
Zones: Visual Basic, VB ObjectsDate Answered: 01/04/2002 Grade: A Views: 0
Hi All! When i work with my database i can to read information ,but i can't AddNew, Update,rv.Fields("VisitorCounts") = 1 - don't work, when i wont to rv.Open "select * FROM Visitors", ,adOpenKeys...
Zones: ASPDate Answered: 07/15/2001 Grade: A Views: 0
I have opened a recordset type dynaset, i am trying to add a record into it but i get error saying the database is read only. can anyone help me thanks in advance
Zones: MS AccessDate Answered: 12/10/2003 Grade: A Views: 4
Hello all; How can I Add   Records  into  database  with  C_Recordset . AddNew(...) ? ( I write Database program with Visual C++ 6.0 and ADO ActiveX Control ) . Thanks for your help.
Zones: ProgrammingDate Answered: 09/28/2003 Grade: A Views: 0
Hi, I'm trying to update a Access 2000 database in a user friendly format.  So I have related an array with inputed values from promts and I would like to use the AddNew method with the ADODC cone...
Zones: VB DBDate Answered: 08/02/2004 Grade: A Views: 0
hi all I have a button called save. onclick of this button i save the current record and then automatically do a addnew so that all the fields are blank and the user can add a new one and click ...
Zones: MS Visual BasicDate Answered: 07/08/2005 Grade: B Views: 0
Hello, I’m having a problem with ADODC and the addnew method. I have setup a simple program which connects to an access database. I have created a form which has several text boxes which I...
Zones: VB DBDate Answered: 04/14/2006 Grade: A Views: 0