If you have two text boxes with one being txtFind and the other txtReplace you could update the database with the text in txtReplace after you have done a search for txtFind.
Then if you wanted to undo it you could now update the database with the contents in txtFind where the database field...
Thanks for the other products chiph. My manager does see the need for some kind of control so when I said I was trying to push them that way it was really just a suggestion that we use SourceSafe.
Thanks again and I will check the other ones out.
Joe46
I started a new job a couple of months ago and have been dismayed with the lack of any type of safe handling they have for their code. I tried to push them toward SourceSafe in order to have something to fall back on in case something goes wrong with the file they are working on, but they do...
Sorry, I haven't used it. I was looking through my book "Visual Basic Oracle 8", when I came across this statement: "Next Recordset: Clears the current Recordset object and returns the next Recordset by advancing to the next in a series of commands."
Like I said, I was just...
Yes, you can have multiple recordsets with Oracle, although I don't know what is causing your error.
Just wanted to let you know that it is possible to have more than one recordset.
Okay, even though no one else has had this problem I will post the solution in case it happens to you.
All I had to do before I executed the SQL statement was to put a begin.trans, execute the statement, and then commit.trans
Thanks to anyone that looked at the message and gave it some thought.
I remember having this problem about 4 years ago and it was something simple. I thought then that I would never always remember what I was doing wrong, but "NO!"
I take it no one else has ever came across this situation before?
If I put a break point at the end of a SUB that is populating a database in Access and then viewing the printout in CR all the data shows up.
When I run it without any break points it misses one record in CR although the data is in my database.
I have a web page created with VB that uses stored procedures in SQL Server 7. The web page has been running fine so the user wanted me to add a DateApproved field on the form.
The problem is while running it will not update the field, but if I step through it runs fine. I do not receive any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.