borderAndreaVB free resources for Visual Basic developersborder

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

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (adLockOptimistic) New Topic New Poll Post Reply
AndreaVB Forum : Database : compare database
Poster Message
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 254

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 | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1035
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 | Quote Reply
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 254
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 | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1035
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 | Quote Reply
humberto
Level: VB Lord

Registered: 13-01-2005
Posts: 254
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 | Quote Reply
AndreaVB Forum : Database : compare database
Next Topic (adLockOptimistic) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Il portale per lui e lei | Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

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