PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Tue Oct 04, 2005 1:20 pm
i can not make foreign key and references on supremeserver24.com using phpmyadmin. can anybody help me
chrys
Forum Contributor
Posts: 118 Joined: Tue Oct 04, 2005 9:41 am
Location: West Roxbury, MA (Boston)
Post
by chrys » Tue Oct 04, 2005 1:22 pm
rajan wrote: i can not make foreign key and references on supremeserver24.com using phpmyadmin. can anybody help me
Information provided: None
Ability to provide help: Very limited, very difficult
Please provide more details and thought out information before inquiring for help. Thanks!
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Oct 04, 2005 1:33 pm
last I checked, phpMyAdmin will not do foreign keys natively.
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Tue Oct 04, 2005 1:38 pm
is there any method for setting relationship between tables in phpmyadmin
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Oct 04, 2005 1:53 pm
outside of "standard" relating, not that I know of. If you built the table separately (or through their direct SQL run) it can deal with it then, I believe.. but the visual editor will not help much for the foreign keys themselves (from what I remember)
Ambush Commander
DevNet Master
Posts: 3698 Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US
Post
by Ambush Commander » Tue Oct 04, 2005 4:45 pm
You know... I was sorta wondering about that too... well, SQL it must be.