Click here to Skip to main content
15,888,968 members

Videos


Page 3 of 3
1 2 3


41. Connectionstring doesn't work.
look if you have enabled named pipes and TCP/IP in your sql server configuration manager or not TCP/IP makes you able to connect using IP in your connection stringnamed pipes makes you able to connect using computer name in your connection stringI Hope I Helped :)
Database Development » SQL Server » SQL Server 2008
a1mimo Updated: 6 Apr 2011
Rating: ( (No votes))
42. how to retrieve columns data by foreign key
SELECT Test1.* , Test2.TestName FROM Test1 INNER JOIN Test2 ON Test1.TestID Foreign Key = Test2.TestID Primary Key WHERE ....After WHERE you can put whatever condition you want to search by, this is what I could do and I hope I helped Good Luck :-)
a1mimo Updated: 2 Apr 2011
Rating: 5.00/5 ( (1 vote))
43. How update database with combobox in datagridview?
HiFrom what I understood your problem is that you use the same dataset with the same TableAdapter and BindingSource in both the DataGridViews , if this is right then here is your solution you just have to make a copy of your dataset and TableAdapter and also the BindingSource lets assume they...
Desktop Programming » Windows Forms »
a1mimo Updated: 30 Mar 2011
Rating: ( (No votes))
44. want some hint on datagridview
From my point of view I think its better to create them at runtime as your first suggestion it will be more efficient both in memory aspect and dynamic aspect
a1mimo Updated: 30 Mar 2011
Rating: 4.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()

Page 3 of 3
1 2 3