How to use mid function vs 2008(vb.net)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 1233
    New Member
    • May 2013
    • 1

    How to use mid function vs 2008(vb.net)

    I am using mid function vs2008(vb.net) with access database,it's working properly

    but its not work vs2008(vb.net)w ith sqldatabse
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    SQL Server doesn't have a mid() function. The equivalent is substr().

    Comment

    Working...