[NBLUG/talk] PHP question

Kyle Rankin kyle at nblug.org
Tue Mar 22 15:08:18 PST 2005


On Tue, Mar 22, 2005 at 02:40:53PM -0800, Troy Arnold wrote:
> On Tue, Mar 22, 2005 at 01:39:20PM -0800, Mark Street wrote:
> > 
> > I am hacking on a project that involves E-groupware and I want to
> > create a form/query to an mssql database and return a list of
> > patient's.  From that array I want to select 1 and have that one
> > record exploded and formatted into a field of my E-groupware
> > application template.
> > 
> > I have scratched it out on paper but I haven't had the time to
> > actually sit down and figure out how to code it.  Is there going to be
> > an issue using or querying two different databases?  I am only reading
> > from mssql database.
> 
> Shouldn't be a problem at all.  Each database gets a separate handle,
> and they work independently.  You *may* need to request a non-persistant
> connection, but likely not.
> 
> After chatting with a couple of the devs at linuxworld, E-groupware has
> been on my list of stuff to check out.  Let us know what you think about
> it...
> 

In my experience it's okay but it could be better. I use it right now to
manage my calendar. There are little quirks with respect to making sure
that all other users on the system are added to any events you create if
you want them to be able to see them on your calendar. Since it's basically
my wife and I on the system, I'd like to have every event automatically be
seen for both of us, but I haven't found a way to do it.

Another thing is that doing recurring events (specifically somewhat
complicated ones) isn't that straightforward.

> > Does anyone feel comfortable with this?  Can we talk?  Can we talk $$?
> 
> Doesn't sound like what you want is too complicated, but if you still
> think you might want help, feel free to drop me an e-mail.  
> 
> -troy
> 

-- 
Kyle Rankin
NBLUG President
The North Bay Linux Users Group
http://nblug.org
IRC: greenfly at irc.freenode.net #nblug 
kyle at nblug.org



More information about the talk mailing list