SunQuest
 
           Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old December 7th, 2004, 08:28 AM
lujus1 lujus1 is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 3 lujus1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Updating Records in .txt file

I want to update some records in text file with data from a OWC spreadsheet but there occurs an error in the '.Execute' statement.
Could anybody help me please?
Here is the code :

Code:
Private Sub btnUpdate_Click()

Const adCmdText = &H1
Dim i As Long, j As Long
Dim MyWorkbook As Workbook

Dim datConnectiontxt As ADODB.Connection
Dim recSetxt As ADODB.Recordset
Dim strDBtxt, strSQLtxt, strSQLtxt2 As String

'I compare the data from the query against the data of a OWC Spreadsheet
Dim spsUSheet As OWC10.Worksheet
Set spsUSheet = spsUsers.Worksheets(1)

Set MyWorkbook = ThisWorkbook
Set datConnectiontxt = New ADODB.Connection
Set recSetxt = New ADODB.Recordset

'Since this is an app for VBA (Excel), the Users.txt file (DataBase) is in the 
'same location
strDBtxt = MyWorkbook.Path  
strSQLtxt = "SELECT * FROM Users.txt WHERE [Description] = 'Unknown';"

datConnectiontxt.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
		  "Data Source=" & strDBtxt & ";" & _
		  "Extended Properties=""text;HDR=YES;FMT=FixedLenght"""

recSetxt.Open strSQLtxt, datConnectiontxt, adOpenForwardOnly, adLockReadOnly, adCmdText 


For i = 2 To spsUSheet.Range("a1").End(xlDown).Row
If IsEmpty(spsUSheet.Cells(i, 2).Value) Or IsNull(spsUSheet.Cells(i, 2).Value) GoTo Sig
End If
'In the line below occurs the error
strSQLtxt2 = "UPDATE Users.txt SET [Description] = " & spsUSheet.Cells(i, 2).Value _
		   & " WHERE [UserID] = " & spsUSheet.Cells(i, 1).Value & ";"
datConnectiontxt.Execute strSQLtxt2
Sig:
Next i

closefrmUsers
End Sub


I'd appreciate any help.
Thanx in advance

Reply With Quote
  #2  
Old December 7th, 2004, 08:57 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 18 h 33 m 48 sec
Reputation Power: 180
Whats the error?
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Updating Records in .txt file


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway