Posts by LuisMK • 25 points
5 posts
- 
		0 votes1 answer52 viewsQ: problems with creating stored Procedure mssqlrecently I decided to change from using Mysql server database to mssql(sql server version 2012) so far so good what happens is that some things can not remake them if someone can help me finish the… sql-serverasked LuisMK 25
- 
		0 votes1 answer56 viewsQ: Binarywriter C#I’m in a little trouble, i use BinaryWriter to write bytes and then send them as a response certainly I use it in the right way(I think). however, when I use it several times, I break point or… 
- 
		1 votes0 answers39 viewsQ: Tcpclient or socket class ? c#First doubt Half turned to emulator’s I wondered if the Tcpclient or Socket class would be good in terms of network and quick responses? Second doubt I use Tcpclient But when I write a reply using… 
- 
		0 votes2 answers1076 viewsA: How to Connect to Database by Reading INI Fileno seu codigo faltou a namespace "System.SysUtils" se não vai dar erro. dai tried to run the . exe ran, but nothing happened simply closes alone but I guess it did not connect. I do not know if it… 
- 
		-2 votes2 answers1076 viewsQ: How to Connect to Database by Reading INI FileI need to make the console read the ini file to try to connect to the database at Delphi 10.2 I don’t know how to deal with Delphi this link is method where the database is…