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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

nguyenthai2010

@nguyenthai2010
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Crystal Reports Hell
    N nguyenthai2010

    I only use Store Procedure to Edit data in SQL Server. You should use Commang SQL to Crystal Report, with Command: Public Function LayDuLieuDT(ByVal strSQL As String, ByVal table_name As String) As DataTable Try Dim oAdater As SqlClient.SqlDataAdapter Dim oTable As New DataTable Dim ds As New DataSet oAdater = New SqlClient.SqlDataAdapter(strSQL, strConn) oAdater.Fill(ds, table_name) oTable = ds.Tables(table_name) Return oTable Catch End Try End Function

    Visual Basic database csharp sharepoint visual-studio winforms
  • Login

  • Don't have an account? Register

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