Connection between Oracle Jdeveloper and MS ACcess
-
hi, I am using Jdeveloper. when i make connection between Jdeveloper and MS Access it connects and i can see all my table in jdeveloper editor. but when i run my page it did not displays any thing. Any help.
-
hi, I am using Jdeveloper. when i make connection between Jdeveloper and MS Access it connects and i can see all my table in jdeveloper editor. but when i run my page it did not displays any thing. Any help.
-
hi, I am using Jdeveloper. when i make connection between Jdeveloper and MS Access it connects and i can see all my table in jdeveloper editor. but when i run my page it did not displays any thing. Any help.
Tufail Ahmad wrote:
Any help.
Some possibilities and there are others. 1. You are not using the connection 2. You are eating exceptions 3. You querying empty tables 4. You are not querying correctly thus no rows are returned 5. You are not populating your UI entities correctly 6. Your code isn't even running the database part so the UI part can't be populated.