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
C

celso_cabaleiro

@celso_cabaleiro
About
Posts
7
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Searching within datagridview
    C celso_cabaleiro

    Yes, it´s true, the performing is the same. If you want to know more about old things like the tenebrous jet sql, you have this and about the wildcard characters here. :~

    C# help database algorithms

  • Searching within datagridview
    C celso_cabaleiro

    Nothing into access it's better, but the "Jet sql" suggest using like with * as wild pattern. If you use %, the OleDb Provider make the translation for you. If you try

    select * from table where field1 like '%something%'

    in the query panel of access you get an empty result.

    C# help database algorithms

  • Searching within datagridview
    C celso_cabaleiro

    I think he is using an access database, not Sql Server. Better than %, he must use *

    Command.CommandText = "SELECT * FROM Users WHERE [User ID] LIKE '*" + txtSearchID.Text + "*'";

    but use parameters it´s a good choice.

    C# help database algorithms

  • Searching within datagridview
    C celso_cabaleiro

    In access try Command.CommandText = "SELECT * FROM Users WHERE [User ID] = '*" + txtSearchID.Text + "*'";

    C# help database algorithms

  • Listbox to textboxes
    C celso_cabaleiro

    hendrikbez wrote:

    12. After F8 =sqlstring = "select*from tblokkies where luidraad=Hendrik" = myoledbcommand.commandtext = "select*from tblokkies where luidraad=Hendrik"

    I think Hendrik must be enclosed with '. SqlStr = "Select * from tblokkies where luidraad = '" & ListBox1.Items(ListBox1.SelectedIndex) & "'" try with select * from tblokkies where luidraad='Hendrik' from Access

    Visual Basic database help

  • I'm a dad!!!
    C celso_cabaleiro

    First of all, congratulations Mustafa, and even more congratulations to your wife. Second, try to sleep tonight, you will not be able to do it in three months or more. ;)

    The Lounge question

  • interesting blurb on Edison's notes
    C celso_cabaleiro

    Could be this? movie : The third man. character : Harry Lime actor : Orson Wells director : Carol Reed. :)Where are my bonus?

    The Lounge html com help
  • Login

  • Don't have an account? Register

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