as a new user I'm currently testing your solution and trying to integrate into my software. Unfortunately I faced two problems.
First: I have two tables in my dataset (untyped dataset is located on a form), and let's say I want to add more tables, or edit the commands for the tables. I can only use dataset manager -> configure dataset with wizard function, because right click on dataset -> edit.. brings me a window with my tables, but none of the editing options. Double-clicking on the table objects brings up the pgsqldatatableeditor, but everything is read-only.
Using the wizard is not a good idea, since it usually messes up my previously generated components (it creates an unnecessary new connection object)
I was thinking that this happens because the connection is currently open, but this isn't the case. I think the solution is pretty simple, I just couldn't figure it out myself.
Second question: what is the best practice to get the login credentials from the user and pass it to the connection object without elimination the design-time preview feature? My requirements are the following: I use my own credentials while designing, but get it from the user during the runtime.
Currently I close the design-time connection to the server immediately after the main form loads, then I pass the userid and the password from two textboxes to the connection object. This process generates unneeded login to the server, and it is also not safe, since my credentials can be sniffed. Turning off data visualization during design-time works as a solution, but it decreases the usability of this component.
Any ideas?
belidzs
screenshot:
