Posts by Qu33n • 145 points
3 posts
-
2
votes1
answer776
viewsQ: How can I clean the buffer?
I am working with file. I have difficulties cleaning the buffer already used the fflush(stdin) after reading but it doesn’t work. void EscreverFicheiro(FILE * ptr,LISTA dados){ ptr =…
-
0
votes1
answer4700
viewsQ: How to create a local database in SQL server 2016?
I installed SSMS 2016 (Sql Server Management Studio) days ago on my PC but I can’t create a local database. The only thing I do is connect with a database I hosted on Azure, but when I go to create…
sql-serverasked Qu33n 145 -
9
votes2
answers2804
viewsQ: What is the "connectionString" connection string?
What is after all to string connecting? In a string of connection what represents the data-source? And the provider name?