473,395 Members | 1,937 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

error 3705 (updating recordset)

Please help... error 3705 accur when i call GOupdate

Private Sub GOupdaTe()

Dim rsx1 As New ADODB.Recordset
Dim cn As New ADODB.Connection

If rsx1.State <> adStateClosed Then rsx1.Close
If cn.State <> adStateClosed Then cn.Close

Set rsx1 = New ADODB.Recordset
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\TPmanagement_system\DB\TP_mdb03.mdb;Pers ist Security Info=False"
cn.Mode = adModeReadWrite
rsx1.ActiveConnection = cn
rsx1.Open "SELECT * FROM zusers"

rsx1!timein = a.Text
rsx1!SQL = b.Text
rsx1!deduction = c.Text
rsx1!payslip = d.Text
rsx1!adrecords = e.Text
rsx1!Edit = F.Text
rsx1!report = g.Text
rsx.Update
rsx.Close
End Sub

-any suggestions is welcome.. thanks in advance
Jan 6 '12 #1
2 1612
Rabbit
12,516 Expert Mod 8TB
What is the error text?
Jan 6 '12 #2
Killer42
8,435 Expert 8TB
Also, which line produces the error? And is this in Visual Basic 6, or MS Access, or what?
Jan 7 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Chuck | last post by:
Hi! I have a ASP page that generates an excel report. It works fine if there are records found, however, if no records are found I would like to call the below listed function instead of getting...
2
by: browndude | last post by:
I'm creating a VB6 application to import data from a temp Access database to a production Access database. I have set up a Data Enviorment to communicate with my production database since I the...
6
by: akoymakoy | last post by:
Run time error 3251 Current Recordset does not support updating, this may be a limitation of the provider, or of the selected Locktype This is my simple program that will split the entries that...
2
by: ramia1983 | last post by:
All i am doing is trying to write info to a access database but iget this error Error Type: ADODB.Recordset (0x800A0BCD) Either BOF or EOF is True, or the current record has been deleted....
3
by: pooja1982 | last post by:
Hi, I m getting this message after executing the following code <% CALL OPENDATACON DIM RS SET RS=SERVER.CreateObject ("ADODB.RECORDSET") s="select * from dbpassenger order by ref_no" CALL...
9
by: mdpems | last post by:
Hi, I have a button that will add items to a list from another table and then total the cost of these items by clicking a total button. The problem I am having is that when I remove an item from...
7
vikas1111
by: vikas1111 | last post by:
Hi All.... I have created a form in which i call other forms from the main form .. When i click a perticular botton twice there is an error .. Can anyone help me to solve my problem.. The error...
3
by: dotnetdev1 | last post by:
Hi Friends, Wen I am rying to run my asp application....i am ending up with this following error... Error Type: ADODB.Recordset (0x800A0CC1) Item cannot be found in the...
1
by: shivasusan | last post by:
Hi Friends! Please Help me! How i can solve this error? Please explain me, what is the error and how to solve? Error Type: ADODB.Recordset (0x800A0E7D) The connection cannot be used to...
2
by: Sanjay Pawar | last post by:
ERROR Syntax error converting datetime from character string. Receiving above error while updating the record through formview edit mode. I have 5-6 datetime fields to update Pls help! ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.