borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincani

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (IBProvider Release Candidate 3 for FB and Firebird and Interbase has appeared. (ver: 3.0.0.4773))Next Topic (adLockOptimistic) New Topic Post Reply
AndreaVB OnLine : Database : compare database
Poster Resource
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 256
icon compare database

Is it possible two compare database and display only current projects to show? Control of the project status of previous year and the new exercise must be, however, possible as the status the same is.

24-06-2008 at 07:42 AM
View Profile Send Email to User Show All Posts | Add Comment
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1060
icon Re: compare database

Hi
Can you explain please? What database? What is a project? What is "current", what is the project status?


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

24-06-2008 at 09:17 PM
View Profile Send Email to User Show All Posts | Add Comment
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 256
icon Re: compare database

Sorry
financial accounting system

databese = .dbf
project = project costing (customers)
current status= state of the project  progress

25-06-2008 at 07:22 AM
View Profile Send Email to User Show All Posts | Add Comment
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1060
icon Re: compare database

DBF is a file format (DBase in fact)
Project and Status are concepts applicable to your financial system and not actual entities.
Your financial system is stored in a structure within the DBF (in fact, probably more than one DBF).
Do you have the structure of this DBF, and the project and status values?


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

25-06-2008 at 06:01 PM
View Profile Send Email to User Show All Posts | Add Comment
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 256
icon Re: compare database

i know how to read the column from the DBF file

Conn.Open ("Driver=Microsoft Visual Foxpro Driver; UID=;SourceType=DBF;" & DBPATH)

structure of the DBF

column = proj_code project name

column = pro_stat   state of the project  progress

proj_code  proj_desc  pro_stat  ....................................

i need to compare this two columns from 2 of more difference DBF files

26-06-2008 at 06:31 AM
View Profile Send Email to User Show All Posts | Add Comment
AndreaVB OnLine : Database : compare database
Previous Topic (IBProvider Release Candidate 3 for FB and Firebird and Interbase has appeared. (ver: 3.0.0.4773))Next Topic (adLockOptimistic)New Topic Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder