Is it possible to create an Access query through JDBC? I'm not talking about querying an Access database, I'm talking about creating a query "object" in the Access database. Apparently "create view ..
Hopefully someone has a little experience with this. <BR><BR>Here is the setup:<BR>I've got an old access database that stores purchasing information from a system we used for the past 10 years. There ...
Access is a Desktop application, not a client-server one, and hence is not scalable for use over a wide network. It uses tables, forms, queries, and reports to store, manipulate, and access data. Here ...