Forum: VB.NET May 6th, 2007 |
| Replies: 2 Views: 3,860 Try to write the sql question without the single quotes around the username and password in WHERE clause.
For more please use the [code] tag.... |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2007 |
| Replies: 3 Views: 681 You can just google it and find as many tutorials you`d like. Anyway a nice one is located in the following URL
http://theopensourcery.com/vbover.htm |
Forum: Visual Basic 4 / 5 / 6 May 4th, 2007 |
| Replies: 3 Views: 681 You can just google it and find as many tutorials tou`d like. Anyway a nice one is located in the following URL
http://theopensourcery.com/vbover.htm |
Forum: VB.NET May 1st, 2007 |
| Replies: 8 Views: 2,134 Try to write your connection string without the inner "" tha u have. They are not needed. So It would be like that:
"Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=Admin;Data... |
Forum: VB.NET Apr 30th, 2007 |
| Replies: 8 Views: 6,860 Try instead of localhost --> localhost\SQLEXPRESS |