Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~624 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mickeygee99

Hi I am currently on placement but I am very keen to gather some ideas for my final year university project. Has anyone got any good ideas on which to base my project using VB? I am just looking for ideas which I could look into and research further. any …

Member Avatar for dineshpaatil
0
376
Member Avatar for santosh.garg

I am using command object in for loop on first time execution it inserts the record but the next time it gives an error Multible OLEDB error following is the code I use Set rssave = New ADODB.Recordset Set cmd = New ADODB.Command 'cmd.ActiveConnection = GCon 'cmd.CommandText = "prc_Invoice_Insert" With …

Member Avatar for vb5prgrmr
0
143
Member Avatar for gibson.nathan

i have an integer like this:1 4 3 2 1 1 3 8 1 1 1 1 1 2 1 6 2 3 1 12 what can i do to add each individual number together like this: 4+3+2+1+1+1+3+8 etc?

Member Avatar for VernonDozier
0
105