Guest fsoudbakhsh Report post Posted 03/06/2013 06:09 AM Hello, can you help me to find out how to delete a row in access database. for example I want to delete a row where the callerID=5555555555 thanks for your help. Share this post Link to post
SupportTeam Report post Posted 03/06/2013 06:18 AM The SQL command to use would depend on your table structure. Please see: http://www.w3schools.com/sql/sql_delete.asp Once you know what SQL statement to use you can run that statement from a VoiceGuide Database Query module. Share this post Link to post
Guest fsoudbakhsh Report post Posted 03/07/2013 05:28 AM Many Thanks. SQL statement works fine. I could successfully delete a row in the db. Share this post Link to post