I created a database, with the following tables (CF Admin couldn't create
them automatically):

CREATE TABLE cdata (
        cfid varchar(20) NOT NULL default 0,
        app varchar(64) default NULL,
        data text,
        PRIMARY KEY  (cfid)
) 

CREATE TABLE cglobal (  
        cfid varchar(20) NOT NULL default 0,  
        data text,
        lvisit datetime default NULL,  
        PRIMARY KEY  (cfid)
) 

I selected my database from the drop-down on the Client Variables screen.  I
even tried restarting all the CF services.

Client variables are still being stored in the registry, and not my
database.

Any ideas?

--
Jillian


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to