amortillaro
Programmer
Hi all:
I creted a table in oracle and added 1 record to it through SQLPlus Insert Into mytable (fld1, fld2) values (str1, str2).
From within MsAccess I created a link to myTable, and no records were return, then I added 2 record from access in the linked table and works ok. Still just this 2 records are shown in access.
In SqlPlus the sql SELECT * from mytable return 3 records.
Can anyone tell what is going on here? Has this any relation to privileges or someting?
Thanks in advance.. Aishel
I creted a table in oracle and added 1 record to it through SQLPlus Insert Into mytable (fld1, fld2) values (str1, str2).
From within MsAccess I created a link to myTable, and no records were return, then I added 2 record from access in the linked table and works ok. Still just this 2 records are shown in access.
In SqlPlus the sql SELECT * from mytable return 3 records.
Can anyone tell what is going on here? Has this any relation to privileges or someting?
Thanks in advance.. Aishel