Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~585 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for pvi
Member Avatar for naviabnsi

last button?? do you mean code to display the last record? if you have used binding on your textboxes, then the code is [COLOR=#0000ff][QUOTE] [COLOR=#0000ff]Me[/COLOR].BindingContext(DataSet11).Position = [COLOR=#0000ff]Me[/COLOR].BindingContext(DataSet11).Count - 1 [/QUOTE][/COLOR]

Member Avatar for arjunsasidharan
0
86
Member Avatar for shy_wani

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 but maybe it could work well if you specify the date as a default value [DateCreated] …

Member Avatar for Sawe
0
123
Member Avatar for Sawe

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 windows login. ALSO i can login well using the sql server …

0
68
Member Avatar for Sawe

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 adapter from the design view by right clicking on the adapter, Fill dataset and i …

Member Avatar for Sawe
-1
102

The End.