LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access 2003 vi's compatible with Access 2007?

I will be doing some access DB work and am wondering if the vi's that worked with Access 2003 (XP) will work if the targeted computer has access 2007 installed?  The computer may have XP, Vista or 7 depending on where I run it.

I have to get an answer so we may buy the software before I start the project.

 

What caveat's if any would I possibly run into?

 

Thanks

 

FYI I am running LV2009

0 Kudos
Message 1 of 14
(3,258 Views)
What VI's are you talking about? If you are using the Database Connectivity Toolkit or the shareware LabSQL, there should be little or no difference. You would not require Access installed at all - only the jet database.
0 Kudos
Message 2 of 14
(3,253 Views)

The VI's are ones handed down to me from another project, not drivers or anything.  They use automation open comands etc. They reference :  Provider=Microsoft.Jet.OLEDB.4.0; Data Source=  and we name a created Access DB table to insert the results in.

 

I am new to having to create all of this from scratch, so any help would be appreciated.

0 Kudos
Message 3 of 14
(3,245 Views)
That does not help much. The VIs will have names. What are they. Even better, attach some code or even an image.
0 Kudos
Message 4 of 14
(3,243 Views)
Attached is the code
0 Kudos
Message 5 of 14
(3,234 Views)
Do NOT rename your huge bmp files to jpg to just get around the ban on posting bmp's. Smiley Mad You really don't think changing the extension changes the file format, do you?
0 Kudos
Message 6 of 14
(3,225 Views)

DO NOT POST BITMAPS TO THE FORUM BY RENAMING THE EXTENSION TO JPG.

 

The prevention of uploading a bitmap is there for a reason, you know.

 

Now, as to your question:  The code is accessing the database using the Jet provider, so Access doesn't even come into play. So, you should be fine. As long as you STOP POSTING BITMAPS.

0 Kudos
Message 7 of 14
(3,224 Views)

Didn't even know about the ban.  Won't happen again.  Back on topic...

 

If I don't have an access DB table created and installed how does it update the table?  Sorry if this is a novice question.

0 Kudos
Message 8 of 14
(3,210 Views)
You don't need Access. You do need a table someplace. Two different things. Access is a program to manage Jet databases.
0 Kudos
Message 9 of 14
(3,207 Views)

BernieSAIC wrote:

Didn't even know about the ban.  Won't happen again.  Back on topic...


If you didn't know about the ban, then why would you have taken the time to rename your .bmp file to a .jpg?

0 Kudos
Message 10 of 14
(3,185 Views)