Compatability with other databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to know if access 2007 database tables are suitable for insertion in
oracle or sql databases with the same format. Please take into considaration
that i use the new attachment field and multivalue field. Would it be a
problem to access the attached files from the new database?
 
Would it be a
problem to access the attached files from the new database?

Yes. Those DBMS's do not support MVF to my knowledge. You'ld need to
(programmtically) expose the hidden underlying relational tables and export
them.

John W. Vinson [MVP]
 
Back
Top