Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

Loki

@Loki
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is c++ really best?
    L Loki

    Main diff between c and c++, is c++ is an object-oriented language. You can have inheritance, and overload methods and all the good OO stuff. Grant @ Loki

    The Lounge question c++

  • String question
    L Loki

    using the @ means you don't have to escape the \ character eg. string s = "\\\\Server\\folder"; it the same as string s = @"\\Server\folder"; Grant @ Loki

    C# question

  • SmtpMail.Send(msg) problem
    L Loki

    Its probably can't find an SMTP Server to communicate with. Try setting the SmtpMail.SmtpServer to the name of your smtp server, eg. SmtpMail.SmtpServer = "mailserver"; Grant @ Loki

    ASP.NET help workspace com design data-structures

  • ASP DLL PROBLEM....HELP!!!!
    L Loki

    DanielLopez wrote: Public Function GetTeam(TeamID As Integer) As String Dim sql As String sql = "SELECT Name FROM Teams WHERE TeamID = " & TeamID GetTeam = ExecuteQuery(sql, True)(0) End Function Rewrite the above function as ... Public Function GetTeam(TeamID As Integer) As String Dim sql As String Dim rs as ADODB.Recordset sql = "SELECT Name FROM Teams WHERE TeamID = " & TeamID set rs = ExecuteQuery(sql, True) GetTeam = rs.Fields(0) End Function :) Grant @ Loki

    Database help sharepoint database com sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups