|
Comments for: timuckun20001207
| Message # 1019364: |
|
Date: 03/17/04 09:34
By: Sarat Subject: RE: Problems with queries I had this problem earlier. The select sql works but insert and delete dont. I solved the problem by changing the sql query from This 1. <sql>insert into werknemers (voornaam) values ('martin')</sql> To <sql>insert into werknemers (voornaam) values ('martin') with none</sql> "with none" is the tag which I'm using to get the insert,update and delete queries to work. |
Previous Message | Next Message |


