was Just Wondering Is there any way that we can Copy our Local Content Like XlS sheet to the file system on a remote server (e.g. a SQL Server) using Java?
I dont want Exact Code, just want some Headstart any help is appreciated:)
was Just Wondering Is there any way that we can Copy our Local Content Like XlS sheet to the file system on a remote server (e.g. a SQL Server) using Java?
I dont want Exact Code, just want some Headstart any help is appreciated:)
I agree with @beny23, reading a Microsoft format to upload info to Microsoft SQL Server does not sound like a problem where Java would be the first option.
In any case, you just have to consider the parts of your problem. Java can read Excel files (Look for Apache POI). From then, connecting Java to SQL Server is also a solved problem. (Although there several drivers and you might have to try more than one).