VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code

by Instant Programmer (1 Submission)
Category: Databases/Data Access/DAO/ADO
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

It is a simple application that can connect to any database of MS-SQLServer 2000, and can get and store pictures in the specified tables of that database.

Inputs
First to connect with the SQL Server, four information need to be provided. Server Name, Database Name, User Name and Password. Then Press "Connect to Database" button. After successful connection, provide information to build a successful query. The information required are: Table Name (where picture is stored), Field Name (of that table which holds pictures in binary form), and any "Extra condition" to be placed in WHERE Clause of the query. "Build Query" button will show the actual query built on your provided information. These information are required to Load and Save Pictures in Database.
Code Returns
Displays the picture stored in the database. or Save the browsed picture in the database.

Rate Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code

Download Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code

Download Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code (8 KB)

Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code Comments

No comments have been posted about Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code. Why not be the first to post a comment about Saving and Retrieving Pictures from SQL-Server 2000 through VB6 Code.

Post your comment

Subject:
Message:
0/1000 characters