Posts by Pedro • 311 points
8 posts
-
1
votes1
answer217
viewsQ: AES128/256 C#. net AND SQL 2008/2012 encryption
Greetings, Does anyone know of any AES compliant encryption implementation between c# and SQL? I want to encrypt in C# and decrypt in SQL.
-
3
votes3
answers100
viewsQ: Will I lose my databases if I update SQL Server 2012 Express to Standard?
I have installed an instance 2012 Express, I need to update to the Standard, but to update I need to make sure that there will be no changes in the databases.
-
4
votes1
answer998
viewsQ: Does PHP support Bluetooth?
If not, in general (web) is there support for bluetooth? Is there any way to communicate between PORT WITH (Bluetooth) for the web?
-
1
votes1
answer58
viewsQ: What software do I use to model images of this type?
I am looking for a software for modeling 3D structure/forms, of simple preference, one that does not require deep knowledge in computer graphics... but at the advanced user level. Image example:…
-
2
votes1
answer557
viewsQ: How do I insert any file extension into an SQL database?
I always worked attaching only images in my BDD tables, I remember that converted to MemoryStream and then to Byte and inserted... But I need to insert any kind of file extension in my database.…
-
3
votes1
answer3273
viewsQ: Online SQL database for LOCAL NETWORK only, connect via c#
I developed a system for my company and need a database hosted on our internal network, explaining better I want to host this database on a PC running a Windows Server 2012 here in the company, our…
-
1
votes1
answer1885
viewsQ: Is it possible to change the template/graphical interface of a form in Windows Forms?
I’ve been researching about and the results that I was able to just turn to WPF instead of using Winform, but I still have doubts and I believe it is possible to change the template of the software…
-
3
votes1
answer272
viewsQ: Web server that receives and sends parameters to C#, is it possible?
I developed a software in C# (.NET) that sends/receives text files to an FTP server, but for security I look to work only with type parameters String/Bytes for security reasons, my question is:…