CodeChargenewbie
Posts: 114
|
| Posted: 03/07/2008, 8:49 AM |
|
^^^
Warning; Unable to build Insert based on the current Datasource settings (join, SP or custom SQL). Change the Allow Insert property to disable Insert or specify Custom Insert
I'm not sure why I'm receiving this warning. Can anyone please help me out?
Thank you.
|
 |
 |
E43509
Posts: 283
|
| Posted: 03/07/2008, 8:52 AM |
|
Please send the sql
|
 |
 |
CodeChargenewbie
Posts: 114
|
| Posted: 03/07/2008, 9:01 AM |
|
Huh, I just figured it out. I built a complex datasource query using the visual query builder which is fine. And mssql is reporting a warning because I'm attempting to insert into more than one table, and mssql does not permit this action via codecharge. So, I must write custom code to insert the data. Problem solved.
|
 |
 |
E43509
Posts: 283
|
| Posted: 03/07/2008, 9:04 AM |
|
great!
|
 |
 |