JeanW,
thank you for your advice. Unfortunately I am a new in FM and it was not clear to me how to do it.
I am worknig with Windows 2000 OS, but I do not know what do you mean by "create an exe file to save the .tab file with a different name".
Also the second part is not clear to me. If it's...
How can I add a new line (record) to the .tab file by exporting data from FM 5.5 without overwriting the .tab file.
I would like to create a log file which will show all records created in FM even they were deleted later.
Can I do it?
Your help will be appriciated.
Thanks.
Why doesn’t this line of code work?
Do Until RsMath.EOF
CONN.Execute
"UPDATE PhotoBlobTable Set PhotoBlobTable.photo_blob=" & RsMath.Fields(“photo_blob”) & " where PhotoBlobTable.ssn= " & RsMath.Fields("SSN")
RsMath.MoveNext
Loop
PhotoBlobTable.photo_blob...
Why doesn’t this line of code work?
Do Until RsMath.EOF
CONN.Execute
"UPDATE PhotoBlobTable Set PhotoBlobTable.photo_blob=" & RsMath.Fields(“photo_blob”) & " where PhotoBlobTable.ssn= " & RsMath.Fields("SSN")
RsMath.MoveNext
Loop
PhotoBlobTable.photo_blob...
Why doesn’t this line of code work?
Do Until RsMath.EOF
CONN.Execute
"UPDATE PhotoBlobTable Set PhotoBlobTable.photo_blob=" & RsMath.Fields(“photo_blob”) & " where PhotoBlobTable.ssn= " & RsMath.Fields("SSN")
RsMath.MoveNext
Loop
PhotoBlobTable.photo_blob...
Why doesn’t this line of code work?
Do Until RsMath.EOF
CONN.Execute
"UPDATE PhotoBlobTable Set PhotoBlobTable.photo_blob" & RsMath.Fields(“photo_blob”) & " where PhotoBlobTable.ssn= " & RsMath.Fields("SSN")
RsMath.MoveNext
Loop
PhotoBlobTable.photo_blob and...
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.