Posts by SrLima • 5 points
2 posts
- 
		0 votes1 answer41 viewsQ: Typeerror in INSERT via Python in PostgresqlI have the following code import json import io import psycopg2 connection = psycopg2.connect("dados da conexão") connection.autocommit = True cursor = connection.cursor() readTest =… 
- 
		0 votes1 answer54 viewsQ: Migration from Local BD to Mysql BDI am working on an ASP.NET WEB page with MVC and I have made all model, control and display settings in Visual Studio 2017 and the same created a Local BD by SQL Server Localdb to store the data but…