2002-05-04 09:08 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2002-05-04 07:07:05 +00:00
parent dc54743e55
commit f36acfb210
2 changed files with 6 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2001-07-23 21:29 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/rtl/tbrowse.prg
+ TOFIX added, about missing AutoLite support (neede9:26 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
+ contrib/libct/alt/ctcolton.c
original implementation of COLORTON() in C by Viktor Szakats <viktor.szakats@syenar.hu>

View File

@@ -288,7 +288,7 @@ METHOD ExecSQL() CLASS TODBC
// SQL statement is mandatory
IF empty( ::cSQL )
lRet := .F.
nRet := SQL_ERROR
EXIT
ENDIF
@@ -300,6 +300,7 @@ METHOD ExecSQL() CLASS TODBC
nRet := SQLExecDir( ::hStmt, ::cSQL )
::Close()
EXIT
ENDDO