Hi ...
I am having to switch from Access queries to Access pass-
through queries because the SQL Server 2000 tables are
getting too large (I connect to SQL Server with Access -
ODBC connection).
I can do most of the translation between Access SQL and
Transact SQL, except for condition...
more >>
Although it worked great for years when built with VS 6.0
class CMyRecordset : public CRecordset // derive a class from CRecordset.
(actually the IDE does this for you)
{
...
}
CDatabase Database;
CMyRecordset *pMyRec = NULL;
try
{
Database.OpenEx(DSN, CDatabase::noOdbcDialo...
more >>
In the Office we have a Win2000 Server running MS SQL Server 2000. I know
the servers external IP address (xxx.xxx.xxx.xxx) and we have a sub-domain
set up (subname.mycompserver.com). I have a login and password into the
server as well as the SQL login and password. The firewall is open on por...
more >>
Hello,
We are setting up a backup server for one of our Web sites, and the current
machine is running Win 2K Server, the new one Win 2003 Server. Otherwise
everything else is the same.
Most everthing works fine, except for one ASP template, which is opening a
recordset with this line:
s...
more >>