Question : What is the VB code to extract all fields from an access query/table?

Hello,

I am trying to write some VB code that will allow me to extract all the fields from an access table. I know how to do it for just one field but not for all of them. I tried using the code Sql = "SELECT dbo_LIVE_DEAL_TB.[*] " but it did not work. I am sure that it is a very simple solution but am not sure what it is.

Thanks,

f19l

Answer : What is the VB code to extract all fields from an access query/table?

It's all right, except you have skipped  the following answer:
-In jpa code an object myObject becomes detached from a persistence context when you call the method remove(myOjbect) on an instance of EntityManager
Random Solutions  
 
programming4us programming4us