Currently I’m trying to retrieve data from a MS Access database and to show them in a NotesView. When I use a @dbcommand ODBC connection to populate a listbox on a custom notesform its successfully retrieving data from that database.
Now I want to show this data in a notesView. I have tried several things such as specifying the @dbcommand in the selection query of the view, add a @dbcolummn entry in the columns I’ve specified in the view but until now I dont get any results in my notesview.
Can someone tell me how I can accomplish this task?