I am writing a Wordbasic macro which accessess data trhrough ODBC.
I am using Access 2.0. I have a Borland Pascal program which
calls Word and executes the macro.
e.g.
WinExec("Winword.exe /MLoadMacro")
the only problem is that ODBC is not querying correctly. It is
supposed to (and does it run any other way) query a database if the
user picks a different item in the list box, and fill in the combo
box at the bottom with the queried info. But it doesn't do it.
SQLEXECQUERY returns -1. SQLCountErrors returns 0. What gives?
Please help me out because I have talk with Microsoft in the past
about problems that I am encountering with this project and they
are ignoring me. Makes me what to continue developing products for
their O/S.
Jon Peccarelli