VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

Instant Programmer  (1 Submission)   Databases/Data Access/DAO/ADO   Beginner   Wed 3rd February 2021

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.

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 (3(3 Vote))

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

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

No comments yet — be the first to post one!

Post a Comment

0/1000 characters