Guest Panos Report post Posted 03/09/2008 10:00 PM Hello, i would like to know if you can correct that script so that the results of modules can save at the data base i have send Thanks script.zip Share this post Link to post
SupportTeam Report post Posted 03/09/2008 10:44 PM The spaces in the database's Column names may be confusing the SQL query here. Try changing "Product ID" to be "ProductID" (and similar for all the other columns), and then change the SQL query to be: INSERT INTO Goods (ProductID) VALUES ('$RV[Product Id]') notice that you need to use single quote marks around the Text data passed in. Share this post Link to post
SupportTeam Report post Posted 03/09/2008 10:47 PM I see that you are using "VoiceLink-X" devices. Are these Voice Modems? We'd recommend using a Dialogic card instead. Please see our Recommended Hardware page. Share this post Link to post
Guest Panos Report post Posted 03/10/2008 12:06 AM Now it works, thank you very much Share this post Link to post