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
S

stevehnsn

@stevehnsn
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to insert image into sql database table
    S stevehnsn

    In fact I did. Sorry for the inconvenience. Steve Hanson Tasen Software New Hampshire Website Design & Software Development

    Database database help graphics tutorial

  • how to insert image into sql database table
    S stevehnsn

    Investigate using those parameterized queries to insert a byte array data source into a database field of type Blob. Definitely don't keep that first bit of code you posted though. Good luck! Steve Hanson Tasen Software
    New Hampshire (NH) Website Design and Software Development

    Database database help graphics tutorial

  • Brackets around column names?
    S stevehnsn

    Actually the brackets can appear in the SQL query. They just signify some text string that is its own entity, such as a table name composed of two words with a white space delimiter. You could also use it in a query like this: SELECT columns FROM table WHERE column LIKE '%[%]%' Which essentially escapes the middle percent sign, treating it like a percent sign instead of a wildcard character. I hope this helps. Steve Hanson Tasen Software
    New Hampshire (NH) Website Design and Software Development

    Database help question
  • Login

  • Don't have an account? Register

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