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

Articles by PrimeCoder (Tip/Trick: 1)

Tip/Trick: 1

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.50

Programming Languages
Visual Basic
23 Feb 2011   Updated: 23 Feb 2011   Rating: 4.50/5    Votes: 2   Popularity: 1.35
Licence: CPOL    Views: 5,000     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Nice,How about adding a couple of other methodspublic static void Parameter(IDbCommand command, string naam, object value){ IDbDataParameter par = command.CreateParameter(); par.ParameterName = naam; par.Value = value ?? DBNull.Value; ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Engineer
Netherlands Netherlands
Hi, people call me Prime(Coder), the name PrimeCoder stuck because I started as coder (nga); so it always said Coded by Prime or Code: Prime...

Thus Prime became PrimeCoder and still Prime sounds good enough.