-
Hi, My hosting provider is giving MySQL 4.1. i've MySQL 5 on my dev rig. things are working fine on dev machine. but when I access db from hosting server it gives following error, though boththe databases are same. Error: The specified table does not contain a primary key, a requirement for use of...
-
[quote user="psyber"]I hope i can get some answers.[/quote] http://code.google.com/p/subsonicproject/source/browse/trunk/SubSonic/Controls/Scaffold.cs This is the source for the Scaffold Control. I think you want to take a look at / step through the GetEditControl method.
-
Hi, I have been using asp.net with mysql for a while now. I see that subsonic provides scaffolding and the blog entry in the site also says that foreign key realtions are supported with drop down list. However, while using mysql (i haven't tried with sql server), the foreign keys are just shown as...