Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB.NET Functions reference

Status
Not open for further replies.

steve728

Programmer
Mar 16, 2003
536
US
I always us the built in Dlookup(), DSum(), DCount() functions with my VBA coding. Are there similar great functions like these in VB.NET? All I can find in on-line help are the regular functions like CDate(), etc.

Where I can find more help about this subject?

Thanks,

STeve
 
Dlookup could be replaced by the dataview (not really a function more of on add-on to datasets

la the rest you would be better of doing it via sql and the executescalar of the command object. and make your own functions.

Christiaan Baes
Belgium

If you want to get an answer read this FAQ faq796-2540
There's no such thing as a winnable war - Sting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top