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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10263611.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10391136.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10793781.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20086862.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20149625.htm...
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
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20674705.html
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.
http://www.experts-exchange.com/Programming/Misc/Q_20683511.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21069539.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21483008.htm...
Hello,
Im 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21798672.html
Zones:
VB DBDate Answered: 04/14/2006 Grade: A Views: 0