I have an old java source code that I am trying to compile in eclipse. Now that I imported the java files into an eclipse project it says an error that The import com.ms cannot be resolved at import com.ms.wfc.data.*;. It seems like it is using very old database management module as written in the connection string:
I've been searching for hours I can't find the library. Can somebody help please? Thank you.public static String strConnPart1 = "Provider=Microsoft.Jet.OLEDB.4.0;Password=\"\";User ID=Admin;Data Source=";