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
V

VB Prog

@VB Prog
About
Posts
7
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB.NET / ADO question
    V VB Prog

    Did you save the change? Have you confirmed that the access database has the new size? When you change the data structure, the code will automatically pick up the change, as long as you rerun the program and the connection is recreated. Also, I would check the length of the path, which you are trying to save in the database.

    VB Prog

    Visual Basic question csharp database com

  • Date Conversion Problem
    V VB Prog

    Replace dttemp = Convert.ToDateTime(dt).Parse(strFormat).ToString with dttemp = Convert.ToDateTime(dt).ToString(strFormat)

    VB Prog

    Visual Basic help database

  • Error Count in VB?
    V VB Prog

    In VB.Net, you can use perfmon.exe utility to get the number of expections. In VB 6, you would use the errors collection of ADODB connection object and get errors.count

    VB Prog

    Visual Basic help question

  • How to Import tab delimited text file into Sybase using VB.Net
    V VB Prog

    Can anyone please help. Thanks.

    VB Prog

    Visual Basic csharp tutorial question

  • How to Import tab delimited text file into Sybase using VB.Net
    V VB Prog

    I need to import tab delimited text files into Sybase tables using VB.Net. What is the fast and efficient way to do this. The text files I import have 3000 rows. Thanks.

    VB Prog

    Visual Basic csharp tutorial question

  • How to make a process wait for other process to complete
    V VB Prog

    Use BackgroundWorker or Delegates.

    VB Prog

    Visual Basic tutorial debugging help

  • error occure when using word template
    V VB Prog

    I bet the reference you have set points to Office 2003 and not Office 2000. Try including a reference to Microsoft Word 9.0 let me know if this helps.

    VB Prog

    Visual Basic help csharp asp-net visual-studio com
  • Login

  • Don't have an account? Register

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