Groups | Blog | Home
all groups > flash data integration > december 2005 >

flash data integration : Data base Links on my Pc but not on server


AutumnFire
12/6/2005 4:06:53 AM
Hi

I have a flash app that viewed on my local computer links to an access data
base through a cfc on the server that populates a datagrid and it works fine.
http://slhunter.ca/canadianTire/members.cfc?wsdl
When I upload the files html and swf to the server I can see the app but the
datagrid does not populate.

Any ideas ?

Thanks

Motion Maker
12/6/2005 6:40:33 PM
I find the best way to debug these live on the web problems is to add a
TextArea component somewhere on your app or make the app a bit bigger for
the time being to hold the TextArea and use that as a tracing window.
Instead of tracing you can my_ta.text += "The next trace message" + newline.

You might find error messages from your database access something like a
different password here versus on the server to different access rights here
or on the server to several possible kinks.


--
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
[quoted text, click to view]
Hi

I have a flash app that viewed on my local computer links to an access data
base through a cfc on the server that populates a datagrid and it works
fine.
http://slhunter.ca/canadianTire/members.cfc?wsdl
When I upload the files html and swf to the server I can see the app but
the
datagrid does not populate.

Any ideas ?

Thanks

AddThis Social Bookmark Button