R
Rob Richardson
Greetings!
My application uses a simple source control system implemented in SQL Server
2000. The file is contained in an image field in a table. When a user
wants to edit the file, the a new file is created on the user's hard drive
using data from the image, and a foreign key into the users table is stored
in the file's record. I am trying to build a DataGrid that will show the
name of the file and who has it checked out, if anybody. The problem is
that the file table and the user table are in different databases.
If I only show data from the file table, I would show the file name and the
user ID. I want to replace the user ID with the user's name, extracted from
the second table. How can I do that?
Thanks very much!
Rob
My application uses a simple source control system implemented in SQL Server
2000. The file is contained in an image field in a table. When a user
wants to edit the file, the a new file is created on the user's hard drive
using data from the image, and a foreign key into the users table is stored
in the file's record. I am trying to build a DataGrid that will show the
name of the file and who has it checked out, if anybody. The problem is
that the file table and the user table are in different databases.
If I only show data from the file table, I would show the file name and the
user ID. I want to replace the user ID with the user's name, extracted from
the second table. How can I do that?
Thanks very much!
Rob