T
Tony
Hi All,
Using Access 2K, I have to get at data in a Progress SQL-92 database table
that has more than 255 fields. Some of the data I need is in the 255+
column, so I can't (as far as I know) link the table to get at the fields.
I've created a pass-through query which returns the fields I'm looking for
but am running into record lock problems. All I want to do is display the
data from the Progress table - no adding, deleting, modifying. However, if
someone is editing a record in the table I receive a lock error. Anyone
know if I can modify the following to get around this?
SELECT pem_name AS "NAME", pem_num AS "NUMBER", pem_active AS "empActive"
FROM PUB."pr_employee"
WHERE pem_active = 1
ORDER BY pem_name ASC
I know the SQL works, just not when someone else is in the table...
Thanks & Ciao,
Tony
Using Access 2K, I have to get at data in a Progress SQL-92 database table
that has more than 255 fields. Some of the data I need is in the 255+
column, so I can't (as far as I know) link the table to get at the fields.
I've created a pass-through query which returns the fields I'm looking for
but am running into record lock problems. All I want to do is display the
data from the Progress table - no adding, deleting, modifying. However, if
someone is editing a record in the table I receive a lock error. Anyone
know if I can modify the following to get around this?
SELECT pem_name AS "NAME", pem_num AS "NUMBER", pem_active AS "empActive"
FROM PUB."pr_employee"
WHERE pem_active = 1
ORDER BY pem_name ASC
I know the SQL works, just not when someone else is in the table...
Thanks & Ciao,
Tony