Brian thanks for the quick repsonse! I like your book, some of it is over my head. I have read chapters 13 and 17 in your book, but I am confussed.
I feel the Pull model will work for me, but I do not know where to enter the UserID and Password or where to put the ApplyLogonInfo().
Can you give me detail instructions for a simple example to connect to a MS SQL database named "dbquote", a single table named " tbCustomer" , user="jim51", password ="xyz3412". I assume the database parameters are stored in the application once they are selected and it is only the userid and password that I am missing. Not sure!
I have no problems selecting the server, database, tables and fields. In the preview mode it all looks great. I just don't know how to pass the logon info in the web application, to get past the LOGON Failed.
Thank you for your help. I have spent a lot of time on this and I feel I am really close!