How do I get started on VS 2010 and postgresql?
Posted: Mon 14 Jun 2010 21:54
I would like to know if anyone has some links or even some advice as to where to start if I want to connect my Windows form application to a postgresql database please?
I have already set up the database and also managed to use the dotconnect control, pgConnection, to connect to that database.
I now want to use the data in the db and for instance use it in a textbox, label, and combobox. How do I populate those controls with the data in the db?
I then also want to be able to update the db.
I am a little new to VS and postgre, so not quite sure how to do this.
Please take note that I have installed the postgre and VS dot connect controls which I am using in VS to work with the db.
Thanks in advance.
I have already set up the database and also managed to use the dotconnect control, pgConnection, to connect to that database.
I now want to use the data in the db and for instance use it in a textbox, label, and combobox. How do I populate those controls with the data in the db?
I then also want to be able to update the db.
I am a little new to VS and postgre, so not quite sure how to do this.
Please take note that I have installed the postgre and VS dot connect controls which I am using in VS to work with the db.
Thanks in advance.