sim800l send data to database

good day

i am using sim800l module to send to database, i use the AT commands but no data has been sent to data base.

is anyone in here try this method or there another method ?

thanks in advance

i use the AT commands

But you aren't going to tell us which ones, or show the modem output.

but no data has been sent to data base.

You can't send data to a database. You can send data to a script, on a server, and that script can store the data in the database. Since you haven't shown the script that you are sending data to, or what data you are sending to the script, I'll just assume that your problem is on the server end or on the Arduino end. It should be very easy to fix.