J
|
Jane 8/23/2006 |
Robert, |
|
rjks author 8/23/2006 |
Robert, einheitID field that comes from joined table. You need to remove it from Edit/Add pages. Here is an article in PHPRunner help about work with joined fields:article
select e.id, b.einheit, b.tag, b.we, b.belegt From acc_einheit e inner join acc_belegung b on (e.id =b.einheit) where `id`=30 but I still get the Column: 'id' in where clause is ambiguous error. select e.id, b.einheit, b.tag, b.we, b.belegt From acc_einheit e inner join acc_belegung b on (e.id =b.einheit) where e.id=30 then the edit call works. |
J
|
Jane 8/23/2006 |
Robert, |
|
rjks author 8/24/2006 |
Robert, it works for me with current PHPRunner version (3.0, build 119). I recommend you to download and install it: http://www.asprunner.com/files/phprunner-setup.exe Then select Default templates on the Miscellaneous tab and rebuild your project. If error will occur please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data and your project file. I'll find what's wrong with your project running it on my test box.
|