Hi
I have an empty windowsForm in Visual C# 2008 Express.
I drop a dataGridView and expand the otpions (the little play button which opens the dataGridView tasks) so I can choose a datasource. I click Choose Data Source -> Add project Data Source
I then click Database.
I click New Connection.
Under the Data Source options (click Change to show list), SQL server is not listed! Although I have SQL installed on the machine.
I repeat this process on another machine and I do have the SQL server option.
What have I done wrong?
Dave
I have an empty windowsForm in Visual C# 2008 Express.
I drop a dataGridView and expand the otpions (the little play button which opens the dataGridView tasks) so I can choose a datasource. I click Choose Data Source -> Add project Data Source
I then click Database.
I click New Connection.
Under the Data Source options (click Change to show list), SQL server is not listed! Although I have SQL installed on the machine.
I repeat this process on another machine and I do have the SQL server option.
What have I done wrong?
Dave
Comment