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
M

maciekj

@maciekj
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SELECT Query in SQL Server 2000
    M maciekj

    Hi, this is how I do it: SELECT * FROM FOO WHERE BAR >= '2005-02-20' AND BAR < DATEADD(D, 1, '2005-02-20') Hope this helps.

    Database database sql-server sysadmin help question

  • Form returning value
    M maciekj

    Simply create a property on your Question Dialog form, which you will set with a value telling what button was selected by the user. Read the property just after calling .show method. Best wishes, Maciek

    Visual Basic question

  • Command builder and retrieving autoincrement values
    M maciekj

    Hi I'm creating insert command object with command builder and then adding "; SELECT SCOPE_IDENTITY() as primary_key_field" formula to CommandText property of this object. I'm also setting its UpdateRowSource property to FirstReturnedRecord. After calling update method of data adapter I do not get new primary key value. I did the same without using command builder (I've created insert command object in code "manually" and it's identical to the one which is created by the command builder) and everything seems to work fine. Does someone have any idea why retrieving autoincrement value doesn't work when I use CommandBuilder? Thanks for any clues Maciek ps. If you need to see a code example, just let me know.

    Database tutorial question announcement
  • Login

  • Don't have an account? Register

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