Advertisement

Results for "Category: Databases/ Data Access/ DAO/ ADO"

ASP_Volume3 #46435
PRINT AN IMAGE TO A DATA REPORT VIA ADO

Im sick and tired of using a third party report generator such as Crystal Reports, etc. so what i did was i mastered Data Report of Visual Basic 6 and here is sample of how to print an image to Data Report using ADO Connections. I hope you like this sample of mine.

ASP_Volume3 #46472
Stored Procedure Generator

Stored Procedure Generator for SQL Server 7.0

ASP_Volume3 #46503
A very useful visual guide to use databases - Part I

It is a great visual tutorial to learn about Databases in Visual Basic. This is the part I because i couldn't upload the zip file. Please download part II at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44042&lngWId=1. This is not a simple tutorial, it have steps by step and with every step have a photoscreen to guide you With it you can learn: - How to link an Access database to VB - How to view the database in labels - How to create, delete and edit the differents register - How to make a filter (search engine) of strings, number and Dates - How to resolve common problems with DB - How to show the database in a sheet like Excel (Datagrid control) - How you can manipulate the DB with the Ado Control invisible - How to specify a format for a type of data like "$ 23.80" or "23/sep/2003" - and much more... Also have a very good example divided in VB in three parts: 1- View, add and edit DB 2- Find in DB 3- Non visible Ado Control with Datagrid control I recomend it for beginner or newbies in DB and also for that who want to make better

ASP_Volume3 #46504
A very useful visual guide to use databases - Part II

Please download part I at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=44040&lngWId=1. I'm sorry but i can't load the zip file in one. It is a great visual tutorial to learn about Databases in Visual Basic. This is not a simple tutorial, it have steps by step and with every step have a photoscreen to guide you With it you can learn: - How to link an Access database to VB - How to view the database in labels - How to create, delete and edit the differents register - How to make a filter (search engine) of strings, number and Dates - How to resolve common problems with DB - How to show the database in a sheet like Excel (Datagrid control) - How you can manipulate the DB with the Ado Control invisible - How to specify a format for a type of data like "$ 23.80" or "23/sep/2003" - and much more... Also have a very good example divided in VB in three parts: 1- View, add and edit DB 2- Find in DB 3- Non visible Ado Control with Datagrid control I recomend it for beginner or newbies in DB and also for that who want to make better

ASP_Volume3 #46564
ADO Examples

This is a small collection of ADO Examples I made some time back. it was ment to be as a small tutor. but I never finsihed it. so I thought I may as well let you people have them. mostly for a Beginner, starts of by makeing a simple connection, to viewing, adding and editing data, and also some tools, such as Compact and Createing a new database and adding a new table. All examples are also commented, and are in seperate folder. Hope this may help some beginners out.

ASP_Volume3 #46619
DM MDB Editor/Viewer v1.0

Hi this is a small tool I made to makeing Databases in VB with out a Access, you can add tables, fields, types, you can also add, edit and delete records this is only the first version so I hope you like it.

ASP_Volume3 #46623
DM VBCode Collector V1.2a Update

Hi this is a little VB Code Collector I made for my self to store all my codes, You can Add, Rename and Delete Categories, Add, Edit and Delete Code examples, You can also compact the database, New Update include a quick serach of cocdes and now codes can be stored in to sub Categories, hope you like the update

ASP_Volume3 #46625
DM MDB Viewer

Hi, this is a small example of using DAO to view a database without access, it very basic and should be handy for a beginner shows how to get all the tables and load them into a Listview, anyway I hope you may find some use of the code.

ASP_Volume3 #46637
Transaction Committ/Rollback

This code allows for multiple record updates to be grouped into a single batch style transaction. You can then either committ changes to multiple records, or rollback the changes in the case of errors or conditions not being meet. This code is ideal for month-end processing, or in a situation where there is the possibility of errors being generated.

ASP_Volume3 #46894
Database Coder

Improved code production, index/relation handling and now supports Queries. Database Coder analyses an Access Database and produces the code to create a blank copy of it. Supports Tables, Fields, Indexes, Relations and Queries. Interested in comments. Updated 26 May 2000: Improved handling of default field values and minor bug fix.

ASP_Volume3 #46944
DataCombo Auto-Complete

THIS CODE IS NOT THE SAME AS THE AUTO_COMPLETE FEATURES FOR VB5 LISTBOXES AND COMBOBOXES. This code is a class-module that enables VB6 DataCombo controls to function like MS Access combo-boxes. It adds an auto complete feature whereby when the user begins to type text in the combo it automatically searches through the list and completes the entry

ASP_Volume3 #46973
DSN_connection

if mdb_dsn_connection doesn't exist... then make it

ASP_Volume3 #46982
ADO Upload and Retrieve ORACLE BLOB

To upload and retrieve ORACLE BLOB File using ADO Recordset. Never try with other than ORACLE database, but i think i can ...

ASP_Volume3 #46983
ACCESS / ORACLE ADO Connection and Recordset

To Provide a Recordset Template (view,execute,edit,Add new) To Provide a Database Connection Template (ORACLE and MS Access)

ASP_Volume3 #46998
Stored Procedures in Oracle 8.0.5 and 8.1.5 which return recordsets

I have received a lot of responses to my code posted earlier ( a generic object that assisted in returning recordsets from Oracle). Most of these questions have been in the domain of the stored procedures themselves. Hopefully this article and example stored procedures will help clarify.

ASP_Volume3 #46999
Oracle to ADO Recordsets

It allows the user to access Oracle Stored Procedures from VB, including getting ADO recordsets back

ASP_Volume3 #47038
Access and Modify SQL Server BLOB Data by Using the ADO Stream Object

The Stream object introduced in ActiveX Data Objects (ADO) 2.5 can be used to greatly simplify the code that needs to be written to access and modify Binary Large Object (BLOB) data in a SQL Server Database. The previous versions of ADO [ 2.0, 2.1, and 2.1 SP2 ] required careful usage of the GetChunk and AppendChunk methods of the Field Object to read and write BLOB data in fixed-size chunks from and to a BLOB column. An alternative to this method now exists with the advent of ADO 2.5. This article includes code samples that demonstrate how the Stream object can be used to program the following common tasks: Save the data stored in a SQL Server Image column to a file on the hard disk. Move the contents of a .gif file to an Image column in a SQL Server table. ** Article ID: Q258038 - I take no credit for the code, I simply created a project from the example in the article **

ASP_Volume3 #47052
Multiple RecordSets

with this procedure we can handle the queries or stored procedures which returns multiple recordsets - through ADO's

ASP_Volume3 #47079
Print MSHFlexGrid

This function retrieves data from MSHFlex Grid and prints it directly to the printer. It determines whether the information should be printed landscape or portrait.

ASP_Volume3 #47080
Working with DataReport

Code below demonstrates how to work with DataReport. You will need: 1. DataEnvironment 2. DataEnvironment Command that receives parameters. 3. DataReport with; a. Detail section named "Section1"; and, b. rptlabel named "lblCopy" 4. Form with a button. Code below should be put on click event.

Languages
Top Categories
Global Discovery