I've got a sql server view, that I link as a table in access97
after initial linking, I can open the table and add more records (ie.
the >* vcr button is enabled)
the connect string for the table is
ODBC;DSN=dbSql; Description=Con nect to
baan;UID=someus er;PWD=somepwd; APP=Microsoft®
Access;WSID=CTX 02;DATABASE=som edb
if I refresh the link with
strNewConnect = tdfTmp.connect
tdfTmp.Connect = strNewConnect
tdfTmp.RefreshL ink
I then lose the ability to add more records, and the >* vcr button is
disabled
is there something I'm missing in the refreshLink statement that would
be causing this ?
the sql view has insert, delete, select, update permissions
relinking the table with the link wizard makes it updatable again
after initial linking, I can open the table and add more records (ie.
the >* vcr button is enabled)
the connect string for the table is
ODBC;DSN=dbSql; Description=Con nect to
baan;UID=someus er;PWD=somepwd; APP=Microsoft®
Access;WSID=CTX 02;DATABASE=som edb
if I refresh the link with
strNewConnect = tdfTmp.connect
tdfTmp.Connect = strNewConnect
tdfTmp.RefreshL ink
I then lose the ability to add more records, and the >* vcr button is
disabled
is there something I'm missing in the refreshLink statement that would
be causing this ?
the sql view has insert, delete, select, update permissions
relinking the table with the link wizard makes it updatable again
Comment