I'm a bit confused, what would be the best practice to not insert duplicate data in a table, I have the following code.
cnn = pyodbc.connect ( 'Driver={SQL Server};Server=**;Database=**;uid=**;pwd=**',autocommit=True )
sqlcmd = ("Select GEOM...
asked by
13.03.2018 / 13:20