Forum: VB.NET Apr 30th, 2007 |
| Replies: 1 Views: 1,098 did not quite get your problem, however, i think you could have gone wrong with your sql syntax.
[DateCreated] AS (getdate())
it seems your field has no datatype specified; i am new to sql... |
Forum: VB.NET Apr 30th, 2007 |
| Replies: 2 Views: 1,337 last button?? do you mean code to display the last record?
if you have used binding on your textboxes, then the code is |
Forum: VB.NET Apr 30th, 2007 |
| Replies: 8 Views: 6,849 |
Forum: MS SQL Apr 28th, 2007 |
| Replies: 0 Views: 1,474 i want to connect to a sql server db using a sql login from VB.NET. the problem is that i cannot fill my dataset when i login using the sql login. However, the code works perfectly well from a... |
Forum: VB.NET Apr 28th, 2007 |
| Replies: 2 Views: 5,015 Thank a lot, now i have figured out that even if i want to connect to a sql server on my pc using a sql server login i cannot fill the dataset. the problem should also lie in the permissions set for... |
Forum: VB.NET Apr 27th, 2007 |
| Replies: 2 Views: 5,015 i want to connect to a sql server running on another xp computer. i have made the sql connection, sql data adapter (using Data controls, not connecting manually from code). i can fill the data... |