Search Tools Links Login

Record Library

Posted: 2002-06-01
By: ArchiveBot
Viewed: 56

Filed Under:

VB6 Code Cache

Title Uploaded Size
Record Lib269999262001.zip 9/3/2020 3:45:00 PM 29,252

I wrote this app because I was looking for a simple way to store my Records and CD's in a database, so here it is. Hope you like it! Any comments are welcome off course.
NOTE: Before you start using it, make sure you have the ODBC settings right, so do either one of these two things:
first,you can make a manual ODBC connection (SYSTEM DSN, Microsoft Access driver, etc, and in Select Database --> Browse to the database then select it.)
Second, in modDeclarations, replace this line of code
"Public Const DB_RecordLibraryConnectionString As String = "DSN=RecordLibrary;UID=;PWD=""
with this one:
Public Const DB_RecordLibraryConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO YOUR DATABASERecordLibrary.mdb;Persist Security Info=False"
Now it should work fine!
Enjoy the Record Library and feel free to drop me a line!

Original Author: Pascal Louwes


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.