Gossamer Forum
Home : Products : DBMan : Discussions :

Re: how to open 2 non related databases

Quote Reply
Re: how to open 2 non related databases In reply to
Then we have to figue out why the record isn't being retrieved. There are a number of possiblities for this.

1--
In sub get_record, did you delete the line

($restricted = 1) if ($auth_modify_own and !$per_admin);

2--
Are you sure there is a record in miembros that matches the currently logged in user?

------------------
Wait a minute. If you want the userid from miembros, and the userid is the key field, then all you need to do is use $db_userid.

Or do you want other information from the miembros database?

JPD
Subject Author Views Date
Thread how to open 2 non related databases Demente 4408 Jun 3, 2000, 10:45 AM
Thread Re: how to open 2 non related databases
JPDeni 4303 Jun 3, 2000, 12:27 PM
Thread Re: how to open 2 non related databases
Demente 4290 Jun 3, 2000, 1:22 PM
Thread Re: how to open 2 non related databases
JPDeni 4289 Jun 4, 2000, 3:09 AM
Thread Re: how to open 2 non related databases
Demente 4289 Jun 5, 2000, 1:01 PM
Post Re: how to open 2 non related databases
JPDeni 4272 Jun 5, 2000, 2:55 PM