Hi, >> Why isn't it possible to use the midgard functions w/o mod_midgard >> and the rest of the shee-bang? > > Because the native midgard functions depend on mod_midgard setting up > the database connection. When mod_midgard isn't active for a request, > the connection will not be set up, so all the midgard functions will > fail with a MGD_ERR_NOT_CONNECTED.
Ah! Right. Ok. I guess I'll go the sql route. ;( Anyhow would it be possible to create a function mgd_db_conect(USERNAME,DB,PW) to solve the problem? It's nice to see you on the mailinglist again Emile! Cheers, tarjei > > Emile > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
