Hi guys,
I have this problem that is driving me crazy, I have created a query in IS that is working when is executed from IS, the query is as follow:
insert into cc_logrefill (date,credit,card_id,description,refill_type,added_invoice,agent_id) VALUES (‘2012-05-05 00:00:00′,’90.0000′,’2′,’new’,’3′,’0′,’1′)
this values are perfectly inserted in the database when I execute the query from IS, but when I use the DBQuery component to execute the query, the values are not inserted.
any idea?