DanDan2
8 years agoQrew Trainee
Can a Quickbase Table be Dropped through QUNECT?
We have a linked server using QUNECT on SQL Server. We are using the QB tables in various stored procedures where the table names are assigned to variables. I know we can delete data from the QB tables, which kind've scares me because if we accidentally use the wrong variable in a delete statement, one that is assigned to a Quickbase table, all our data will be deleted.
So, my thought is to use a Drop statement instead where the table will be deleted all together because I'm assuming that a drop statement will not work on a QB table through QUNECT, so it will just throw us an error in the event we make a mistake. Am I assuming correctly? I just want to make sure before I modify the stored procedures.
So, my thought is to use a Drop statement instead where the table will be deleted all together because I'm assuming that a drop statement will not work on a QB table through QUNECT, so it will just throw us an error in the event we make a mistake. Am I assuming correctly? I just want to make sure before I modify the stored procedures.