Determining user Operting System

  • Thread starter Thread starter Fly Girl
  • Start date Start date
F

Fly Girl

Access 2000 or Access 2002 to SQL Server.

This should be an easy one, but I can't figure out how to
find it from Help, etc.

I need to check what OS the app is being used on so I use
the right constants depending on whether it is Win2K or
WinXP or Server2003. Actually, for that matter I just need
to know if it's Access 2K or 2002.

Thanks!
 
Actually, for that matter I just need
to know if it's Access 2K or 2002.

Check out help for the Version property of the DBEngine object. If you need
to work in ADO, then there is presumably an equivalent property in ADOX
somewhere.

HTH


Tim F
 
Thanks guys. I got things working.
-----Original Message-----


Check out help for the Version property of the DBEngine object. If you need
to work in ADO, then there is presumably an equivalent property in ADOX
somewhere.

HTH


Tim F

.
 
Back
Top