Hi, In the Query wizard, after i select a table, i get a login prompt before the list of fields in the selected table shows up, how do i suppress this, so that the user doesnt need to login to DB but gets the list of fields in the DB. Thanks.
1. Check out the examples installed to RBuilder\Demos\EndUser Databases. Try to find an example for the data access components and database that you are using. Each example contains a ReadMe.doc.
2. The Designer.DataSettings.DatabaseName should point to a connection object on the same form as the TppDesigner. You can configure the connection object to suppress the login prompt.
Comments
Have never heard of this behavior before.
1. Check out the examples installed to RBuilder\Demos\EndUser Databases. Try
to find an example for the data access components and database that you are
using. Each example contains a ReadMe.doc.
2. The Designer.DataSettings.DatabaseName should point to a connection
object on the same form as the TppDesigner. You can configure the connection
object to suppress the login prompt.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
database type !!
Thanks anyways for the prompt response.