B
Brian
After upgradeing out SQL server from 6.5sp5 to 2000sp3 an
access 97 module no longer calls stored procedures
anymore. Did the syntax change and I just don't know the
new coding? Below is how our stored procedures were
called in the past;
.Prepare = dbQUnprepare
.SQL = "ebheattableclear"
.Execute
These of course are called after making a ODBC connection
to the server itself.
access 97 module no longer calls stored procedures
anymore. Did the syntax change and I just don't know the
new coding? Below is how our stored procedures were
called in the past;
.Prepare = dbQUnprepare
.SQL = "ebheattableclear"
.Execute
These of course are called after making a ODBC connection
to the server itself.