[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Getting database handle in UserTag


Quoting Tim Nelson (suppressed):
> Normally when I want to get a database handle in a page I do:
> [perl tables="userdb"]
> my $dbh = $Sql{userdb};
> ...
> 
> How can I accomplish the same thing in a UserTag ?

In a global UserTag, it is:

	my $db = dbref('products')
		or die "no products table";
	my $dbh = $db->dbh()
		or die "not a DBI table";

In a catalog UserTag, there is no reliable way to do it
because of Safe restrictions.

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <suppressed>

The U.S. Senate -- white male millionaires working for YOU!  -- Dave Barry
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.