News

A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. For Windows Forms application, check out this article written by Sumair.
Well yes you have finally found it! A complete tutorial on how to save and retrieve images from the SQL Server 2008 database in a C# WPF application. Everything has been kept simple so that even ...
Winforms app accesses SQL database using ADO.NET written in VB.NET This is a 3 layer application with Winforms as the presentation layer, VB.NET code in the logic layer and ADO.NET to SQL Server on ...
Okay, Here's what I am trying to accomplish with my limited VBA knowledge. I am creating a form and filling it with values from an SQL query. But now, I need to somehow export this form out as an ...
How to Connect to SQL From VB6. If your business does any programming in Windows, then a basic knowledge of VB6 programming concepts is essential.
So, here we are, I am going to create here a local application through which we can insert and retrieve an image using c# from a sql server 2005 database. First I created a database named TestImage in ...
Well, optimization of SQL in general and VB/SQL (ADO.NET) apps in particular is a huge topic. There is quite a bit on MSDN if you search for it, including some information aimed directly at VB/C# ...