Forum: Visual Basic 4 / 5 / 6 Aug 26th, 2009 |
| Replies: 3 Views: 466 Take out the * and try it. |
Forum: Visual Basic 4 / 5 / 6 May 15th, 2009 |
| Replies: 6 Views: 710 Hi, I just take a quick view to your code and I notice that your select statement have a " , " extra
SELECT memberpersonal.name,memberpersonal.memberid, FROM
I make it bold, Take it out.
... |
Forum: Visual Basic 4 / 5 / 6 May 11th, 2009 |
| Replies: 7 Views: 1,083 Hey Veena I finally get this to work this is the code.
dim rsVen
dim dbCon
dim sCon
dim sSql
dim nVNBR
Dim Temp
set dbCon = CreateObject("ADODB.Connection") |
Forum: Visual Basic 4 / 5 / 6 May 11th, 2009 |
| Replies: 7 Views: 1,083 Thanks again Veena for your time.
Now when I Declare the variables like this
Dim nVNBR As String, it give me back an error saying this
'Expected end of statement', I research what is the... |
Forum: Visual Basic 4 / 5 / 6 May 8th, 2009 |
| Replies: 7 Views: 1,083 Thanks Veena I really appreciate your help i did what you said, but still the statement is saving the first character of the string. Check the code how looks like now.
dim rsVen
dim dbCon
dim... |
Forum: Visual Basic 4 / 5 / 6 May 7th, 2009 |
| Replies: 7 Views: 1,083 Thanks Veena for your response.
If i do the same you are saying it give me back this error "Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work... |
Forum: Visual Basic 4 / 5 / 6 May 6th, 2009 |
| Replies: 7 Views: 1,083 Hi, Im new here, im sorry if i am posting in a wrong forum, i have a piece of code that update a binary field in sql server 2000, im keeping this code a simple as possible, so this is working but... |